Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback error: The SourceBuffer is full, and cannot free space to append additional buffers. #35

Open
jobevers opened this issue Jan 19, 2017 · 3 comments

Comments

@jobevers
Copy link

Following the example, given in the readme, I tried creating a stream that simply referenced a file on my harddrive:

const exampleFile = {
    createReadStream: function (opts) {
        // Return a readable stream that provides the bytes
        // between offsets "start" and "end" inclusive
	console.log('Stream between ' + opts.start + ' and ' + opts.end + '.');
	return fs.createReadStream(path.join(process.env.HOME, "Downloads", "dopeman.mp4"), opts)
    }
}

When trying to play the video, I get this error:
image

@jobevers
Copy link
Author

jobevers commented Jan 19, 2017

Eek, I looked at the file more closely. The video has a bitrate of 18496 kb/s, and the audio only 317 kb/s. Is it possible that its running into the same bug as #30, that was fixed with 91bff48?

@PaulBGD
Copy link

PaulBGD commented Jan 3, 2019

I ran into this and opened this issue: feross/mediasource#21
I didn't realize this was an issue on both Chrome and Firefox.

@jhiesey
Copy link
Owner

jhiesey commented Aug 26, 2019

I'll take a look at this soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants