-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change video captions #5479
Comments
This should be possible with the Here are some resources online that might help you to grasp it. Note they are for JS version but they should still apply |
So if I understand correctly I can define a custom control that can then be used to change the captions of the current video? |
Is it possible to do it all with C# and not use any JS? |
At the moment, it is not possible. |
Then I think it would be a useful feature to have since it is more independent and faster than JS, I would suggest the current player to have a currentTrack field which can then be used to change the video track of the player. |
Can you explain the proposed API and how it could be used? |
I would have the Video have an attribute called currentTrack which would be initially set to null or the Default value of Tracks array. It could be used so the user could create a custom menu outside the video player with which he/she could manipulate the player and create a more customizable environment. I hope I explained it well, if not let me know :) |
Will that functionality ever be supported in the upcoming weeks? :) |
Possibly yes. But it depends on the complexity. We also plan to migrate to the newer version of the video library so we need to be careful with adding too many features. In case they are not supported by this new library. |
Ps. #4914 |
I understand. If possible I would also suggest that the Video has a Volume attribute, enabling a programmer to make a custom button/slider to manipulate with the volume of the player. |
Is there any more information on updating the video player/having customizable controls such as subtitles? |
Sorry, not yet planned. I could move it to the next milestone but there are still other work to do first. In case you wish to help we're always open to contributions. |
That would be much appreciated. Unfortunately I am very busy at the moment and probably will not be able to contibute to your project. |
Hi, are there any updates on the video player and changing the subtitles? Also are there any plans to change the plyr anytime soon to a more modern player? |
We're updating the video to a new version, and we will try to make it by 1.6 release. Regarding this particular feature it all depends on how complex it might be with the new library. |
That is great to hear! |
It's planned for July 23rd. |
Great, thanks for the replies :) |
Is there a way of changing captions of the video with custom buttons. What I mean by that is, I want to make my own button that displays available captions and by selecting them, they get updated in the video player.
I want this so that i can position and style my own buttons and menus with captions and make my application more customizable.
The text was updated successfully, but these errors were encountered: