I am using ffmpeg to download the ts in the m3u8 file and merge them into an mp4 file,Use the following command line:
ffmpeg -i <source m3u8 file> -c copy target.mp4
Although it can work, but I found the download speed is very slow, bandwidth utilization is very low, so I would like to know if ffmpeg can be set to multi-threaded download to speed up the download speed?