Meta.Vlc icon indicating copy to clipboard operation
Meta.Vlc copied to clipboard

libvlc_media_new_callbacks() Play media from memory

Open NobsterTheLobster opened this issue 6 years ago • 1 comments

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

NobsterTheLobster avatar Nov 28 '17 14:11 NobsterTheLobster

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

devkanro avatar Dec 07 '17 15:12 devkanro