You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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
The text was updated successfully, but these errors were encountered: