Hi,
I just registered into the forum and I would like some help about RTSP streams.
We use libVLC in a custom application to display H.264 video recordings from a video surveillance system. No issues, so far.
Now we need to implement fast forward/backward and reverse playback, that are apparently not supported by VLC, but available on the media server (in the vendor RTSP player already implemented with ActiveX).
The RTSP protocol itself supports those functionalities via the Scale and Speed headers.
Therefore we are thinking that maybe we could work on a patch (or pull request) to add support for the Scale and Speed RTSP parameters in libVLC.
Any advice or insight would be greatly appreciated.
Regards,
Marco