dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
207 stars 22 forks source link

Seeking does not work with vlc #17

Closed iqbalansari closed 9 years ago

iqbalansari commented 9 years ago

Seeking forward or backward (using f or b) when using vlc backend restarts the video. My system configuration is as follows

1) Ubuntu 12.04 (this is reproducible on 14.04 also) 2) VLC 2.0.8 3) GNU Emacs 24.5.1 4) Bongo (20150811.413 from Melpa)

On some debugging I found out that bongo sends time to seek to vlc as a floating point number while vlc expects the time as integer (I could find any documentation for the rc interface, I found this out by trying it on the command line)