dspidell wrote: ↑Wed Mar 11, 2020 5:29 pm
FourthWorld wrote: ↑Mon Mar 09, 2020 10:37 pm
dspidell, how much experience do you have with inter-process communication? I'm asking because there are several ways to go about it, and which one is best for you will depend on your experience.
Probably the best way to explore the range of options for communicating with a program while it's running is to look for guidance at the vendor's site to see what they offer.
I hove zero experience. I will try some of the other suggestions that have been posted but I would love to hear you r ideas if you know of anythingother than the solutions posted below.
VLC's command-line reference is here:
https://wiki.videolan.org/Documentation:Command_line/
It's been a while since I look into this, but last time I did I couldn't find anything to do much beyond playing the video. Lots of options for that, but nothing for ongoing interaction between processes via the command line. This is understandable given how stdin works.
VLC does provide deeper hooks, though the libVLC API:
https://wiki.videolan.org/LibVLC/
VLC provides hooks for C++, Java, and others, and a sufficiently-motivated person could use LiveCode Builder for that.
What exactly do you want to do?
dspidell wrote: ↑Wed Mar 11, 2020 5:35 pm
BTW how do you post to this forum without it complaining about external URls and links regarding the VLCdotapp?
It's not just links to Videolan, it's all links.
Like most forums we get tons of spam here. Unlike many, most users don't see it. One of the reasons is that this forum is set up so that new users will need to make at least 10 posts before having the ability to embed live links in their posts.
Trust me. If you saw the stuff us moderators see you'd be very happy with the temporary inconvenience.