完成FLV复用器改造

优化代码结构
This commit is contained in:
xiongziliang
2018-08-31 14:13:00 +08:00
parent ef9ebc89e0
commit 732eb2d197
15 changed files with 74 additions and 68 deletions

View File

@@ -194,10 +194,7 @@ inline void RtmpPusher::send_metaData(){
if (!src) {
throw std::runtime_error("the media source was released");
}
if (!src->ready()) {
throw std::runtime_error("the media source is not ready");
}
AMFEncoder enc;
enc << "@setDataFrame" << "onMetaData" << src->getMetaData();
sendRequest(MSG_DATA, enc.data());