Page 1 of 1

VLM - "show" command?

Posted: 04 Dec 2014 22:02
by wrayvlc
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!

Re: VLM - "show" command?

Posted: 02 Jan 2015 16:49
by Jean-Baptiste Kempf
It might be a bug.

Re: VLM - "show" command?

Posted: 05 Jan 2015 17:00
by wrayvlc
Thanks for the info. Vlm.xml works well in lieu of a direct show command. Parsing through that and searching for a particular name isn't a problem. Thanks for the info :)