I'm making live streaming and can view it using vlc player:
I was trying to add a vlc plugin on a web page but chrome doesn't support NPAPI anymore. So I'm now trying to use the HTML tag by doing this:
<video width="640" height="480" controls>
<src="tcp/h264://10.148.3.72:8080">
Your browser does not support the video tag.
</video>
but there's only the control bar showing on the web page.
How can I display this live stream on a web page? Thank you!
Aucun commentaire:
Enregistrer un commentaire