castv2-youtube icon indicating copy to clipboard operation
castv2-youtube copied to clipboard

unable to stop/pause video

Open helloworldkr opened this issue 6 years ago • 0 comments

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()

helloworldkr avatar Mar 27 '18 13:03 helloworldkr