"Failed to allocate videosource" error in Firefox
ChrisMBarr opened this issue · 5 comments
Currently if I go to the demo page in FireFox, the video stream will fail to start. Debugging though it, I get this error:
MediaStreamError {
name: "SourceUnavailableError",
message: "Failed to allocate videosource",
constraintName: ""
}
I am using Firefox 36.0.4 (the latest as of right now). This may not be an issue with your JavaScript at all, I did find this recent bug report for Firefox which sounds related. Just letting you know if you're not aware.
Fixed the problem where Firefox wouldn't get sources from MediaStream today
@Urauth perhaps make that a pull request for this project?
Great! A pull request would be very appreciated :) 👍
Has this been fixed? I see that @Urauth's version has this commit which says it fixes the issue, but it looks like this project has been updated since the issue was opened and I can't find the related code.
@ChrisMBarr This has not been fixed yet. The commit does not update the unit tests, so that would be necessary to merge it in this main repo.
Any help would be appreciated there, since I don't have the time lately to do it.
Thanks!