It would appear that the video will on play for a few seconds before dropping. I have tested on OSX and Ubuntu with multiple files and sources.
Do you have any idea why this happening?
var browser = require('airplay').createBrowser();
browser.on('deviceOnline', function(device) {
console.log('device online: ' + device.id);
device.play('http://www.wowza.com/_h264/BigBuckBunny_115k.mov', 0);
});
browser.start();
It would appear that the video will on play for a few seconds before dropping. I have tested on OSX and Ubuntu with multiple files and sources.
Do you have any idea why this happening?