I'm using ffmpeg to segment/concat a 120Mbit/s file in 2 second segments to/from a HTTP server. The problem is that ffmpeg only writes/reads one segment at a time which doesn't fully use all available bandwidth.
Each request to/from the server has a limit of 10MB/s. However using 5+ concurrent request it can get all the way up to 50+ MB/s. Is there some way I can get the segment/concat muxer/demuxer to run several requests concurrently? If not I'll have to modify ffmpeg myself and would in that case appreciate any tips. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
