Re: [Live-devel] Regarding the seek and fast forward /reverse play in rtsp server

2014-02-26 Thread Tony
I found another problem, The seek only can work in one play request. for example, if open it by vlc and seek it at the first time, then it work. If I stop this stream, then open it again and seek, it would fail. Is there any settings to reset when new play request is comming? At 2014-02

Re: [Live-devel] Regarding the seek and fast forward /reverse play in rtsp server

2014-02-21 Thread Ross Finlayson
>I read the faq in live555 website about the trick play, it only said > the four virtual functions needs to be supported. > But as the result, the vlc would drop audio buffer, so I guess the > fPresentationTime should be changed too? > Is it right? The "presentation time"

[Live-devel] Regarding the seek and fast forward /reverse play in rtsp server

2014-02-21 Thread Tony
Hi Ross, I read the faq in live555 website about the trick play, it only said the four virtual functions needs to be supported. But as the result, the vlc would drop audio buffer, so I guess the fPresentationTime should be changed too? Is it right?_