xat/castv2-youtube

unable to stop/pause video

Opened this issue · 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()