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-10-25 17:35:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d385f15a7ff50d123ff84d59e5cfd362f004fa4
6d385f15
1 parent
24a54a40
refine code, add todo command
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/core/srs_core_rtmp.cpp
trunk/src/core/srs_core_rtmp.cpp
查看文件 @
6d385f1
...
...
@@ -395,6 +395,7 @@ int SrsRtmp::identify_client(int stream_id, SrsClientType& type, std::string& st
return
identify_fmle_publish_client
(
dynamic_cast
<
SrsFMLEStartPacket
*>
(
pkt
),
type
,
stream_name
);
}
// TODO: identify the flash publish client.
srs_trace
(
"ignore AMF0/AMF3 command message."
);
}
...
...
请
注册
或
登录
后发表评论