Insert streaming link on page - HTML

0

So I'm trying to implement a rtmp streaming link to an html page, but without success, I've tried several ways but none that worked, the link below and what I want to be displayed on the html page.

 rtmp://192.168.1.168:1935/hls/hd-live

I've also tried something like this

 <video width="320" height="240" controls>
 <source src="rtmp://192.168.1.168:1935/hls/hd-live" type="rtmp/mp4">

The browser always returns that no supported MIME type or video, if anyone can help, please thank you right away.

    
asked by anonymous 04.04.2018 / 03:58

0 answers