You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version:0.4.3-c8d2db8
As of now only 360p & 720p are exposed in the GUI.
It would be good to have all the choices.. particulary the lower ones so that we can at least listen to the audio track in connections are too slow to handle even 360p
The text was updated successfully, but these errors were encountered:
The problem with lower resolution is that they're only available as flv files, which Qt MediaPlayer can't play. Even if I could somehow extract only audio and video streams from flv files I'm afraid Sailfish couldn't decode them in hardware, leaving us only with slow and power hungry sw decoding. So far only 360p and 720p streams seem to work reliably.
Exposing an option to play only audio streams is doable.The current code can already find URLs to standalone audio strams. This is mostly a matter of handling them on UI side.
Version:0.4.3-c8d2db8
As of now only 360p & 720p are exposed in the GUI.
It would be good to have all the choices.. particulary the lower ones so that we can at least listen to the audio track in connections are too slow to handle even 360p
The text was updated successfully, but these errors were encountered: