-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels