Closed tagniam closed 5 years ago
@tagniam, Yes that code is not finished. It was a test when we were having quality issues but I kept the code for later.
@tagniam ffmpeg automatically choose the best quality in the M3U8 file. But if you want to to limit the bitrate (then the quality) there is still a way : https://github.com/cmik/cmik.xbmc/blob/master/plugin.video.tfctv/default.py#L308 to https://github.com/cmik/cmik.xbmc/blob/master/plugin.video.tfctv/default.py#L313 see https://learn.akamai.com/en-us/webhelp/media-services-live/media-services-live-stream-packaging-rtmp-ingest-hds-and-hls-outputs-user-guide/GUID-58C3F955-1860-42C3-ACA9-985A84B88FE2.html
Option is available in 0.81 to choose the best stream.
Thanks @cmik.
I saw that there used to be an option to choose the best stream quality here, but uncommenting that code block doesn't work.