3 Star 6 Fork 4

winlinvip / srs.wiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
v3_EN_LiveShow.md 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
winlinvip 提交于 2022-01-06 11:57 . Update

HOME > EN > Live Show

LiveShow

SRS provdies a server with public ip for all to test.

SRS Website

Thanks JOHNNY who contribute the dns name ossrs.net.

Virtual Live Stream

There is 100GB data on the public server, anyone can upload movies and I will check it and add to the virtual live stream.

You can:

  • Upload by ftp: ftp://ftpuser:srs@www.ossrs.net, recomment to use ftp tools, using utf-8 encoding.
  • System auto transcode: SRS use transcoding cluster to transcode the uploaded movies to h.264+aac in mp4 format. The cluster is provided by chnvideo.com.
  • Check: I will check the movie at SRS preview
  • Publish: When check ok, I will add to the playlist of virtual live stream of SRS.
  • Play: User can play the virtual live stream of SRS.

You can play the virtual live stream of SRS:

Thanks verycloud.cn to | speedup the virtual live stream of SRS.

Usage For Public server

Thanks all to donate SRS, I spent these money to buy the virtual public server. You can:

  • Test to play or publish the RTMP stream to SRS.
  • Use the demo of SRS on public server.
  • Do performance test.
  • Auto build and test.
  • SRS release server, to download the SRS releases.
  • To download SRS files.

Machine Info

The public server list:

Provider Internet IP City Open? Bandwidth Disk Link
Aliyun ossrs.net Beijing Open 5Mbps 100GB SRS

SRS Config

The public server use default vhost, contact me if need add your vhost:

listen              1935;
http_api {
    enabled         on;
    listen          1985;
}
http_stream {
    enabled         on;
    listen          8080;
    dir             ./objs/nginx/html;
}
vhost __defaultVhost__ {
    hls {
        enabled         on;
        hls_path        ./objs/nginx/html;
        hls_fragment    10;
        hls_window      60;
    }
    ingest livestream {
        enabled      on;
        input {
            type    file;
            url     ./doc/source.200kbps.768x320.flv;
        }
        ffmpeg      ./objs/srs_ingest_flv_ssl;
        engine {
            enabled          off;
            output          rtmp://127.0.0.1:[port]/live?vhost=[vhost]/livestream;
        }
    }
}

To play the virtual live stream:http://ossrs.net/players/srs_player.html?vhost=defaultVhost&stream=livestream&autostart=true

SRS

SRS

Winlin 2014.10

1
https://gitee.com/winlinvip/srs-wiki.git
git@gitee.com:winlinvip/srs-wiki.git
winlinvip
srs-wiki
srs.wiki
master

搜索帮助