Ejlodeiro Posted March 20, 2019 Share Posted March 20, 2019 Hello! I have a player and by HTLS transmits perfect the problem is from RTMP that does not play the video. I use the following code. <source src=" http://n50.serverenlinea.com:5080/LiveApp/streams/ID.m3u8" type="application/x-mpegURL"> <source src=" rtmp://n50.serverenlinea.com/LiveApp/ID" type="application/flash"> best regards Link to comment Share on other sites More sharing options...
0 Ejlodeiro Posted March 20, 2019 Author Share Posted March 20, 2019 I add complete player code. <video id="flowplayer" class="video-js vjs-fluid vjs-default-skin vjs-big-play-centered" controls preload="auto"> <source src="http://n50.serverenlinea.com:5080/LiveApp/streams/ID.m3u8" type="application/x-mpegURL"> <source src="rtmp://n50.serverenlinea.com/LiveApp/ID" type="application/flash"> <p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> </p> </video> In HTLS it works perfect. the problem is in RTMP Link to comment Share on other sites More sharing options...
0 Selim Emre Posted March 22, 2019 Share Posted March 22, 2019 Hi ejlodeiro, If you play RTMP streaming in HTML5, you need to use HTML5 player that supports Flash. I researched your case, please review below links. https://www.hdwplayer.com/rtmp-player/ https://stackoverflow.com/questions/9002607/how-to-play-rtmp-url-live-streaming-in-flowplayer http://demos.flowplayer.com/basics/rtmp.html https://github.com/shrikanthkr/rtmp-flowplayer/blob/master/index.html I'm hoping that I was able to answer your queries. If you have any question, please feel free to ask us. Thanks. Best Regards, Selim Link to comment Share on other sites More sharing options...
0 Ejlodeiro Posted March 22, 2019 Author Share Posted March 22, 2019 thank you Link to comment Share on other sites More sharing options...
Question
Ejlodeiro
Link to comment
Share on other sites
Top Posters For This Question
3
1
Popular Days
Mar 20
2
Mar 22
2
Top Posters For This Question
Ejlodeiro 3 posts
Selim Emre 1 post
Popular Days
Mar 20 2019
2 posts
Mar 22 2019
2 posts
3 answers to this question
Recommended Posts