Browse Source

chromecast: don't launch the app on the device until we're connected

pull/43/head
Steve Lhomme 10 years ago
committed by Jean-Baptiste Kempf
parent
commit
b30e58df9f
  1. 2
      modules/stream_out/chromecast/chromecast_ctrl.cpp

2
modules/stream_out/chromecast/chromecast_ctrl.cpp

@ -450,7 +450,7 @@ void intf_sys_t::processMessage(const castchannel::CastMessage &msg)
vlc_mutex_locker locker(&lock);
setConnectionStatus(CHROMECAST_AUTHENTICATED);
msgConnect(DEFAULT_CHOMECAST_RECEIVER);
msgReceiverLaunchApp();
msgReceiverGetStatus();
}
}
else if (namespace_ == NAMESPACE_HEARTBEAT)

Loading…
Cancel
Save