mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-08 23:10:04 +08:00
修正metadata拼写错误,优化RtmpMediaSource注册机制,修复及时拉流不出画面的bug
This commit is contained in:
@@ -41,14 +41,14 @@ public:
|
||||
/**
|
||||
* 构造函数
|
||||
*/
|
||||
RtmpMuxer(const TitleMete::Ptr &title);
|
||||
RtmpMuxer(const TitleMeta::Ptr &title);
|
||||
virtual ~RtmpMuxer(){}
|
||||
|
||||
/**
|
||||
* 获取完整的SDP字符串
|
||||
* @return SDP字符串
|
||||
*/
|
||||
const AMFValue &getMetedata() const ;
|
||||
const AMFValue &getMetadata() const ;
|
||||
|
||||
/**
|
||||
* 获取rtmp环形缓存
|
||||
@@ -64,7 +64,7 @@ protected:
|
||||
void onTrackReady(const Track::Ptr & track) override ;
|
||||
private:
|
||||
RtmpRingInterface::RingType::Ptr _rtmpRing;
|
||||
AMFValue _metedata;
|
||||
AMFValue _metadata;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user