Hello everyone. I’m trying to use gstreamer to push my local video file to a hosted rtmp server. The streaming can be done but with video only and no sound.
I think the problem could be that ‘x264enc’ only handles video but no audio or subtitles. Then how can I push audio or subtitle to rtmp server with video as a whole so we can play them in sync? I cant find a clear solution or idea for this…
(made audio queue unlimited because x264enc will consume 2-3 seconds of audio video by default before outputting anything in the default configuration; you can drop this if you use x264enc tune=zerolatency)