-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Support for Firefox mobile #19
Comments
Recording is based on recordrtc (https://github.com/muaz-khan/RecordRTC). There's no specific note about mobile browsers there. It's also something I haven't tested yet. What kind of output do you see in the console from recordrtc? And what does this demo do: https://www.webrtc-experiment.com/RecordRTC/AudioVideo-on-Firefox.html |
Hi, this evening I have debugged using the output from upload folder only, and I noticed that I only receive audio, but tomorrow I will try to learn how use the remote debugging with FF Mobile.
Tomorrow, I will notify any progress. Juan Antonio |
I tested but for me, I couldn't run that example on FF for OSX: |
The same problem. I run examples/video-only.html. It can't run correctly on firefox mobile on Android |
Whats exactly the issue @mqliutie? |
@thijstriemstra I don't know if you can understand what i said. sorry, my English is not very good |
I added some commits (part of 1.1.0 release) that hide the native controls overlaying the interface (also needs a line of css, see one of the examples). Animated GIF, all the audio examples and the image example worked fine on this Samsung galaxy tab using "Mozilla/5.0 (Android 4.2.2; Tablet; rv:43.0) Gecko/43.0 Firefox/43.0". But the video-only and audio-video examples failed. The video-only example threw this error related to MediaRecorder it seems (also see https://bugzilla.mozilla.org/show_bug.cgi?id=1215115 which is fixed in Firefox 48):
And the audio-video example produced some webm according to the console log, but neither video or audio was present during playback. |
Let's open specific issues for video-only, audio-video example failures, closing this. |
Hi, I am testing the solution in a Firefox mobile to upload a .webm file to the server, but current code only upload audio but if I test the same example in a Firefox for Desktop, the code runs nice.
What is the mobile support for videojs-record?
The text was updated successfully, but these errors were encountered: