How to "capture" an IP stream stream using HTML 5

2

I'm using DVB viewer to broadcast TV signal over the network. Using, for example, VLC, I "get" the network stream and have the transmission. I would like to know how to do this using HTML. I tried to simply create the player and in src put the IP, but it did not work.

    
asked by anonymous 16.09.2015 / 13:02

1 answer

0

I have managed to solve this, I hope it helps someone in the future.

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2"  width="1024" height="768" id="vlc" loop="yes" autoplay="yes" target="http://000.000.000.000:9999/"></embed>
    
16.09.2015 / 19:47