Re: RC question
"Edit B" <[email protected]> Sat, 10 Jan 2015 19:01:20 +0100
| Newsgroups | gmane.comp.video.videolan.vlc.general |
|---|---|
| Message-ID | <052815923010475ABCF20E2945FB93B9@HPKANTOOR> |
----- Original Message ----- From: "Chris Angelico" <[email protected]> To: "Mailing list for VLC media player users" <[email protected]> Sent: Tuesday, January 06, 2015 6:02 PM Subject: Re: [vlc] RC question > On Wed, Jan 7, 2015 at 3:54 AM, Edit B <[email protected]> wrote: >> Still working in Director (using a lot of Xtras) >> Under Win, i can get Telnet to work (althought with a lot of hoops), but >> that does not work on Mac, and i fear it won't work on Win anymore >> anytime >> soon. >> Besides, from the docs, Telnet is limited compared to shelling / RC >> It's the only language i know, and i still like it very much (It's really >> fast for small / one-off projects) > > I'm not familiar with Director (is it > https://en.wikipedia.org/wiki/Lingo_(programming_language) ?), but if > you pick up something like Python, you'll be able to establish a > socket connection easily. I made a simple program a little while ago > that, among other things, could pause and resume a video, using the > telnet interface. There may not be a command-line 'telnet' program on > your platform, but there's certainly BSD socket support, which is all > you really need. Chris, Got HTTP to work, firering VLC using shell, with --intf http --http-host 127.0.0.1:8080 Then I can talk to VLC with YaddaLingoStuff(127.0.0.1:8080/requests/status.xml?command=pl_play) etc. However, I can't seem to get status. If i ask for status, VLC starts telling me there is no password set. Ok, i can start VLC with a password, by adding --http-password myVerySecretPassword But how to log in then? Or do i need to send the password on each command i send to VLC. In what syntax? Thx, Bouke > ChrisA > ______________________________________________________ > vlc mailing list > To unsubscribe or modify your subscription options: > https://mailman.videolan.org/listinfo/vlc --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com ______________________________________________________ vlc mailing list To unsubscribe or modify your subscription options: https://mailman.videolan.org/listinfo/vlc