ossrs / httpx-static

A HTTP/HTTPS API proxy for SRS.
https://github.com/ossrs/srs
MIT License
641 stars 221 forks source link

Use KCP or go-kcp for realtime transport over UDP #73

Open winlinvip opened 7 years ago

winlinvip commented 7 years ago

Read https://github.com/ossrs/srs/issues/770

Maybe use MPEGTS over KCP(UDP), because the size of TS packet is 188 bytes, which is very nice to transport over UDP packet.

winlinvip commented 7 years ago

Read https://github.com/ossrs/srs/issues/770#issuecomment-282485008