devkanro / Meta.Vlc

Meta.Vlc is a LibVlc wrapper for WPF.
Do What The F*ck You Want To Public License
275 stars 85 forks source link

libvlc_media_new_callbacks() Play media from memory #252

Open NobsterTheLobster opened 6 years ago

NobsterTheLobster commented 6 years ago

There appears to be support in libvlc for playing media from memory. I found various links on the subject but how can I achieve this from the Meta.Vlc.

https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__media.html#ga591c3cbe56444f1949165b2b9b75d8e2

https://stackoverflow.com/questions/31250640/using-vlc-imem-to-play-an-h264-video-file-from-memory-but-receiving-error-main/31316867#31316867

https://forum.videolan.org/viewtopic.php?t=111917

devkanro commented 6 years ago

libvlc_media_new_callbacks need VLC 3.0, but Meta.Vlc is write for Vlc 2.x