-
Notifications
You must be signed in to change notification settings - Fork 50
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 WebCodecs-Echo to the samples directory #430
Conversation
Rebase of #415 Do not merge: still work-in-progress
Removed await writer.write() and implemented a reordering buffer.
Recent updates:
|
Add "await writer.ready" prior to writing.
This really shouldn't make any difference. Very long RTTs would seem to imply that backpressure is not working effectively. |
@ricea Wrote an |
SHA: 7ffbd7d Reason: push, by jan-ivar Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Rebase of #415
Live demo: https://webrtc.internaut.com/wc/wtSender10/
Requires Chromium M108+ (to support BYOB reader)
Known issues:
await writer.ready
, removedawait
fromwriter.write
,writer.close
)RESET_STREAM
forwarding