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

Transport type UDP #482

Open
sicunets opened this issue Oct 2, 2024 · 3 comments
Open

Transport type UDP #482

sicunets opened this issue Oct 2, 2024 · 3 comments

Comments

@sicunets
Copy link

sicunets commented Oct 2, 2024

Can you add a new feature for TransportType? I need Transport type UDP.

@Tin-Primas
Copy link

By default WebRTC use UDP wdym

@sicunets
Copy link
Author

sicunets commented Oct 3, 2024

Here i am getting transport type ws & tcp. So how can i manage it to use udp?

@mikaelwills
Copy link
Contributor

We use a WS or TCP connection for the signalling processs to initiate or terminate a session (sip messages).
Once the session is connected WebRTC transmits the actual media (audio/video) over UDP.

Why would you want to use UDP for the signalling step? (Genuine question)
Also do you realise what UDP is and how much is needed to set it up, packet ordering, error checking, reliability timeouts, flow control, security etc etc

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

3 participants