If I wanted to play a video stream over the network but the video and audio are separated into two different URLs, can I use FFMPEG
to stream merge those two sources? Because waiting for FFMPEG
to merge both files into a single local file will probably take sometime which wouldn’t be nice for the user experience.