Add MediaElement Subtitle Support #1867
Replies: 4 comments 5 replies
-
How can we change the FontSize of the subtitle? On the last image it looks pretty tiny. And can you update your comment with the API spec? |
Beta Was this translation helpful? Give feedback.
-
IOS subtitle support is now working! 2024-05-09.17-11-43.mp4 |
Beta Was this translation helpful? Give feedback.
-
Windows, Android, and IOS all now working as expected. Android is dependant on merging #1873 |
Beta Was this translation helpful? Give feedback.
-
as there is a PR #1918 I am closing this discussion to clean up. Let me know if it needs re-opening. |
Beta Was this translation helpful? Give feedback.
-
I would like to add support for subtitles for Android, Windows, Mac Catalyst and IOS. Supporting VTT and SRT file formats initially. Here is an example of what it could look like. I have been working on it for about a week and have some samples of how it might look. It still needs a lot of work.
I am hoping everyone can vote and decide if we want this feature. I have a proposed API if it is approved. I was thinking we could just use:
MediaElement.SubtitleUrl
as the source for subtitles. This is open for any suggestions. I have yet to have a PR where the names of functions and or classes did not change a lot before it made it into a repo.Android
Windows
Proposed API
Beta Was this translation helpful? Give feedback.
All reactions