Select Channel Program via VLC Plugin Browser

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
trimendes
New Cone
New Cone
Posts: 3
Joined: 19 Sep 2017 19:54

Select Channel Program via VLC Plugin Browser

Postby trimendes » 19 Sep 2017 20:24

Hello, I am try to watching video via UDP connection. Video can show but I can't select other channel program like at VLC application .

Code: Select all

<html> <title>VLC plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="1280" height="720" id="vlc" </embed> <script> var vlc = document.getElementById("vlc"); vlc.playlist.add("udp://@238.1.1.3:4000", "RCTI(H.264) [Harmonic]"); vlc.playlist.play(); vlc.video.deinterlace.enable("blend"); </script> </body>
How do I modify this code for the following to select program channel like this :
Image

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: Select Channel Program via VLC Plugin Browser

Postby Jean-Baptiste Kempf » 20 Sep 2017 12:20

Add the ":program=xx" option.
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.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 9 guests