Hello,
I've been working on building a web app that leverages the http interface via vlm. So far I haven't been able to track down if the "show" command detailed here: https://wiki.videolan.org/Documentation ... HowTo/VLM/ is available via the interface.
In particular, I am hoping to use the command - show "broadcastname" - to query information on that specific element. I've successfully used it via the telnet interface before, but haven't had luck with VLM.
I've tried using http://localhost:8080/requests/vlm_cmd. ... ow%20test1 as well as a few other iterations, but so far the only luck I've had is using http://localhost:8080/requests/vlm.xml and iterating through the list. Ultimately that's not a huge deal, but I was hoping I could leverage the show command if at all possible.
Thanks for any help you can provide!