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">
The browser always returns that no video with MIME format or type supported, if anyone can help, please thank you already.
I have never used bad RTMP, consider if your server is returning the
MIME
correct to the requested resource? Niginx has the filemime.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– Lauro Moraes
The
rtmp
is facing the flash, but try http://videojs.com/getting-started/– Valdeir Psr