-
-
Notifications
You must be signed in to change notification settings - Fork 26
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: Add streaming support #125
base: main
Are you sure you want to change the base?
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 854c97a - Browse repository at this point
Copy the full SHA 854c97aView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c35349c - Browse repository at this point
Copy the full SHA c35349cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4d6f5 - Browse repository at this point
Copy the full SHA be4d6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6d032 - Browse repository at this point
Copy the full SHA 8e6d032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0d867 - Browse repository at this point
Copy the full SHA 3c0d867View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5dc853 - Browse repository at this point
Copy the full SHA e5dc853View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a7a1ed - Browse repository at this point
Copy the full SHA 6a7a1edView commit details
Commits on Nov 3, 2024
-
🐛 fix(www): Fix input handling (#124)
Fixed event listener oddities, working input detach/attach on pointer lock change, formatting and adding proper key+mouse codes for Linux and moving them into separate file. Co-authored-by: Kristian Ollikainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8142e79 - Browse repository at this point
Copy the full SHA 8142e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7f405 - Browse repository at this point
Copy the full SHA 5f7f405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9763c45 - Browse repository at this point
Copy the full SHA 9763c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bc57d - Browse repository at this point
Copy the full SHA d2bc57dView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d820985 - Browse repository at this point
Copy the full SHA d820985View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3720cc - Browse repository at this point
Copy the full SHA b3720ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc436bc - Browse repository at this point
Copy the full SHA cc436bcView commit details
Commits on Nov 12, 2024
-
I've finished cooking 🍝 --------- Co-authored-by: DatCaptainHorse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87cfbd1 - Browse repository at this point
Copy the full SHA 87cfbd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a1e4f - Browse repository at this point
Copy the full SHA 12a1e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c455 - Browse repository at this point
Copy the full SHA 022c455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2239c3b - Browse repository at this point
Copy the full SHA 2239c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab19e0d - Browse repository at this point
Copy the full SHA ab19e0dView commit details
Commits on Nov 14, 2024
-
🐛 fix: Container parameter passing, option to disable audio for debug…
…ging (#129) Adds a functional NESTRI_PARAMS env variable to container image, allowing usage like: ```docker run -e NESTRI_PARAMS='--no-audio=true --verbose=true'``` Also adds a no-audio option to help debug stream issues. Also also, changes the container builder portion to use the actual main nestri repo. --------- Co-authored-by: DatCaptainHorse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12c6444 - Browse repository at this point
Copy the full SHA 12c6444View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf064ae - Browse repository at this point
Copy the full SHA cf064aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7322d - Browse repository at this point
Copy the full SHA ad7322dView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25b941c - Browse repository at this point
Copy the full SHA 25b941cView commit details -
feat: Separate CLI parameters to files, move few things to functions,…
… WHIP output (#130) I feel things can be improved still, however rather than making perfect CLI parameter handling, gonna PR to help move on. WHIP output option added for starters, we may need to write our own WebRTC element based off examples and API from: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/net/webrtc --------- Co-authored-by: DatCaptainHorse <[email protected]> Co-authored-by: Wanjohi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69b35ae - Browse repository at this point
Copy the full SHA 69b35aeView commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a975b89 - Browse repository at this point
Copy the full SHA a975b89View commit details -
Revert "chore: Some modular changes"
This reverts commit a975b89.
Configuration menu - View commit details
-
Copy full SHA for e21ac83 - Browse repository at this point
Copy the full SHA e21ac83View commit details -
✨feat: WebRTC streaming support and improvements (#131)
Adds WebRTC WHIP/WHEP relay, frontend code changes and container file changes. --------- Co-authored-by: DatCaptainHorse <[email protected]> Co-authored-by: Wanjohi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 874e47d - Browse repository at this point
Copy the full SHA 874e47dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e4b1f - Browse repository at this point
Copy the full SHA b2e4b1fView commit details -
🐛fix: some input fixes, missing heartbeat (#132)
- Adds heartbeat to keep WS alive on nestri-server side - Fixes inputs getting stuck on repeated keys, while also allowing modifiers to be sent after. - For now treat Home keys as Esc to make games escapable. - Add button to start stream, to fix browser preventing play issue. Co-authored-by: DatCaptainHorse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06a952d - Browse repository at this point
Copy the full SHA 06a952dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d9a221 - Browse repository at this point
Copy the full SHA 8d9a221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6831a6f - Browse repository at this point
Copy the full SHA 6831a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36cac1d - Browse repository at this point
Copy the full SHA 36cac1dView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a8eddb - Browse repository at this point
Copy the full SHA 9a8eddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fbeb7 - Browse repository at this point
Copy the full SHA 42fbeb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef1f0b - Browse repository at this point
Copy the full SHA 2ef1f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 581f466 - Browse repository at this point
Copy the full SHA 581f466View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9b941 - Browse repository at this point
Copy the full SHA 4d9b941View commit details