Skip to main content
Version: 5.0 (Stable) ✅

Resources

The resources of SRS.

Ports

The ports used by SRS, kernel services:

For optional HTTPS services, which might be provided by other web servers:

  • tcp://8088, HTTPS live streaming server.
  • tcp://1990, HTTPS API server.

For optional stream converter services, to push streams to SRS:

For external services to work with SRS:

APIs

The API used by SRS:

  • /api/v1/ The HTTP API path.
  • /rtc/v1/ The HTTP API path for RTC.
  • /sig/v1/ The demo signaling API.

Other API used by ossrs.net:

  • /gif/v1 The statistic API.
  • /service/v1/ The latest available version API.

The statistic path for ossrs.net:

Mirrors

Gitee, the GIT usage

git clone https://gitee.com/ossrs/srs.git &&
cd srs && git remote set-url origin https://github.com/ossrs/srs.git && git pull

Remark: For users in China, recomment to use mirror from CSDN or OSChina, because they are much faster. Gitlab, the GIT usage

git clone https://gitlab.com/winlinvip/srs-gitlab.git srs &&
cd srs && git remote set-url origin https://github.com/ossrs/srs.git && git pull

Github, the GIT usage

git clone https://github.com/ossrs/srs.git
BranchCostSizeCMD
3.0release2m19.931s262MBgit clone -b 3.0release https://gitee.com/ossrs/srs.git
3.0release0m56.515s95MBgit clone -b 3.0release --depth=1 https://gitee.com/ossrs/srs.git
develop2m22.430s234MBgit clone -b develop https://gitee.com/ossrs/srs.git
develop0m46.421s42MBgit clone -b develop --depth=1 https://gitee.com/ossrs/srs.git
min2m22.865s217MBgit clone -b min https://gitee.com/ossrs/srs.git
min0m36.472s11MBgit clone -b min --depth=1 https://gitee.com/ossrs/srs.git