Standalone video player? #352
Replies: 2 comments 36 replies
-
That would be pretty huge undertaking that neither me nor @lukasf have the time for. Technically it is possible to create our own wrapper around the MediaFoundation interfaces that MediaPlayer wraps, but even that is quite complicated. What exactly do you not like about MediaPlayer? It is mostly quite OK, except for the bugs in MediaPlaybackList that can be usually worked around with some effort. |
Beta Was this translation helpful? Give feedback.
-
In the end I opted for forking libVLC and libVLCSharp to dynamically link to ffmpeg and remove any other unneeded modules. This way it's quite compact in size and performance (even with a single player, no preloading, etc) is pretty much up to the expectations. So if you're not planning anything like this, I'll just close this. |
Beta Was this translation helpful? Give feedback.
-
While this library is quite cool
MediaPlayer(Element)
definitely isn't.Have you considered building your own?
Beta Was this translation helpful? Give feedback.
All reactions