Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-27 Thread Ishwar . Jasuja
AIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/27/2008 12:47 PM Please respond to LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> To LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> cc Subject Re: [Live-devel] Building Live555 streaming media in Wi

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-27 Thread Ross Finlayson
You should have following defined in that file. #define READ_FROM_FILES_SYNCHRONOUSLY 1 That should take care of your problem. Yes, but that's not necessarily what he wants. Does Wince allow open files to be handled as select()able sockets (as Windows XP, and all Unix systems, do)? If so,

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-27 Thread Ishwar . Jasuja
evelopment & use <[EMAIL PROTECTED]> To "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]> cc Subject Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0 Hi I have tried to build it in eVC 4 with Pocket PC 2003 SDK for WinCE ARM

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-27 Thread Ross Finlayson
>Hi > >I have tried to build it in eVC 4 with Pocket PC 2003 SDK for WinCE >ARMV4 platform. The project for UsageEnvironment, >BasicUsageEnvironment and groupsock is ok. However, for the >liveMedia, it keep showing these errors: > >...\live\livemedia\bytestreamfilesource.cpp(93) : error C2664:

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-27 Thread Ardy Salim
but not in WinCE ARMV4. Is there anyone could help with this problem? Thank you Regards, Ardy From: [EMAIL PROTECTED] on behalf of Ross Finlayson Sent: Fri 3/21/2008 5:42 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Build

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-20 Thread Ishwar . Jasuja
ond to LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> To LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> cc Subject Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0 Thanks for sending those diffs. However, I'm a

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-20 Thread Ross Finlayson
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.

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-20 Thread Ishwar . Jasuja
ing Media - development & use <[EMAIL PROTECTED]> To LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> cc Subject Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0 Note: For WINCE, only 3-4 files need some minor changes. I will send you th

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-20 Thread Ross Finlayson
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

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-20 Thread Ishwar . Jasuja
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

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-16 Thread Pushkar Pradhan
Hello Ardy, We've built livemedia on VC 6 and also successfully imported the project in Visual Studio 2008. Do you want the project file (.dsp, .vcproj). Then if you have Visual Studio you can load it and copy the settings in eVC? My guess both may not be that different. pushkar