Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-11 Thread Mr. Teddy
Hello! When I use this settings openRTSP immeditaly sends TEARDOWN request, and the receiving stops, so my application can't read from stdin, because the openRTSP stop. Best Regards: Peter -- Eredeti üzenet -- Feladó: Ross Finlayson Címzett: LIVE555 Streami

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Ross Finlayson
There is also the 'failure' memory leak Yes, I'll take care of that as well. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
Ross Finlayson wrote: I agree that WinCE should not be doing that. However, IMHO, requesting a port over and over, assuming that the OS will eventually give you something suitable, is a risky behavior There's really no alternative. We can't just arbitrarily choose an even number ourselves, in

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Ross Finlayson
I agree that WinCE should not be doing that. However, IMHO, requesting a port over and over, assuming that the OS will eventually give you something suitable, is a risky behavior There's really no alternative. We can't just arbitrarily choose an even number ourselves, in case we get a port num

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Pierre Ynard
Hello, > But if the port was allocated the first time (and recorded in the > hash table), then your OS should never be allocating it (as an > ephemeral port) a second time! If your OS really is doing this > (allocating the same ephemeral port number a second time, while the > first-allocated

Re: [Live-devel] MPEG-4 Streaming presentation rate

2009-05-11 Thread Ross Finlayson
The file I am using as a source to testOnDemandRTSP Server was captured by either openRTSP (using -4 to output to Quicktime container) Our server *cannot* stream from this type of file (".mp4" or ".mov" format). The only type of MPEG-4 file it can stream from is a MPEG-4 Video Elementary Stre

Re: [Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Ross Finlayson
I'd like to report a bug in MediaSubsession::initiate. Windows CE/Mobile shitty IPstack sometimes seems to always return the same odd port so initiate() loops and creates sockets until the device hasn't enough memory. The Hashtable mechanism won't work as the result socketHashTable->Add() isn

Re: [Live-devel] RTSP streaming

2009-05-11 Thread Ross Finlayson
Hi everyone, I am totally new of live555 or RTSP. Currently I am studying how to use live555 to build a RTSP server. I tried out the 'testOnDemandRTSPServer.exe' application, and it successfully setup an RTSP server which can be visited by other machine in the local LAN. However, when I tried

[Live-devel] Shared lib instead of static

2009-05-11 Thread Wouter Dhondt
Is there an easy way to change the config.linux so that the result is a shared lib (like the one from liblivemedia-dev) ? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Infinite loop in liveMedia/MediaSession.cpp with Windows CE

2009-05-11 Thread Denis Charmet
Hello, I'd like to report a bug in MediaSubsession::initiate. Windows CE/Mobile shitty IPstack sometimes seems to always return the same odd port so initiate() loops and creates sockets until the device hasn't enough memory. The Hashtable mechanism won't work as the result socketHashTable->Ad

[Live-devel] RTSP streaming

2009-05-11 Thread Lindsey Liao
Hi everyone, I am totally new of live555 or RTSP. Currently I am studying how to use live555 to build a RTSP server. I tried out the 'testOnDemandRTSPServer.exe' application, and it successfully setup an RTSP server which can be visited by other machine in the local LAN. However, when I tri