>Is it possible for live555 to seek to an arbitrary point in an MPEG2
>Program file, find the next GOP in the file, and stream from there?
Yes, this is already implemented (but doesn't work particularly well,
because the resulting presentation timestamps (from the audio and
video substreams) are
Hi,
Is it possible for live555 to seek to an arbitrary point in an MPEG2
Program file, find the next GOP in the file, and stream from there?
If yes, which class supports this?
Thanks,
Tonje
___
live-devel mailing list
live-devel@lists.live555.com
h
>VLC playback this stream fine, pause works fine too, but then
>I try to do FastFoward or FastBackward the stream starts play fast for
>about a one second and after that picture disappears.
>
>Furthermore, I've tried do do FastFoward or FastBackward on amino stb
>and trick play didn't work fine the
Hi,
Has anyone used live555 from gstreamer framework?
Does it exist a gstreamer plugin for live555 RTSP server?.
It seems that it was into the gstreamer ugly-plugins once.
Thanks in advance
mangel
___
live-devel mailing list
live-devel@lists.live55
Hello!
Sorry if this question already discussed before, but I've not found
this in older mail-lists.
I have a problem with trick play operations in LiveMedia server.
I have got a mpeg2-TS file, index file .tsx and try to play it using
live555MediaServer as a server and VLC as a client.
VLC pl
Hello,
Thanks for your help.
I have a question about MP3StreamState. In this Class it calls
waitUntilSocketIsReadable() to wait for the source data, and this function
allows other tasks to run while waiting, but this may cause some problem. If
the client close the connection, the MP3StreamS