Page 1 of 1

Select Channel Program via VLC Plugin Browser

Posted: 19 Sep 2017 20:24
by trimendes
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

Re: Select Channel Program via VLC Plugin Browser

Posted: 20 Sep 2017 12:20
by Jean-Baptiste Kempf
Add the ":program=xx" option.