Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-02 00:15:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40a5edb37fdeaababa8a3b02be48d49194b1b986
40a5edb3
1 parent
db22af07
update readme.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
10 行增加
和
1 行删除
README.md
trunk/src/libs/srs_librtmp.hpp
README.md
查看文件 @
40a5edb
...
...
@@ -317,7 +317,7 @@ Supported operating systems and hardware:
22.
Player, publisher(encoder), and demo pages(jquery+bootstrap).
<br/>
23.
Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap).
<br/>
24.
[
dev
]
Full documents in wiki, in chineses.
<br/>
25.
[
dev
]
Support RTMP(p
ublish) library
<br/>
25.
[
dev
]
Support RTMP(p
lay-publish) library: srs-librtmp
<br/>
26.
[
plan
]
Support RTSP(RTP, SDP)
<br/>
27.
[
plan
]
Support system utest
<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/>
### 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-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
)
...
...
trunk/src/libs/srs_librtmp.hpp
查看文件 @
40a5edb
...
...
@@ -28,6 +28,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#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
extern
"C"
{
#endif
...
...
请
注册
或
登录
后发表评论