-
Notifications
You must be signed in to change notification settings - Fork 22
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
MediaRecorder : frame loss on mobile devices #201
Comments
How is frame loss determined? Have you tried using Have you tested with |
|
What are the steps to reproduce? "a mobile device" is a broad category. What specific device? How did you verify frame loss other than visually? What is the expected result? |
|
unless there are clear reasons why the design of the spec makes it not usable on mobile devices (which this issue doesn't cover), this sounds like an implementation issue. Closing until further motivation is given |
Browser name including version (e.g. Chrome 64.0.3282.119)
Chrome 83.0.4103.106
Description
Frames are lost in the recording.
Steps to reproduce
Testing:
Open https://webrtc.github.io/samples/src/content/getusermedia/record/ link in mobile chrome browser on android.
Expected results
Recording should be available without any frame drop.
Actual results
Recording has a lot of frame loss.
Related issues
#177
webrtc/samples#1331 (Opening it here since it seems more relevant)
The text was updated successfully, but these errors were encountered: