[Live-devel] The address of ptr pointer is different with the address of fTo pointer.

2008-11-14 Thread Kuei-Yi
Hi Ross, and all, I have a question. I take a close look at an example of testMPEG4VideoStreamer program. Its process is: Upon the completion of doGetNextFrame(), the live555 will call StreamParser:: afterGettingBytes function. And the live555 can catch previously frame data and write it

[Live-devel] VLC Media Player and late Out-Of-Order received packets by Live555

2008-11-14 Thread Guy Bonneau
While experimented with a Mpeg2 video that I streamed to the internet using a Live555 sample application from work to home I found that the VLC media player struggled from time to time to resync the video. This was visible by some freezing and restarting of the video on the live window displayed by

Re: [Live-devel] doGetNextFrame() timing in mpeg2ts context

2008-11-14 Thread Horst Weglanz
Thank you, I added a static hook to schedule another *doGetNextFrame()* call and it's working as expected. Except for one thing which seems to be an issue with my usage of the TaskScheduler. I added a ByteStreamFileSource to the output video and the funny thing is: scheduled events from the Byt

[Live-devel] RTSPClient does not accept folded headers

2008-11-14 Thread Paul Clark
Hi, It seems that the RTSPClient doesn't accept folded headers from the server, at least for OPTIONS responses and possibly other requests as well. The relevant code is around RTSPClient.cpp:586: // Look for a "Public:" header (which will contain our result str): char* lineStart; wh