kakone / VLC.MediaElement

MediaElement clone powered by VLC
GNU Lesser General Public License v2.1
68 stars 33 forks source link

Captions #36

Closed cbordeman closed 7 years ago

cbordeman commented 7 years ago

Is there a way to display captions? I need to add a button on the bottom area to enable pulling CC out of a UDP stream. This works fine with regular VLC on Windows, but don't know how to accomplish here. Thanks. Fantastic work on this wrapper, BTW, I was having hell getting libVLC to compile and you saved me so much time!

kakone commented 7 years ago

For external subtitle files, use the new MediaSource dependency property on the MediaElement class. There is an example in the sample app.

cbordeman commented 7 years ago

Thanks for the info. Could you please update the Nuget version? It's really out of date and the latest seems to work well.

kakone commented 7 years ago

The VLC.MediaElement NuGet package is uptodate. The nightly builds of libVLC for UWP doesn't seem to work anymore. So, I'm waiting some new nightly builds to update the libVLCX package.