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 May 28, 2024. It is now read-only.
I would like to purpose the ability to select video quality on the player.
This feature has been requested in the past but mine is a little different.
Instead of having nextcloud transcode the videos, allow the user to upload different quality videos and set the player to start playing the lowest quality video with the option to increase quality like on youtube.
For example:
File.mp4 with no additional options would just play that video with no quality settings.
File_480.mp4 and File_720.mp4 would default to the 480p file and allow the option for 720p.
File_480.mp4, File_720.mp4, File_1080p.mp4, File_1440.mp4 and File_2160.mp4 would all be quality options in the video player.
I haven't looked at the code but it should be a simple if and elseif function.
The text was updated successfully, but these errors were encountered:
I would like to purpose the ability to select video quality on the player.
This feature has been requested in the past but mine is a little different.
Instead of having nextcloud transcode the videos, allow the user to upload different quality videos and set the player to start playing the lowest quality video with the option to increase quality like on youtube.
For example:
File.mp4 with no additional options would just play that video with no quality settings.
File_480.mp4 and File_720.mp4 would default to the 480p file and allow the option for 720p.
File_480.mp4, File_720.mp4, File_1080p.mp4, File_1440.mp4 and File_2160.mp4 would all be quality options in the video player.
I haven't looked at the code but it should be a simple if and elseif function.
The text was updated successfully, but these errors were encountered: