From: Ross Finlayson <[EMAIL PROTECTED]>
To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>
Date: Wed, 19 Mar 2008 23:18:49 -0700
Subject: Re: [Live-devel] live 555 rtsp library for mplayer
>>When you stream audio over live-555's RTSP plugin on mplayer, what
>>decides the
>>audio
I think you are right. You dont need those two diffs. I was porting the
package for both WinCE and TI NDK at the same time.
So might have put it in for the later. Sorry about that
Ishwar
Ross Finlayson <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/20/2008 03:02 PM
Please respond to
LIVE5
Thanks for sending those diffs. However, I'm a bit sceptical about
the first and third of those diffs (OTOH, the second diff - the one
to "ADTSAudioFileSource.cpp" - looks OK.) Can anyone else who's
building for WInce confirm that those diffs are all OK?
--
Ross Finlayson
Live Networks, Inc.
Here you go..
Thanks
Ishwar
F:\software\live\liveMedia\MP3StreamState.cpp
static Boolean socketIsReadable(int socket) {
#ifndef _WIN32_WCE
const unsigned numFds = socket+1;
#else
const unsigned numFds = 1;
#endif
F:\software\live\liveMedia\ADTSAudioFileSource.cpp
#ifndef _WIN32_WCE
//
Note: For WINCE, only 3-4 files need some minor changes. I will send
you those diffs.
Please post those diffs to the mailing list, and I'll see if I can
incorporate those changes (using "#if !defined(_WIN32_WCE)", as
appropriate) in a future release of the software.
--
Ross Finlayson
Live N
Ardy,
I have made changes to the latest version to make it work in Embedded
WINCE environment. I run this on SH4 platform. But that shouldnt matter.
I can zip the files and send those to you. But files also have changes for
TI NDK. So it might be little confusing.
Although all TI NDK changes ar
Il Wednesday 19 March 2008 23:44:10 Glen Gray ha scritto:
> Hey Marco,
> Did you make any progress diagnosing this problem ?
Not yet, my company seems to want to "fix" that issue buying a 9000$ licence
for a commercial RTSP server, and so postponed my work on optimization :-(
When I'll able to