Linux服务器搭建SRS视频推拉流

 

用法:

Step 1:get SRS

  git clone https://github.com/ossrs/srs

   cd srs/trunk

 Step 2:build SRS, Requires Centos6.x/Ubuntu12 32/64bits, others see Build(CN,EN).

     ./configure && make

 Step 3:  start SRS

   ./objs/srs -c conf/srs.conf

假设服务器的IP是:192.168.1.170

 RTMP流地址为:rtmp://192.168.1.170/live/livestream

可以使用VLC观看。

文档参考地址https://github.com/ossrs/srs

相关文章:

  • 2022-03-02
  • 2021-10-16
  • 2022-02-10
  • 2021-11-13
  • 2021-10-08
  • 2021-12-18
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2021-07-01
  • 2021-10-20
  • 2021-12-19
  • 2021-10-18
  • 2021-12-07
  • 2021-08-30
相关资源
相似解决方案