Proposal: MediaPlayerElement enhancement
See original GitHub issue- Bring native MediaPlayerElement UI to Xbox. For more details, please refer to Bring native MediaPlayerElement UI to Xbox
2. Keep the playback rate.
Currently, MediaPlayerElement
reset the playback rate when playing a new media, even I set the rate manually. This means developers can’t set the rate, this is annoying when playing a series drama. Users want 2x rate, they have to set every episode…
This code doesn’t work.
xMediaPlayer.Source = mediaPlaybackItem;
mediaPlayer.PlaybackSession.PlaybackRate = 2.0;
-
Add debug panel and relative APIs. Currently, Apple TV player supports debug panel like YouTube’s
stats for nerds
. This debug panel is critically important for developers to check the network status. -
More. The above is what I’m facing now, but I think there is more to improve. Cause the UWP user voice forum is closed, I can’t find any more info.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
MediaPlayerElement Class (Windows.UI.Xaml.Controls)
Gets or sets whether automatic text enlargement, to reflect the system text size setting, is enabled. (Inherited from Control). KeyboardAcceleratorPlacementMode.
Read more >Extending a Universal Windows Platform Media App
The Universal Windows Platform (UWP) makes it easy to build rich media-based apps leveraging either the built-in MediaElement, or the Player ...
Read more >How to Use the MediaElement in Xamarin.Forms
We explore the MediaElement in Xamarin.Forms — a new way to easily include audio and video in your Xamarin.Forms apps.
Read more >37642 (Switch from mediaelement to video.js)
Are there any issues with MediaElement.js that this directly addresses, why should we replace the bundled video player? video.js is only a video...
Read more >shims - All Documents
... State Transportation Improvement Program · Statewide Transportation Plan · Transportation Resilience ... mediaelement-core.js. mediaelement-core.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, @maxkatz6 . I can keep the playback rate now by checking
MediaPlaybackState
.@Austin-Lamb or @codendone I’m struggling to remember where this should get pathed, I think reach is correct?