[HLS] Convert the live streaming to HLS for live streaming #1679
Replies: 2 comments 2 replies
-
Hello, This conversion normally is developed in server side. Most of server allow you reproduce the stream in HLS when you push it in RTMP. For example you can do it with MediaMTX or SRS by default. |
Beta Was this translation helpful? Give feedback.
-
Hello, Since you want implement a HLS stream using Youtube you can try create your own StreamBase. As you can see that class is using RtmpClient to stream. You can remove RtmpClient and create your own implementation. Let me know if you have any question |
Beta Was this translation helpful? Give feedback.
-
Hi Pedro,
I will try to do live streaming from rtmp live streming to hls live streming.
Therefor I will convert the audio/video data to HLS files that updated .m3u8 file and keep generating .ts files. Then upload by https.
I plan to use ffmpeg and do you have any suggestion and ides about HLS conversion in rtmp section ?
Thanks,
Bruce
Beta Was this translation helpful? Give feedback.
All reactions