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-04-16 17:54:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5ff9c72414ecdfcaabaa179aca3b73e55152508
f5ff9c72
1 parent
fdd0678b
update dvr comments
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
trunk/src/app/srs_app_dvr.hpp
trunk/src/app/srs_app_dvr.hpp
查看文件 @
f5ff9c7
...
...
@@ -49,13 +49,13 @@ public:
virtual
~
SrsDvr
();
public
:
/**
* publish stream event, continue to write the m3u8,
* for the muxer object not destroyed.
* publish stream event,
* when encoder start to publish RTMP stream.
*/
virtual
int
on_publish
(
SrsRequest
*
req
);
/**
* the unpublish event, only close the muxer, donot destroy the
* muxer, for when we continue to publish, the m3u8 will continue.
* the unpublish event.,
* when encoder stop(unpublish) to publish RTMP stream.
*/
virtual
void
on_unpublish
();
/**
...
...
@@ -63,11 +63,11 @@ public:
*/
virtual
int
on_meta_data
(
SrsAmf0Object
*
metadata
);
/**
* mux the audio packets to
ts
.
* mux the audio packets to
dvr
.
*/
virtual
int
on_audio
(
SrsSharedPtrMessage
*
audio
);
/**
* mux the video packets to
ts
.
* mux the video packets to
dvr
.
*/
virtual
int
on_video
(
SrsSharedPtrMessage
*
video
);
};
...
...
请
注册
或
登录
后发表评论