cmik / cmik.xbmc

Cmik's repository for Kodi add-ons
https://addons.cmik.me
GNU General Public License v3.0
29 stars 15 forks source link

Any way to choose stream quality/resolution? #32

Closed tagniam closed 5 years ago

tagniam commented 6 years ago

I saw that there used to be an option to choose the best stream quality here, but uncommenting that code block doesn't work.

cmik commented 6 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.

cmik commented 6 years ago

@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

cmik commented 5 years ago

Option is available in 0.81 to choose the best stream.

tagniam commented 5 years ago

Thanks @cmik.