http-interface

About encoding, codec settings, muxers and filter usage
johnnylq
Blank Cone
Blank Cone
Posts: 40
Joined: 09 Sep 2005 01:36
Location: Peru

http-interface

Postby johnnylq » 28 Oct 2005 00:33

hi developers...
Well I was making little system to control the VLM environment using the http-interface; I was looking at the share/http directory of the VLC source tree but I don't know how show in my web page the medias or schedules that I created..can anyone help me??

johnnylq
Blank Cone
Blank Cone
Posts: 40
Joined: 09 Sep 2005 01:36
Location: Peru

Postby johnnylq » 28 Oct 2005 21:14

Hello I'm again...well I found the way to show the information; if someone is interesting here is:

<vlc id="rpn" param1="'name' url_extract 'local' swap store" />
<!-- end de paras valor -->
<vlc id="foreach" param1="el" param2="vlm" />
<vlc id="if" param1="el.name value 'local' value strcmp 0 = " />
<p>Nombre:<vlc id="value" param1="el.name" />
<p> Tipo:<vlc id="value" param1="el.type" />
<p> Habilitado:<vlc id="value" param1="el.enabled" />
<p> loop:<vlc id="value" param1="el.loop" />
<p> Entradas:<vlc id="value" param1="el.inputs" />
<p> Salidas:<vlc id="value" param1="el.output" />
<p> Opciones:<vlc id="value" param1="el.options" />
<p> Instances:<vlc id="value" param1="el.instances" />
<vlc id="end" />
<vlc id="end" />


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 22 guests