Search found 3 matches

Go to advanced search

by trimendes
17 Jul 2018 22:06
Forum: Web and scripting
Topic: Stream with audiobar
Replies: 1
Views: 901

Stream with audiobar

Hi, How can i show audiobar in my script? <script> var vlc = document.getElementById("ch1" vlc.playlist.add("udp://@233.1.1.11:1000","fancy name", new Array(":program=2")); vlc.playlist.play(); vlc.video.deinterlace.enable("blend"); </script>
by trimendes
17 Jul 2018 22:04
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 373031

Re: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6

how can I show audio bar in my script? <script> var vlc = document.getElementById("ch1" vlc.playlist.add("udp://@233.1.1.11:1000","fancy name", new Array(":program=2")); vlc.playlist.play(); vlc.video.deinterlace.enable("blend"); </script>
by trimendes
19 Sep 2017 20:24
Forum: Web and scripting
Topic: Select Channel Program via VLC Plugin Browser
Replies: 1
Views: 896

Select Channel Program via VLC Plugin Browser

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 . <html> <title>VLC plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="Vid...

Go to advanced search