castv2-youtube
castv2-youtube copied to clipboard
castv2-client youtube sender
Results
2
castv2-youtube issues
Sort by
recently updated
recently updated
newest added
function ondeviceup(host) { var client = new Client(); client.connect(host, function() { console.log('connected, launching app ...'); client.launch(Youtube, function(err, player) { player.load('69V__a49xtw'); player.stop(); }); }); crash at player.stop()
Hi, Unable to get the video to play on the youtube chromecast receiver app. I'm using the sample code from the README.md. On chromecast, the youtube chromecast receiver app is...