Skip to content

Dropped video playback #5

@cwbeck

Description

@cwbeck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions