Skip to content

Commit

Permalink
do not attempt jicofo retry logic if streaming failed to start on exi…
Browse files Browse the repository at this point in the history
…sting jibri
  • Loading branch information
Aaron van Meerten committed May 15, 2017
1 parent 94def27 commit e2f7105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jibri-xmpp-client/jibrixmppclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ def report_jibri_error(self, error):
jicofo_retry = False
elif error == 'startup_ffmpeg_streaming_error':
error_text='Youtube request timeout'
jicofo_retry = False
elif error == 'selenium_stuck':
error_text='Streaming Error: Selenium stuck'
elif error == 'selenium_died':
Expand Down

0 comments on commit e2f7105

Please sign in to comment.