problem description
for example, if you get a rtmp stream and play it on a web page, you can use video.js to find it on the Internet, but you can"t play streaming media through your own research.
related codes
/ / Please paste the code text below (do not replace the code with pictures)
<video id="rtmpVideo" class="video-js vjs-default-skin vjs-big-play-centered" width="100%" height="100%">
<source src="rtmp://10.129.4.250/live/2d783dfd1f0c5557bb8154a43a88191428d" type="rtmp/mp4">
<p class="vjs-no-js">
HTML5
</video>
problems
what result do you expect?
use html5 to play streaming videos on web pages.