-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat webrtc sdk #283
Feat webrtc sdk #283
Conversation
Note Currently processing new changes in this PR. This may take a few minutes, please wait... Files ignored due to path filters (6)
Files selected for processing (57)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #283 +/- ##
==========================================
- Coverage 51.22% 46.70% -4.52%
==========================================
Files 53 63 +10
Lines 5808 7012 +1204
==========================================
+ Hits 2975 3275 +300
- Misses 2833 3737 +904 ☔ View full report in Codecov by Sentry. |
…each task only pop output with pop_output function. changed the way of TaskSwitcher for avoiding wrong implement
Currently webrtc dont send media with mid when we restart-ice to new server if the stream is simulcast. It will be move to separated ticket. |
This PR implements webrtc-sfc according to RFC-0005. It works with only main features: connect, disconnect, sender, receiver.
Pull Request
Description
This PR implement Webrtc SDK Protocol based on RFC-0005.
SDK Implement: 8xFF/atm0s-media-sdk-ts#2
Features:
Related Issue
If this pull request is related to any issue, please mention it here.
Checklist
Screenshots
If applicable, add screenshots to help explain the changes made.
Additional Notes
Add any additional notes or context about the pull request here.