How does this library stream RTP over websocket when ws runs on TCP and not UDP? #1047
Unanswered
Erikmmkarlsson
asked this question in
Q&A
Replies: 1 comment 1 reply
-
RTP doesn't need to be sent over UDP, it just usually is. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How does it work that it uses websocket to stream the RTP to video in the browser, when websocket is TCP based, and RTP is based on UDP? I can't find in the code how that happens.
Beta Was this translation helpful? Give feedback.
All reactions