[vlc] RC question

Chris Angelico rosuav at gmail.com
Tue Jan 6 18:02:55 CET 2015


On Wed, Jan 7, 2015 at 3:54 AM, Edit B <bouke at editb.nl> 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.

ChrisA



More information about the vlc mailing list