Search found 5 matches

Go to advanced search

by anhquan
19 Aug 2008 12:01
Forum: VideoLAN Server and miniSAPserver
Topic: How to get server status via SNMP ?
Replies: 8
Views: 6265

Re: How to get server status via SNMP ?

As i can see from the file VLCWrapper.py, this VLCWrapper actually uses Telnet interface to control VLC (play/stop/resume or something). But there is no implementation to get streaming status. Well, i think in this wrapper, we have to use telnet command, e.g. "show my_channel_1", then pars...
by anhquan
19 Aug 2008 10:47
Forum: VideoLAN Server and miniSAPserver
Topic: How to get server status via SNMP ?
Replies: 8
Views: 6265

Re: How to get server status via SNMP ?

Great, thanks a lot !
by anhquan
19 Aug 2008 01:20
Forum: VideoLAN Server and miniSAPserver
Topic: How to get server status via SNMP ?
Replies: 8
Views: 6265

Re: How to get server status via SNMP ?

Yes, to control VLC remotely, i can use telnet. However, in order to get such information as which channels are playing, using telnet interface is not effective (need to parse the text responsed from server). Ok, then i will learn how to wrap VLC. Link: https://svn.diwi.org/svn/manager/ is not worki...
by anhquan
18 Aug 2008 16:36
Forum: VideoLAN Server and miniSAPserver
Topic: How to get server status via SNMP ?
Replies: 8
Views: 6265

How to get server status via SNMP ?

Hello all, I am working on a project which uses VLC. I would like to make a web interface to control multiple streaming servers via SNMP. And I don't know how to configure my SNMP agent. In the source code (get from here: http://www.videolan.org/vlma/download.html), i could not find the implementati...
by anhquan
13 Aug 2008 15:34
Forum: VLM
Topic: stream file and camera
Replies: 3
Views: 3567

Re: stream file and camera

It's possible.

Set all channels to the same output, then let only 1 channel play, the others pause/stop.
Then you can switch channels status using command "control channel_name play/pause" .

Go to advanced search