Skip to content
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

WHATWG Streams support? #8

Open
aboba opened this issue Nov 28, 2023 · 1 comment
Open

WHATWG Streams support? #8

aboba opened this issue Nov 28, 2023 · 1 comment

Comments

@aboba
Copy link
Contributor

aboba commented Nov 28, 2023

The Explainer examples assume an RtpTransport that includes a writable for sending, but receiving is handled via an onrtppacket EventHandler.

This raises some questions:

  • How is crypto handled (e.g. SRTP/cryptex)? For sending, would SRTP/cryptex be done "under the covers" or is it handled explicitly in a Transform stream? What about for reading where there is currently no readable stream?

  • How is congestion control handled? Do we assume that the writable is just for RTP, but not RTCP? Also, is there an onrtcppacket EventHandler, or just an onrtppacket EventHandler?

@dontcallmedom-bot
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants