Le septidi 7 floréal, an CCXXIII, Robert Nagy a écrit :
> 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?

Not currently.

I can see several manual solutions, based on using an external HTTP client
instead of the one built into FFmpeg, but it all depends on the exact
formats you use.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to