HTTP-Live-Video-Stream-Segmenter-and-Distributor icon indicating copy to clipboard operation
HTTP-Live-Video-Stream-Segmenter-and-Distributor copied to clipboard

sanity_check for input_location not compatible with restream

Open kyrios opened this issue 14 years ago • 0 comments

 77     if !File.readable? config['input_location']
 78       log.error("The input file can not be read: #{config['input_location']}")
 79       raise 
 80     end

Breaks http restreaming

kyrios avatar Apr 10 '10 00:04 kyrios