Re: [Live-devel] (no subject)

2008-04-07 Thread Ross Finlayson
>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

[Live-devel] (no subject)

2008-04-07 Thread Tonje Fredrikson
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

Re: [Live-devel] VLC and stb don't play "trick play" streams

2008-04-07 Thread Ross Finlayson
>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

[Live-devel] Live555 and gstreamer

2008-04-07 Thread Miguel Ángel López
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

[Live-devel] VLC and stb don't play "trick play" streams

2008-04-07 Thread akarlov
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

[Live-devel] a question about MP3StreamState

2008-04-07 Thread mean while
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