HTTP interface and audio bar graph

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
AGEL
New Cone
New Cone
Posts: 6
Joined: 22 Mar 2012 14:36

HTTP interface and audio bar graph

Postby AGEL » 17 Apr 2012 09:32

Hi,
I'm launching VLC with the http interface and I would like to display the audio bar graph during the video.
I'm sending http requests to the interface with the command curl. When I'm adding the code for the audio bar graph ( --sub-filter=audiobargraph_v --audiobargraph_v-barWidth=30 --audiobargraph_v-position=1 --audio-filter=audiobargraph_a --audiobargraph_a-silence=0 --audiobargraph_a-bargraph_repetition=1 --audiobargraph_a-port=1234 --extraintf=oldrc --rc-host=localhost:1234 --rc-quiet ) at the opening of VLC http interface this error appears "curl couldn't connect to host"

Is it even possible to use the http interface and rc mode at the same time? Do I have to start all over again?

Thanks a lot.

Alissia

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: HTTP interface and audio bar graph

Postby Jean-Baptiste Kempf » 17 Apr 2012 11:53

Do not use the same port
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

AGEL
New Cone
New Cone
Posts: 6
Joined: 22 Mar 2012 14:36

Re: HTTP interface and audio bar graph

Postby AGEL » 17 Apr 2012 13:44

It works thanks

danielcruz
New Cone
New Cone
Posts: 1
Joined: 03 Mar 2016 18:50

Re: HTTP interface and audio bar graph

Postby danielcruz » 03 Mar 2016 19:04

Hi guys,

I'm trying the same thing. The question is: Where and how I put the code in the HTML. I'm not an expert, but I studied HTML and wrote a code. It works in get the streaming, but I'm in doubt in where and how I put bar graph code to show the audio over the video. Below a part of my code that works in get the video stream.

Code: Select all

<html> <head> <title>STREAMING</title> </head> <body SCROLL=NO bgcolor="black"> <table align="center" border="0"> <tr align="center" > <td valign="center"><font size="5" color="white">STREAM 1</font></td> <td valign="center"><font size="5" color="white">STREAM 2</font></td> </tr> <tr align="center"> <td align="center" height="425" width="600"> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="100%" height="100%" id="vlc" loop="yes" autoplay="yes" target="mms://IP_STREAM:8080/"></embed> <param name="AutoStart" value="true" /> </param> <param name="mute" value="true" /> </param> <param name="EnableContextMenu" value="1" /> </param> <param name="TransparentAtStart" value="false" /> </param> <param name="AnimationatStart" value="false" /> </param> <param name="ShowControls" value="false" /> </param> <param name="ShowDisplay" value="false" /> </param> <param name="ShowStatusBar" value="false" /> </param> <param name="autoSize" value="false" /> </param> <param name="displaySize" value="true" /> </param> </td> <td>.... </td> ... </html>
Best regards.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 85 guests