Peter Ma Posted March 30, 2021 Share Posted March 30, 2021 Hey guys, I made it successfully pushing to CDN via RTMP via HLS, but it's raw, is there anyway to push the transcoded HLS to CDN? and also, the resolution is 720x1280 when it's passed over. Although on the server itself the HLS is adaptive. Is there any config I need to set? Link to comment Share on other sites More sharing options...
0 Cem K1l1 Posted March 30, 2021 Share Posted March 30, 2021 Hello, Yes, you can push the transcoded streams, what you need to look is the stream names. If you see something like streamID_240p.ts depending on your adaptive settings. You can change them and check the incoming stream again to test it, since it depends on your network speed I believe. Link to comment Share on other sites More sharing options...
0 Peter Ma Posted March 31, 2021 Author Share Posted March 31, 2021 Hey Cem, How am I supposed to do that? This is where I push the RTMP into the CDN. Link to comment Share on other sites More sharing options...
0 Cem K1l1 Posted March 31, 2021 Share Posted March 31, 2021 Hi, What I mean is that you get the highest quality stream since your network is probably good. So you see the available bitrate as 720x1280. You can try changing the adaptive bitrate( change 720p to 480p to see that if you get the highest quality stream). Also, I see your slack post, if you want a discussion/consultancy(paid or free) you can arrange a meeting here https://calendly.com/antmedia Link to comment Share on other sites More sharing options...
0 Connessione Posted April 1, 2021 Share Posted April 1, 2021 You can use something like FMLE or so to push multiple bitrate stream over RTMP , which will translate to HLS for each variant of same stream. Then you can distribute it over can or whatever it’s own strategy of bitrate switch. You can also use ffmpeg to read a stream and generate multiple variants of hls from it. Link to comment Share on other sites More sharing options...
0 Connessione Posted April 1, 2021 Share Posted April 1, 2021 That is only if transcoding is not available. Link to comment Share on other sites More sharing options...
Question
Peter Ma
Hey guys,
I made it successfully pushing to CDN via RTMP via HLS, but it's raw, is there anyway to push the transcoded HLS to CDN?
and also, the resolution is 720x1280 when it's passed over. Although on the server itself the HLS is adaptive. Is there any config I need to set?
Link to comment
Share on other sites
Top Posters For This Question
2
2
2
Popular Days
Mar 30
2
Mar 31
2
Apr 1
2
Top Posters For This Question
Connessione 2 posts
Peter Ma 2 posts
Cem K1l1 2 posts
Popular Days
Mar 30 2021
2 posts
Mar 31 2021
2 posts
Apr 1 2021
2 posts
Posted Images
5 answers to this question
Recommended Posts