-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add shell command media source drivers + misc improvements #465
Conversation
…e error in bind read/write loop. This sometimes happens when the webrtc media connection drops completely or is hard stoppped from the browser (eg close tab w/o cleanup) and then later connects.
@KW-M thank you for your contribution! |
Codecov ReportBase: 58.21% // Head: 54.59% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #465 +/- ##
==========================================
- Coverage 58.21% 54.59% -3.63%
==========================================
Files 62 66 +4
Lines 3683 3953 +270
==========================================
+ Hits 2144 2158 +14
- Misses 1412 1666 +254
- Partials 127 129 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Thanks! Will do. |
Description
Added feature:
Improvements:
Fixes:
Reference issue
Workaround for #407