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
GJS severly limits us in terms of what we can do with GStreamer, mainly due to it not supporting GStreamer signals very well. Here are some of the things we need to fix if/when that support lands:
Correctly cache/cleanup downloaded files using downloadbuffer
Correctly position the subtitle text to account for the player bar and preferred font by tweaking subtitleoverlay and textoverlay
Use the Streaming API to correctly select which streams the user can play (based on the selected quality) instead of generating a new URL every time.
The text was updated successfully, but these errors were encountered:
GJS severly limits us in terms of what we can do with GStreamer, mainly due to it not supporting GStreamer signals very well. Here are some of the things we need to fix if/when that support lands:
downloadbuffer
subtitleoverlay
andtextoverlay
The text was updated successfully, but these errors were encountered: