Re: [Live-devel] Windows CE 6

2012-05-24 Thread Sid Price
Thanks Ross, I will take a look at that demo application, Sid. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, May 24, 2012 10:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Windows

Re: [Live-devel] Windows CE 6

2012-05-24 Thread Ross Finlayson
> I appreciate your comments and already had that knowledge. The problem is > that the location of the default directory is apparently not under my > control, therefore one cannot “point” the server to known location to serve > files from. OK, so maybe that means that you won't be able to run t

Re: [Live-devel] Windows CE 6

2012-05-24 Thread Sid Price
Ross, I appreciate your comments and already had that knowledge. The problem is that the location of the default directory is apparently not under my control, therefore one cannot "point" the server to known location to serve files from. Since it appears that others have run the server with CE

Re: [Live-devel] Windows CE 6

2012-05-24 Thread Ross Finlayson
> I have built the Media Server for Windows CE 6 R3 and I am now trying to > test it out. One issue is that CE does not have a concept of "current > working directory" so I was wondering if anyone else has addressed this > issue already? Well, as long as the code can look up file names specified b

[Live-devel] Windows CE 6

2012-05-24 Thread Sid Price
I have built the Media Server for Windows CE 6 R3 and I am now trying to test it out. One issue is that CE does not have a concept of "current working directory" so I was wondering if anyone else has addressed this issue already? I certainly don't see any changes in the code base to use some variab

Re: [Live-devel] Speex decoding

2012-05-24 Thread Ross Finlayson
Mark, It's important to understand that our software does not do any audio/video decoding (or encoding). Therefore, if a 3rd-party media player application - like "MPlayer" - has problems decoding a RTSP/RTP media stream, but you know that you can receive this stream OK (by testing it using "t

[Live-devel] Speex decoding

2012-05-24 Thread mark
Hello, I'm trying to receive a speex stream and play it back in real-time. I can receive the rtsp stream with openRTSP and play it back with speexdec or mplayer. But when I just use mplayer to receive and play the stream I have no luck :( I dug into mplayer and it looks like speex is not a

Re: [Live-devel] Is it possible to override the RTP port chosen bythe server?

2012-05-24 Thread Ross Finlayson
> Thank you very much for your suggestions. Now it works. OK, that's good to hear. > > Actually I wrote > if > (fClientPortNum != > 0 && (IsMulticastAddress(tempAddr.s_addr) || isSSM() ) { The "|| isSSM()" turns out to be unnecessary, BTW, because the "IsMulticastAddress()" tes

Re: [Live-devel] might be an specification mismatch in testH264VideoToTransportStream

2012-05-24 Thread Ross Finlayson
No, because when Transport Stream data is stored in a file, or transmitted in RTP packets - which is what our software deals with - then the 'transport packet size' is always 188 bytes. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ li

Re: [Live-devel] Is it possible to override the RTP port chosen bythe server?

2012-05-24 Thread Renato MAURO (Libero)
Hello Ross. Thank you very much for your suggestions. Now it works. Actually I wrote if (fClientPortNum != 0 && (IsMulticastAddress(tempAddr.s_addr) || isSSM() ) { >>hoping the camera will accept the change >That's the big question - i.e., if, for these cameras, the client were to

[Live-devel] Proper bool type for MSVC

2012-05-24 Thread Nikolai Vorontsov
Hello Ross, I'm using your library with MS Visual Studio 2008 and I've found the following issue: The Boolean type in your library is defined as unsigned char. However, VS2008 fully supports proper bool/true/false type. Could you please consider the following changes in code (library from 2012