{{ message }}
Add WebRTC live streaming session generation#348
Merged
sdb9696 merged 4 commits intopython-ring-doorbell:masterfrom Sep 5, 2024
Merged
Add WebRTC live streaming session generation#348sdb9696 merged 4 commits intopython-ring-doorbell:masterfrom
sdb9696 merged 4 commits intopython-ring-doorbell:masterfrom
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
Merged
sdb9696
added a commit
that referenced
this pull request
Sep 5, 2024
## [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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.