初步支持聚合包

This commit is contained in:
xiongziliang
2019-02-28 18:03:49 +08:00
parent d5d03ce90c
commit e7fc22ad53
3 changed files with 58 additions and 4 deletions

View File

@@ -72,7 +72,8 @@ private:
}
if(!_parser){
_parser.reset(new RtmpDemuxer());
}
_onPlayResult(SockException(Err_success,"play rtmp success"));
}
_parser->inputRtmp(chunkData);
checkInited();
}