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
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
When Watching courses on the web, it usually can speed up at least to 2x
I read the Jellyfin-expo code found the video player was implemented by using <Webview>.
In the expo doc, it didn't provide a way to change the video rate in <Webview>, which means it might need to change in jellyfin repo to do so.
Luckily inside the native iOS app can do something like this.
When Watching courses on the web, it usually can speed up at least to 2x
I read the Jellyfin-expo code found the video player was implemented by using
<Webview>
.In the expo doc, it didn't provide a way to change the video rate in
<Webview>
, which means it might need to change in jellyfin repo to do so.Luckily inside the native iOS app can do something like this.
Here is the Developer UI, there is a button on the top right corner to the rate.
So, is there any plan to support the playback rate on the roadmap?
The text was updated successfully, but these errors were encountered: