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
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
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
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