llelectronics / videoPlayer

Video player for sailfish os
27 stars 19 forks source link

Support 1080p for Youtube Videos #24

Open llelectronics opened 6 years ago

llelectronics commented 6 years ago

Take a look into if I can implement 1080p support via the js api call that I use today. If it is not possible allow to fetch the 1080p stream if available via youtube-dl just like the audio stream urls are grabbed currently. (this last option makes it impossible to set 1080p as default quality though)

llelectronics commented 6 years ago

Current status: 1080p videos are only available as DASH (separated audio and video) which is currently not supported by gstreamer or qtmultimedia