ossrs / srs

SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181.
https://ossrs.io
MIT License
25.9k stars 5.4k forks source link

K8s: WebRTC over TCP #2674

Closed streamthing closed 2 years ago

streamthing commented 3 years ago

Description'

Please ensure that the markdown structure is maintained. WebRTC over TCP protocol provides more stable stream. Maybe consider add optional change udp to tcp? https://github.com/AirenSoft/OvenMediaEngine supports WebRTC over TCP and it's working too much reliably

  1. SRS Version: SRS/4.0.177(Leo) - Docker build'

Please ensure that the markdown structure is maintained.

Expected Behavior (Expect)

Please ensure that the markdown structure is maintained. Better stability in mobile enviroment.

TRANS_BY_GPT3

winlinvip commented 3 years ago

Why not use HLS over TCP, or HTTP-FLV over TCP, or HTTP-TS over TCP?

TRANS_BY_GPT3

streamthing commented 3 years ago

Why not use HLS over TCP, or HTTP-FLV over TCP, or HTTP-TS over TCP?

It provides too much latency

TRANS_BY_GPT3

winlinvip commented 2 years ago

Dup to #2852