Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLC backend doesn't work on Win32 #1

Open
trollusk opened this issue Jun 9, 2011 · 5 comments
Open

VLC backend doesn't work on Win32 #1

trollusk opened this issue Jun 9, 2011 · 5 comments

Comments

@trollusk
Copy link

trollusk commented Jun 9, 2011

The Win32 version of vlc (vlc.exe) does not recognise the command line argument --rc-fake-tty.
Additionally it does not like unix-style forward slashes in pathnames.

@dbrock
Copy link
Owner

dbrock commented Jun 9, 2011

So does it work if you remove that option and change the slashes to backslashes?

@trollusk
Copy link
Author

trollusk commented Jun 9, 2011

If I modify the function 'bongo-start-vlc-player' to not use the
--rc-fake-tty option and to replace / with \ in the filename, then the
file plays and the "rew, pause, stop, ffwd" icons appear in the
modeline. However none of them do anything apart from the stop button.
Pressing space to pause the file in the buffer also does not do
anything.

So it sort of works but not satisfactorily.

On 9 June 2011 22:44, dbrock
[email protected]
wrote:

So does it work if you remove that option and change the slashes to backslashes?

Reply to this email directly or view it on GitHub:
#1 (comment)

@dbrock
Copy link
Owner

dbrock commented Jun 21, 2011

Thanks for the report. Unfortunately, I’ve had so many remote control problems with both VLC and mplayer on Windows that I’m not really optimistic about solving those remaining problems in any reliable way. If I recall correctly, I believe --rc-fake-tty was actually put in place to make it work on Windows.

Anyway, if you have a patch for the stuff you fixed that doesn’t break non-Windows, I’d be happy to merge it.

@trollusk
Copy link
Author

I have actually switched to mplayer as that works well for me with
bongo on Windows. I don't think merging my changes would be a good
idea as with them all bongo does is launch the VLC GUI - there is no
way to control playback from within emacs.

Paul

PS if you are interested, what I've actually done is written an
extension to org mode (http://orgmode.org) which allows org files to
include hyperlinks to audio/video files, which start playing via bongo
when the link is activated. The links can also contain a time, in
which case playback will start at that position in the track.

The code is at:
http://orgmode.org/worg/code/elisp/org-player.el

On 22 June 2011 08:15, dbrock
[email protected]
wrote:

Thanks for the report. Unfortunately, I’ve had so many remote control problems with both VLC and mplayer on Windows that I’m not really optimistic about solving those remaining problems in any reliable way. If I recall correctly, I believe --rc-fake-tty was actually put in place to make it work on Windows.

Anyway, if you have a patch for the stuff you fixed that doesn’t break non-Windows, I’d be happy to merge it.

Reply to this email directly or view it on GitHub:
#1 (comment)

@dbrock
Copy link
Owner

dbrock commented Jun 30, 2011

Great to hear that mplayer works well on Windows now,
thanks for reporting that.

I love the Org mode integration! :D I don't use Org mode
myself, but I've realized that lots of people do.

Daniel Brockman, partner & developer
Go Interactive http://gointeractive.se
Twitter: http://twitter.com/dbrock
Telephone: +46706880739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants