Commit 5b88057a by xiongziliang

添加无人观看主动断开事件

parent b0bf216b
...@@ -39,9 +39,8 @@ public: ...@@ -39,9 +39,8 @@ public:
RtspMediaSourceMuxer(const string &vhost, RtspMediaSourceMuxer(const string &vhost,
const string &strApp, const string &strApp,
const string &strId, const string &strId,
const TitleSdp::Ptr &title = nullptr, const TitleSdp::Ptr &title = nullptr) : RtspMuxer(title){
bool masterSrc = true) : RtspMuxer(title){ _mediaSouce = std::make_shared<RtspMediaSource>(vhost,strApp,strId);
_mediaSouce = std::make_shared<RtspMediaSource>(vhost,strApp,strId,0,masterSrc);
getRtpRing()->setDelegate(_mediaSouce); getRtpRing()->setDelegate(_mediaSouce);
} }
virtual ~RtspMediaSourceMuxer(){} virtual ~RtspMediaSourceMuxer(){}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论