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
2013-12-02 12:56:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6897205c7136162c00dc36b432a3902ef06a76c
d6897205
1 parent
a2e6e671
add todo for protocol
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
0 行删除
trunk/src/core/srs_core_hls.hpp
trunk/src/core/srs_core_protocol.hpp
trunk/src/core/srs_core_hls.hpp
查看文件 @
d689720
...
...
@@ -159,6 +159,7 @@ private:
virtual
int
flush_audio
();
};
//TODO: refine the ts muxer, do more jobs.
class
SrsTSMuxer
{
private
:
...
...
trunk/src/core/srs_core_protocol.hpp
查看文件 @
d689720
...
...
@@ -326,6 +326,7 @@ public:
/**
* decode packet from message payload.
*/
// TODO: use protocol to decode it.
virtual
int
decode_packet
(
SrsProtocol
*
protocol
);
/**
* get the decoded packet which decoded by decode_packet().
...
...
@@ -345,6 +346,7 @@ public:
* @stream_id, the id of stream which is created by createStream.
* @remark, user never free the pkt, the message will auto free it.
*/
// TODO: refine the send methods.
virtual
void
set_packet
(
SrsPacket
*
pkt
,
int
stream_id
);
/**
* encode the packet to message payload bytes.
...
...
请
注册
或
登录
后发表评论