[Live-devel] Too many buffered packets

2009-10-21 Thread Rawling, Stuart
Hi, Today I cam across an issue where the source was seemingly buffering up thousands of packets. I got a crash in my client which after looking at the backtrace could be to do with a memory / stack issue. Basically I found a backtrace that was 16 *thousand* frames long. It seems that there wer

Re: [Live-devel] an architecture question of livemedia server

2009-10-21 Thread Jeremy Noring
On Wed, Oct 21, 2009 at 10:10 AM, Tao Wu wrote: > Hi, > > I have an architecture question of livemedia. Livemedia is a single thread > program, it uses "event" to serve multiple video streams. > If in one video stream, I called some blocking functions, will it hurt > other video streams? > For ex

[Live-devel] an architecture question of livemedia server

2009-10-21 Thread Tao Wu
Hi, I have an architecture question of livemedia. Livemedia is a single thread program, it uses "event" to serve multiple video streams. If in one video stream, I called some blocking functions, will it hurt other video streams? For example, assume the server wants to server two video streams, A a

Re: [Live-devel] Closing Session/Subsession from a FileSink

2009-10-21 Thread Ross Finlayson
I have a RTSP streamer and I would like to know if I can close a Media Session from one of my FileSink When my FileSink is running out of data it calls "stopPlaying()", then the source method "doStopGettingFrames" is called and data is no longer streamed by my server. However the RTSP client k

Re: [Live-devel] (no subject)

2009-10-21 Thread Ross Finlayson
I'm using the '(LIVE555 Streaming Media library version 2008.04.02) Sorry, but no support is given for old versions of the code. You should try again with the latest version. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-de

[Live-devel] Problem when the bitrate of stream is up to 10Mbps

2009-10-21 Thread 杜时
Hi,Ross, I use live555 to stream H.264. If the bitrate of stream is less than 5Mbps ,the client display normal. But if the bitrate up to 10Mbps, the client can not display as usually. Sometimes it will be loss data. Have you ever test the server at 10Mbps? Thank you for reading the letter! ___

[Live-devel] Report a Bug

2009-10-21 Thread 杜时
Today I have download the latest live555 code for windows and compile it. For my testing, I modify two things.First, I modify OutPacketBuffer::maxSize from 6 to 60, Second, I modify the value reuseSource=TURE in the ServerMediaSession* createNewSMS function. The testing process : 1. doub

[Live-devel] Closing Session/Subsession from a FileSink

2009-10-21 Thread bourda guillaume
Dear all, I have a RTSP streamer and I would like to know if I can close a Media Session from one of my FileSink When my FileSink is running out of data it calls "stopPlaying()", then the source method "doStopGettingFrames" is called and data is no longer streamed by my server. However the RTSP c

[Live-devel] RTSP Streaming over TCP

2009-10-21 Thread anil v
Hi Ross, I am using openRTSP client to receive the stream over *TCP* but I couldn't able to receive on to *videoMP2T* file. we are able to receive data on the *RTPInterface::handleRead()* function from RTPInterface.cpp ( here i have added a code to dump the stream on to the file and it is wo

[Live-devel] (no subject)

2009-10-21 Thread matt thompson
Hi there, I'm using the '(LIVE555 Streaming Media library version 2008.04.02)' to play mpg files and when using Realplayer or Windows Media Player the playing of the movie stops after 30-40 seconds and just hangs saying that it is 'comminicating' but it never starts to play the movie again. (Connec