Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Uncaught exception trying to flush back buffer when starting live stream #2380

Merged
merged 2 commits into from
Sep 26, 2019

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Sep 25, 2019

This PR will...

Log an error rather than throwing an exception when flushLiveBackBuffer is called for a live stream without media attached.

Why is this Pull Request needed?

Fixes an edge-case where the exception prevents a live stream starting.

Resolves issues:

Fixes #2333

Checklist

  • changes have been done against master branch, and PR does not conflict
  • N/A new unit / functional tests have been added (whenever applicable)
  • N/A API or design changes are documented in API.md

…or live stream without media attached

Fixes #2333
tchakabam
tchakabam previously approved these changes Sep 25, 2019
Copy link
Collaborator

@tchakabam tchakabam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

mangui
mangui previously approved these changes Sep 25, 2019
Copy link
Member

@mangui mangui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship it

itsjamie
itsjamie previously approved these changes Sep 26, 2019
Copy link
Member

@michaelcunningham19 michaelcunningham19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

@itsjamie itsjamie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is passing. Yay.

@robwalch robwalch merged commit fe02dbf into master Sep 26, 2019
@itsjamie itsjamie deleted the bugfix/remove-thow-without-media-on-flush-backbuffer branch April 12, 2020 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncaught exception trying to flush back buffer when starting live stream
5 participants