-
Notifications
You must be signed in to change notification settings - Fork 194
Add WebRTC live streaming session generation #348
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 WebRTC live streaming session generation #348
Conversation
|
Thanks for working on this! I have a couple questions re your PR. Where are you supposed to get the SDP offer used by RingWebRtcStream::generate function? Thanks! |
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
0a45887 to
8981bb0
Compare
8981bb0 to
90079c1
Compare
90079c1 to
b7b7a33
Compare
## [0.9.4](https://github.com/python-ring-doorbell/python-ring-doorbell/tree/0.9.4) (2024-09-05) [Full Changelog](0.9.3...0.9.4) **Release highlights:** - Migrate from poetry to uv for package management - Bugfixes for in-home-chime **Implemented enhancements:** - Add WebRTC live streaming session generation [\#348](#348) (@sdb9696) **Fixed bugs:** - Fix in-home chime duration setter [\#428](#428) (@briangoldstein) **Documentation updates:** - Fix broken links in readme [\#426](#426) (@briangoldstein) **Project maintenance:** - Migrate to uv and add testpypi publishing [\#430](#430) (@sdb9696)
This PR lets the api start a webrtc streaming session. Requires a client that supports the webrtc protocol and can generate the sdp offer.
This should be considered experimental functionality until added to the docs.