Page 1 of 1

Extended info on show command

Posted: 14 Dec 2005 13:26
by ellis
Hello, im working on a project witch will depend on VLC/VLM.
Iwe written a VLM client class in PHP witch uses the telnet interface in VLC. But after a while, i kinda noticed that im not getting enought info out of the telnet interface.
The show command only tells me if its boadcast/vod, enabled/dicabled and what its name is.

My question is:
Is there a way i could get more detailed info about all the streams?

I was thinking of looking into the VLM api, but theres no way i could use them, without using really old php corba mobules, or creating a python based layer server.

Would really apretiate some help =)

// Erik Ellis

Posted: 14 Dec 2005 22:40
by dunsti
hi!
with the "show" command you get a list of all the strems.
with "show STREAMNAME" you'll get details for this stream

regards,
dunsti