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