unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.9k stars 720 forks source link

Implement MediaElement on every platforms #59

Closed Poppyto closed 6 years ago

Poppyto commented 6 years ago

MediaElement (or MediaPlayer+MediaPlayerElement) is a difficult control to implement (much more than other, because of SMTC) but without it, Uno seems unusable to me because all my works use MediaElement. The solution has to work on everyplatform (even WASM with

queequac commented 6 years ago

Same for me, my primary app relies heavily on MediaElement and integrating the host platform's player on each target platform would be big effort (each developer would have to do then over and over again).

Especially supporting custom transport controls would be a big plus.

jeromelaban commented 6 years ago

This issue has been superseded by https://github.com/nventive/Uno/issues/154, you can follow the progress there, which has been significant!