-
Notifications
You must be signed in to change notification settings - Fork 192
Data streams v2 #1192
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
Draft
1egoman
wants to merge
37
commits into
main
Choose a base branch
from
data-streams-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,386
−301
Draft
Data streams v2 #1192
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b861454
feat: commit initial data streams v2 implementation
1egoman 87b96c7
feat: add ability to render data streams in wgpu_room example app
1egoman ca896ff
feat: render participant capabilities and client protocol versions
1egoman 833b6ee
fix: Create data_streams_v2.md
1egoman 46a0ac0
fix: remove ClientCapability from prelude
1egoman c92a56f
feat: allow data stream compress option to be toggled via livekit-ffi
1egoman 7dcdde1
fix: run cargo fmt
1egoman 5952b79
generated protobuf
github-actions[bot] 3ec690a
fix: address toc-tou issue with decompressor state
1egoman 0d93e09
fix: cleanup data stream v2 test fixture initialization
1egoman 7162dbc
feat: make client capabilities proto deserialization use TryFrom
1egoman 10c34c7
fix: run cargo fmt
1egoman ae7c6d1
fix: remove dead code
1egoman d537a7f
fix: add missing data_streams_ui.rs file
1egoman 4c5138f
fix: bump protocol version to try to fix ci build error
1egoman 8e7509f
generated protobuf
github-actions[bot] f9449ca
fix: downgrade protocol to before data track schema metadata
1egoman 3768723
refactor: convert data stream open tuple to struct and add is_compres…
1egoman db5c6aa
feat: add is_compressed / is_inline to ByteStreamInfo / TextStreamInfo
1egoman e8d64d2
Revert "refactor: convert data stream open tuple to struct and add is…
1egoman c70a15e
feat: explicitly check is_compressed / is_inline in e2e tests
1egoman c8d4a44
fix: add e2e test that tests compress=false path
1egoman 03c81b3
feat: add e2e feature on compressed / inline fields
1egoman ea5514f
feat: get random bytes e2e test to pass by using much higher quality …
1egoman 7495a24
fix: comment out part of old example code
1egoman 8b7ec4d
refactor: move RemoteParticipantRegistry to participant/registry.rs
1egoman 54b160c
refactor: restructure send_text / send_bytes
1egoman ad6f7c8
feat: throw error when remove participant disconnects halfway through…
1egoman 6ecf774
fix: adjust send_text / send_bytes to make the disambiguation between…
1egoman fd8d497
fix: clean up incoming stream manager
1egoman 7ea47db
fix: preload buffer length
1egoman 0523bdf
fix: add reason labels on e2e test assertions
1egoman 3e24ce3
feat: add initial livekit-common implementation
1egoman f8c54e1
refactor: depend on livekit_common::RemoteParticipantRegistry
1egoman 7ecc7e6
fix: remove orphaned take_if_raw method
1egoman 783acb2
refactor: update more livekit crate references to point to livekit-co…
1egoman 7633348
fix: remove serde from livekit-common
1egoman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| livekit: patch | ||
| livekit-api: patch | ||
| livekit-datatrack: patch | ||
| livekit-ffi: patch | ||
| livekit-protocol: patch | ||
| livekit-uniffi: patch | ||
| --- | ||
|
|
||
| Add data streams v2 - #1192 (@1egoman) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.