mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
完善代码
This commit is contained in:
parent
e88281b2ff
commit
0593f65fcb
@ -463,10 +463,10 @@ void RtmpSession::onRtmpChunk(RtmpPacket::Ptr packet) {
|
|||||||
std::string type = dec.load<std::string>();
|
std::string type = dec.load<std::string>();
|
||||||
if (type == "@setDataFrame") {
|
if (type == "@setDataFrame") {
|
||||||
setMetaData(dec);
|
setMetaData(dec);
|
||||||
} else if(type == "onMetaData"){
|
} else if (type == "onMetaData") {
|
||||||
//setMetaData(dec);
|
//兼容某些不规范的推流器
|
||||||
_publisher_metadata = dec.load<AMFValue>();
|
_publisher_metadata = dec.load<AMFValue>();
|
||||||
}else {
|
} else {
|
||||||
TraceP(this) << "unknown notify:" << type;
|
TraceP(this) << "unknown notify:" << type;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user