Re: [FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added an option to ignore io errors

2018-11-28 Thread Jeyapal, Karthick
On 11/27/18 9:52 PM, Carl Eugen Hoyos wrote: > 2018-11-26 11:25 GMT+01:00, Karthick J : > > When dashenc has to run for long duration(say 24x7 live stream), one can > > enable this option to ignore the io failure of few segment's upload due to > > an intermittent network issues. > > When the netwo

Re: [FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added an option to ignore io errors

2018-11-27 Thread Carl Eugen Hoyos
2018-11-26 11:25 GMT+01:00, Karthick J : > When dashenc has to run for long duration(say 24x7 live stream), one can > enable this option to ignore the io failure of few segment's upload due to > an intermittent network issues. > When the network connection recovers dashenc will continue with the up

[FFmpeg-devel] [PATCH 2/2] avformat/dashenc: Added an option to ignore io errors

2018-11-26 Thread Karthick J
When dashenc has to run for long duration(say 24x7 live stream), one can enable this option to ignore the io failure of few segment's upload due to an intermittent network issues. When the network connection recovers dashenc will continue with the upload of the current segments, leading to the r