[vlc-devel] [PATCH 10/12] chromecast: tell the control class when to tell the Chromecast to load content
Steve Lhomme
robux4 at videolabs.io
Mon Apr 25 17:46:14 CEST 2016
---
modules/stream_out/chromecast/cast.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 83ce523..b194b40 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -340,6 +340,9 @@ int sout_stream_sys_t::WaitEsReady( sout_stream_t *p_stream )
streams.erase( it, it );
}
}
+
+ /* tell the chromecast to load the content */
+ p_intf->setHasInput( true, mime );
}
return VLC_SUCCESS;
--
2.7.0
More information about the vlc-devel
mailing list