Hi @打玻璃,
In the github repo about nginx media server, it supports HLS and DASH as well as RTMP.
What I have done now:
- Find abc News Channel .m3u8 file.
- Push the Stream to stream media server (nginx)
- Open the page, then we can play the .m3u8 file. There are some delay in my sample .gif file.
Summary
- We configure the stream url inside the nginx.conf file
- Then we can paly the live stream by using html5 video tag, it supports HLS and DASH as well as RTMP
- Of course, we can configure 5 live stream apps for using in advance, and then start the nginx server, but if there is a newly added live stream URL that you want to use in the future, then we need to restart the nginx server, which may not be very friendly, it is recommended to consider using the media service in the cloud product.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Jason Pan