Insert link streaming in page - HTML

Asked

Viewed 573 times

0

So, I’m trying to implement a link streaming "rtmp" to an html page, but without success, I’ve tried several mode but none that effect surtisse, the link below and what I want to be displayed in html page.

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

I’ve tried something like

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

inserir a descrição da imagem aqui

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

  • 1

    I have never used bad RTMP, consider if your server is returning the MIME correct to the requested resource? Niginx has the file mime.types other solutions Node may be subject to packages setting the mime type. Consider investigating around, adding more relevant information from your server to the question. Good luck

  • The rtmp is facing the flash, but try http://videojs.com/getting-started/

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.