+1 I can't find the good code
If I use this code in VLC I've a video1.ts file but I cant open it into a browser
Code: Select all
dvbt:// :dvb-frequency=498000000 :dvb-bandwidth=8 :program=10010 :sout=#duplicate{dst=std{access=file,mux=ts,dst=E:\temp\video1.ts},dst=display}
This code say "Waiting for video"
Code: Select all
<body>
<embed type="application/x-vlc-plugin"
name="video1"
autoplay="no" loop="no" width="400" height="300"
target="dvbt:// :dvb-frequency=498000000 :dvb-bandwidth=8 :program=10010" />
<a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
<a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
<a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
<a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>
</body>
Another, but It doesn´t start too.
Code: Select all
<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=498000000 :dvb-bandwidth=8 :program=10010);
!-->
</script>
Another test is to open
1 VLC as Stream server (RTP ou UDP or MMS) on 127.0.0.1
1 Browser with ActiveX Plugin to read the stream on 127.0.0.1
But this don't work
(1 VLC server 1 VLC reader on the same PC work sometimes, but switching channel is hard)
I Need Help pliiizzz
PS: Sorry, my English skills are good as my VLC skills