-
Notifications
You must be signed in to change notification settings - Fork 3
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
webrtc-rs-rtp was yanked #3
Comments
Looking at the org page in GitHub, I saw there was activity in this project only a day ago, but the master branch hasn't been updated since 13-03-2021. That led me to discover develop branch, which swaps out the dependency. I don't know what the project's policy is with regards to when things get marked as fixed. It's fixed on the develop branche, but the issue currently appears on the default branch (master) and that's what the README's instructions use. |
Hey @nirvdrum, thanks for your interest. This project is unfortunately not in a usable state at all. Now the next step is to soft-deprecate the Instead, a new modue TL;DR: It's a work-in-progress codebase :) PS: Good hint on the |
Ahh, no worries. Thanks for the info. Based on the I was under the impression the openxbox.org site, I was under the impression this was further along. Although, I was also surprised because the last time I looked into this topic, I couldn't find any information. I was hoping to learn more about the protocol by digging into the code. Incidentally, I started by looking at xbox-cloud-player, but an implementation that didn't require Node or Electron was appealing. I'd be happy to help contribute. I don't know much about WebRTC, but this could be an interesting learning opportunity. |
Update on the state of the project:
What currently works in the PoC:
Whats missing:
With that in mind, I am targeting a second approach for a client implementation -> GStreamer (instead of webrtc-rs, see: https://docs.rs/gstreamer/latest/gstreamer/) Why?
If you like to have a chat, about areas to contribute, jump to Discord PS: PoC can be invoked by:
|
I just cloned the project (rev 2f4e0d4) and was unable to build it because gamestreaming's webrtc-rs-rtp dependency cannot be found. It was yanked and gamestreaming does not have a Cargo lock file causing a search for the most recent version to fail.
The text was updated successfully, but these errors were encountered: