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

PHP-and-FFmpeg is not supported in Mozilla firefox. #71

Closed
Amarjit1234 opened this issue Dec 29, 2015 · 1 comment
Closed

PHP-and-FFmpeg is not supported in Mozilla firefox. #71

Amarjit1234 opened this issue Dec 29, 2015 · 1 comment

Comments

@Amarjit1234
Copy link

No description provided.

@bkuehnle
Copy link

bkuehnle commented Feb 5, 2016

I'd like to second this! I've been trying to build a workaround but not getting very far; it would be nice to use the same code cross browser (FF and Chrome at least).

This if condition in the sample index.html file prevents Firefox from uploading, but there is no else condition:

if (!isFirefox) {
     recordAudio.stopRecording(function() {
         document.querySelector('h1').innerHTML = 'Got audio-blob. Getting video-blob...';
         recordVideo.stopRecording(function() {
             document.querySelector('h1').innerHTML = 'Uploading to server...';
             PostBlob(recordAudio.getBlob(), recordVideo.getBlob(), fileName);
         });
     });
 }

muaz-khan added a commit that referenced this issue Mar 6, 2017
AndersDJohnson pushed a commit to AndersDJohnson/RecordRTC that referenced this issue Apr 8, 2019
AndersDJohnson pushed a commit to AndersDJohnson/RecordRTC that referenced this issue Apr 8, 2019
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

2 participants