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
I guess I fixed this past in the time but I don`t know how.
Traceback (most recent call last): File "rtmp_stream_delayer.py", line 198, in <module> from delayer_settings import BACKUPSTREAM_SHORT, BACKUPSTREAM_LONG, \ ImportError: cannot import name 'FFMPEG_EXTRA_OPTS' from 'delayer_settings' (/etc/delay/regie-1-900s/delayer_settings.py)
STREAM_DESTINATION = 'rtmp://127.0.0.1/becleanfeed1/live' DELAY = 900 # Seconds SINGLE = False # Set to true to just delay a single stream and exit, no reconnecting/backup-streams BACKUPSTREAM_SHORT = '' # Show while intermission BACKUPSTREAM_LONG = '' # Show while longer downtime FFMPEG_EXECUTABLE = "ffmpeg" # Use avconv if you need
new server old issues I gues.
The text was updated successfully, but these errors were encountered:
some issue with lineendings (copied over from windows?) so that the delayer_settings.py was just one line
since you posted the file (but all in one line?): There is no FFMPEG_EXTRA_OPTS in there, so maybe the file was cut in the middle or you removed the option instead of commenting it out with a #
I guess I fixed this past in the time but I don`t know how.
Traceback (most recent call last): File "rtmp_stream_delayer.py", line 198, in <module> from delayer_settings import BACKUPSTREAM_SHORT, BACKUPSTREAM_LONG, \ ImportError: cannot import name 'FFMPEG_EXTRA_OPTS' from 'delayer_settings' (/etc/delay/regie-1-900s/delayer_settings.py)
STREAM_DESTINATION = 'rtmp://127.0.0.1/becleanfeed1/live' DELAY = 900 # Seconds SINGLE = False # Set to true to just delay a single stream and exit, no reconnecting/backup-streams BACKUPSTREAM_SHORT = '' # Show while intermission BACKUPSTREAM_LONG = '' # Show while longer downtime FFMPEG_EXECUTABLE = "ffmpeg" # Use avconv if you need
new server old issues I gues.
The text was updated successfully, but these errors were encountered: