-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
WebRTC: WebRTC over TCP directly, not TURN, TCP transmission (non-TURN) #2852
Closed
Tracked by
#2843
Labels
Enhancement
Improvement or enhancement.
Feature
It's a new feature.
Kubernetes
For K8s, Prometheus, APM and Grafana.
TransByAI
Translated by AI/GPT.
WebRTC
WebRTC, RTC2RTMP or RTMP2RTC.
Milestone
Comments
2 tasks
winlinvip
added
Enhancement
Improvement or enhancement.
Feature
It's a new feature.
WebRTC
WebRTC, RTC2RTMP or RTMP2RTC.
labels
Jan 6, 2022
This is essentially ice supporting TCP, which Janus also supports. I encountered this at my previous company, where some clients had strict restrictions on UDP in their networks and only allowed TCP by default.
|
Closed
winlinvip
changed the title
WebRTC: 支持TCP直连的方式,非TURN而是TCP直连
WebRTC: WebRTC over TCP directly, not TURN, 支持TCP直连的方式,非TURN而是TCP直连
Sep 2, 2022
winlinvip
changed the title
WebRTC: WebRTC over TCP directly, not TURN, 支持TCP直连的方式,非TURN而是TCP直连
WebRTC: WebRTC over TCP directly, not TURN, 支持TCP直连的方式(非TURN)
Sep 2, 2022
winlinvip
changed the title
WebRTC: WebRTC over TCP directly, not TURN, 支持TCP直连的方式(非TURN)
WebRTC: WebRTC over TCP directly, not TURN, TCP直连传输(非TURN)
Sep 2, 2022
winlinvip
changed the title
WebRTC: WebRTC over TCP directly, not TURN, TCP直连传输(非TURN)
WebRTC: WebRTC over TCP directly, not TURN, TCP传输(非TURN)
Sep 2, 2022
5 tasks
winlinvip
referenced
this issue
Sep 5, 2022
winlinvip
referenced
this issue
Sep 5, 2022
winlinvip
referenced
this issue
Sep 5, 2022
winlinvip
added a commit
that referenced
this issue
Sep 5, 2022
winlinvip
added a commit
that referenced
this issue
Sep 5, 2022
winlinvip
changed the title
WebRTC: WebRTC over TCP directly, not TURN, TCP传输(非TURN)
WebRTC: WebRTC over TCP directly, not TURN, TCP transmission (non-TURN)
Jul 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
Improvement or enhancement.
Feature
It's a new feature.
Kubernetes
For K8s, Prometheus, APM and Grafana.
TransByAI
Translated by AI/GPT.
WebRTC
WebRTC, RTC2RTMP or RTMP2RTC.
RFC
Usage
Please see doc or 中文文档.
Example
Thank you @xialixin. H5 also supports direct TCP connection. SDP Offer: offer.txt, SDP Answer: answer.txt
Here is the additional SDP for UDP: udp-answer.txt udp-offer.txt. The difference lies in the Answer.
ICE screenshot:
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: