firsttris / plugin.video.sendtokodi

:tv: plays various stream sites on kodi using youtube-dl
MIT License
125 stars 28 forks source link

Can this addon be set to resolve 720p+ youtube #62

Closed Doktor-X closed 2 years ago

Doktor-X commented 2 years ago

Hi, can this addon resolve and play youtube videos in better resolutio then 720p on youtube. Im resolving age gate videos using this addon but only in 720p, but yt-dlp can get streams of 4k

nullket commented 2 years ago

Hey thanks for you suggestion I am literally waiting on myself for this as well…. The thing is that our addon here currently uses „the best available all in one audio and video stream“. Unfortunately, for YouTube this is just 720p. For everything else YouTube is offering a separate audio and video stream which must be muxed together by the player. Fortunately, Kodi offers this capability in form of a (per default installed) addon named input stream adaptive. Unfortunately, it is not super easy to implement.

We have issue https://github.com/firsttris/plugin.video.sendtokodi/issues/34 to track that and I just started to do research on the topic last week but I am also trying to finish my phd this summer - so help or even PRs are highly appreciated.

I am closing this issue as we already have the other one (maybe should redefine the title) and I hope that’s okay for you. I am trying to work on this but I can not promise anything right now.