Results 284 comments of absidue

As you are on iOS 15.4 shaka-player will always use native HLS, Apple only added the APIs (ManagedMediaSource) for non-native HLS playback in iOS 17.1. https://caniuse.com/mdn-api_managedmediasource

> @absidue may be mistaken. On iOS versions older than 17.1, the useNativeHlsOnSafari setting makes no difference, because before that iOS had neither the MediaSource API or the ManagedMediaSource API,...

@kuroishi Make sure that you call `selectTextTrack` first before you call `setTextTrackVisibility`, otherwise shaka-player won't know which text track it should make visible.

It's already documented in the description of the `defaultPresentationDelay` configuration. > A default `presentationDelay` value. For DASH, it's a default `presentationDelay` value if `suggestedPresentationDelay` is missing in the MPEG DASH...

Did you test on Windows and macOS too before removing the existing flags? If not please only add the new ones and stick them inside an if, so they only...

The search bar, just like on YouTube itself is always visible, which makes sense because it's the site wide YouTube search (and just like on YouTube you can set the...

Issues are considered closed when the feature has been implemented or bug fixed. If we waited for all translators to log into weblate and translate stuff before closing issues, we...

This is caused by the z-index of the toast holder (the element that all of the toasts are inside) only being 1, while the watched progress bar has a z-index...

The person the reported the issue wasn't using a extension, they were trying the URLs directly for what I can gather from their comments.

Opened a bug report on the Invidious GitHub repository for this, as Invidious doesn't return errors when other channel tabs are empty e.g. the playlists one. https://github.com/iv-org/invidious/issues/3814