HTTP-Live-Video-Stream-Segmenter-and-Distributor icon indicating copy to clipboard operation
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

Open celevra opened this issue 12 years ago • 1 comments

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

celevra avatar Sep 14 '13 16:09 celevra

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...

celevra avatar Sep 16 '13 07:09 celevra