I have successfully used VOD through the RTSP server, however, I would like to be able to start a file at any timestamp on the server side.
If I use:
Code: Select all
>new test vod enabled
>setup test input /path/to/110706_mpeg2.mpg
However, if I add:
Code: Select all
setup test option start-time=120
[00000298] main audio output warning: received buffer in the future (10355608)
[00000298] main audio output warning: received buffer in the future (10357524)
[00000298] main audio output warning: received buffer in the future (10355801)
...
Is there any way to control the entry point on the server side (but leave the user the capability of forwarding/rewinding the video stream)?
Many thanks for you suggestions.