HTTP-Live-Video-Stream-Segmenter-and-Distributor
HTTP-Live-Video-Stream-Segmenter-and-Distributor copied to clipboard
The input file can not be read: http://192.168.10.25:9981/stream/channelid//12
Hi,
it takes not a second, it isn't realy trying and i get this error: The input file can not be read: http://192.168.10.25:9981/stream/channelid//12
this is my source command: source_command: 'ffmpeg -y -i %s -vcodec copy -acodec copy -f ogg -'
it is a fresh installed ubuntu 13.04 only ruby, ffmpeg and everything the segmenter needs is installed. are there any gems that i need?
best regards
Philipp
in hs_config on line 77 is if !File.readable? config['input_location']
but if the location is a http stream, the file cannot be readable ;-) i'm no ruby coder, so i have no glue how i can fix this other then commenting out, but this helps only me, not others...