[vlc-devel] Re: capturing pause, forward and rewind signals

Laurent Aimar fenrir at via.ecp.fr
Tue Sep 7 09:29:34 CEST 2004


On Mon, Sep 06, 2004, Hussain wrote:
> 
> Hello. 
> 
> Does anyone know how to caputre the pause, rewind and forward signals, in the livedotcom.cpp code. 
> 
> Thanks. 
 You should have a look at the latest sources (not 0.7.2.

 Pause is already send to livedotcom.cpp( in Control, look for
DEMUX_SET_PAUSE_STATE), and I tried to add support for it, but it
doesn't work well. The main problem is that in the next play (to
unpause) you have to send the current position, and it isn't computed.
(I haven't checked if live.com provides it or not).

 Vlc doesn't support rewind. And for forward it would be pretty easy to send
a message to the demuxer if you need it (the same way that for pause).

-- 
fenrir

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list