How to stream realtime encoded video/audio stream using LibVLC?
Posted: 07 Aug 2020 19:33
My program realtime generate H264(or HEVC) video stream,and AAC audio stream, so how can I stream them using LibVLC? Should I use imem module?
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Now I'm using ffmpeg to mux video/audio stream into ts stream firstly,and then use libvlc_new_media_callbacks() to feed my ts stream to libvlc,it works fine, but has below problems: