# srs **Repository Path**: codeing_q/srs ## Basic Information - **Project Name**: srs - **Description**: SRS is industrial-strength live streaming cluster, for the best conceptual integrity and the simplest implementation. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Simple RTMP Server ================== [![CircleCI](https://circleci.com/gh/ossrs/srs/tree/master.svg?style=svg)](https://circleci.com/gh/ossrs/srs/tree/master) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ossrs/srs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) SRS is industrial-strength live streaming cluster, for the best conceptual integrity and the simplest implementation. ## Branches The branches of srs: 1. [Release 1.0](https://github.com/ossrs/srs/tree/1.0release), Basic rtmp/hls streaming cluster 1. [Release 2.0](https://github.com/ossrs/srs/tree/2.0release) [![CircleCI](https://circleci.com/gh/ossrs/srs/tree/2.0release.svg?style=svg)](https://circleci.com/gh/ossrs/srs/tree/2.0release), Advanced rtmp/flv/hls streaming cluster. 1. [Develop](https://github.com/ossrs/srs/tree/develop) [![CircleCI](https://circleci.com/gh/ossrs/srs/tree/develop.svg?style=svg)](https://circleci.com/gh/ossrs/srs/tree/develop), the develop branch. 1. Master branch are closed. ## Links Server side: 1. [oryx(srs+), the srs+ streaming cluster](https://github.com/ossrs/go-oryx) 1. [oryx-lib, the library for oryx](https://github.com/ossrs/go-oryx-lib) 1. [srs-console, a web console to manage srs](https://github.com/ossrs/srs-ngb/tree/master/trunk/research/srs-console) Client side: 1. [srs-librtmp, the librtmp-like client library](https://github.com/ossrs/srs-librtmp) 1. [librtmp, client rtmp library, integrated with srs](https://github.com/ossrs/librtmp) 1. [yasea, RTMP streaming client for Android](https://github.com/begeekmyfriend/yasea) 1. [exoplayer, An extensible media player for Android](https://github.com/google/ExoPlayer) 1. [videojs](https://github.com/videojs/video.js) and [videojs-flow(flv live over websocket)](https://github.com/winlinvip/videojs-flow) plugin. 1. [srs-bench, SB(SRS Bench) is a http/rtmp/hls load benchmark tool base on ST and srs-librtmp.](https://github.com/ossrs/srs-bench) Winlin