Open NobsterTheLobster opened 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
libvlc_media_new_callbacks need VLC 3.0, but Meta.Vlc is write for Vlc 2.x
libvlc_media_new_callbacks
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