[vlc-devel] input.c DEMUX_SET_POSITION and RTSP
Sébastien Escudier
sebastien-devel at celeos.eu
Wed Aug 26 08:43:17 CEST 2009
Quoting Rémi Denis-Courmont <remi at remlab.net>:
> As far as I know, set_position does not change the pause state. The input
> behavior is correct, and live555's is not.
There is a conflict with RTSP, because the seek command is sent with a PLAY and
a range. And it resumes the stream.
One solution could be to :
store the position sent with DEMUX_SET_POSITION if we are paused.
And send this position with the play when we want to unpause.
Any objection ?
More information about the vlc-devel
mailing list