Is there any way to use web player to watch DVB-t except streaming it to another format and than open it.
I have tried to open playlist:
Code: Select all
#EXTM3U
#EXTVLCOPT:dvb-frequency=762000
#EXTVLCOPT:dvb-bandwidth=8
dvb-t://
Code: Select all
#EXTM3U
#EXTVLCOPT:dvb-frequency=762000
#EXTVLCOPT:dvb-bandwidth=8
dvb-t://
Code: Select all
<title>VLC Mozilla plugin test page</title>
<body>
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2"
width="640"
height="480"
id="vlc">
</embed>
<script language="Javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.playlist.add(dvb-t:// :dvb-frequency=762000 :dvb-bandwidth=8);
!-->
</script>
</body>
</html>
Users browsing this forum: No registered users and 29 guests