From 6f92ef2f3b878210ce0294ab6784ec2e788639b4 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Wed, 10 Nov 2021 13:56:58 +0800 Subject: [PATCH] =?UTF-8?q?PlayerProxy:=20=E5=87=8F=E5=B0=91=E4=B8=80?= =?UTF-8?q?=E6=AC=A1MediaSink=E6=95=B0=E6=8D=AE=E8=BF=87=E6=BB=A4=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Player/PlayerProxy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Player/PlayerProxy.cpp b/src/Player/PlayerProxy.cpp index 1949a383..e1ba0613 100644 --- a/src/Player/PlayerProxy.cpp +++ b/src/Player/PlayerProxy.cpp @@ -29,6 +29,7 @@ PlayerProxy::PlayerProxy(const string &vhost, const string &app, const string &s _enable_mp4 = enable_mp4; _retry_count = retry_count; _on_close = [](const SockException &) {}; + (*this)[Client::kWaitTrackReady] = false; } void PlayerProxy::setPlayCallbackOnce(const function &cb) {