Commit 301cd741 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

chromecast: when another app is running on the receiver, start the media player

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e9dea57b
......@@ -315,6 +315,14 @@ void intf_sys_t::processMessage(const castchannel::CastMessage &msg)
msg_Warn(p_stream, "app is no longer present. closing");
msgReceiverClose(appTransportId);
setConnectionStatus(CHROMECAST_CONNECTION_DEAD);
break;
case CHROMECAST_AUTHENTICATED:
msg_Dbg(p_stream, "Chromecast was running no app, launch media_app");
appTransportId = "";
msgReceiverLaunchApp();
break;
default:
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment