mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme.
This commit is contained in:
parent
db22af07a0
commit
40a5edb37f
2 changed files with 10 additions and 1 deletions
|
@ -317,7 +317,7 @@ Supported operating systems and hardware:
|
||||||
22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/>
|
22. Player, publisher(encoder), and demo pages(jquery+bootstrap). <br/>
|
||||||
23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/>
|
23. Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap). <br/>
|
||||||
24. [dev] Full documents in wiki, in chineses. <br/>
|
24. [dev] Full documents in wiki, in chineses. <br/>
|
||||||
25. [dev] Support RTMP(publish) library<br/>
|
25. [dev] Support RTMP(play-publish) library: srs-librtmp<br/>
|
||||||
26. [plan] Support RTSP(RTP, SDP)<br/>
|
26. [plan] Support RTSP(RTP, SDP)<br/>
|
||||||
27. [plan] Support system utest<br/>
|
27. [plan] Support system utest<br/>
|
||||||
28. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>
|
28. [plan] Support HLS cluster, use RTMP ATC to generate the TS<br/>
|
||||||
|
@ -381,6 +381,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
|
||||||
* nginx v1.5.0: 139524 lines <br/>
|
* nginx v1.5.0: 139524 lines <br/>
|
||||||
|
|
||||||
### History
|
### History
|
||||||
|
* v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp.
|
||||||
* v1.0, 2014-03-01, modularity, extract core/kernel/os/protocol/drm/app/main module.
|
* v1.0, 2014-03-01, modularity, extract core/kernel/os/protocol/drm/app/main module.
|
||||||
* v1.0, 2014-02-28, support arm build(SRS/ST), add ssl to 3rdparty package.
|
* v1.0, 2014-02-28, support arm build(SRS/ST), add ssl to 3rdparty package.
|
||||||
* v1.0, 2014-02-28, add wiki [BuildArm](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), [FFMPEG](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [Reload](https://github.com/winlinvip/simple-rtmp-server/wiki/Reload)
|
* v1.0, 2014-02-28, add wiki [BuildArm](https://github.com/winlinvip/simple-rtmp-server/wiki/Build), [FFMPEG](https://github.com/winlinvip/simple-rtmp-server/wiki/FFMPEG), [Reload](https://github.com/winlinvip/simple-rtmp-server/wiki/Reload)
|
||||||
|
|
|
@ -28,6 +28,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include <srs_librtmp.h>
|
#include <srs_librtmp.h>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* srs-librtmp is a librtmp like library,
|
||||||
|
* used to play/publish rtmp stream from/to rtmp server.
|
||||||
|
* socket: use sync and block socket to connect/recv/send data with server.
|
||||||
|
* depends: no need other libraries; depends on ssl if use srs_complex_handshake.
|
||||||
|
* thread-safe: no
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"{
|
extern "C"{
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue