ossrs / srs

SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

Home Page:https://ossrs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from NGINX-RTMP, support IPv6 protocol.

winlinvip opened this issue · comments

NGINX-RTMP can listen only on IPv6 ports during the listen process, refer to: https://github.com/arut/nginx-rtmp-module/wiki/Directives#listen
ipv6only=on|off

TRANS_BY_GPT3

We listen at tcp4+tcp6 now: #988
But we should support more features.

Already supported.

TRANS_BY_GPT3