初步支持聚合包

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

@@ -57,7 +57,7 @@ protected:
virtual void onMediaData(const RtmpPacket::Ptr &chunkData) =0;
uint32_t getProgressMilliSecond() const;
void seekToMilliSecond(uint32_t ms);
private:
protected:
void _onShutdown(const SockException &ex) {
WarnL << ex.getErrCode() << " " << ex.what();
_pPlayTimer.reset();