Safari Audio Only Recording Fails
See original GitHub issueThe audio only demo here: https://collab-project.github.io/videojs-record/examples/audio-only.html
Fails to record On Safari 11 & 12.
In the Console:
TypeError: GetRecorderType is not a constructor (evaluating 'new Recorder(mediaStream, config)')
However, RecordRTC audio only example here works fine: https://webrtc-experiment.com/RecordRTC/simple-demos/audio-recording.html
They seem to do some trickery with the record button in safari.
refs #181
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (8 by maintainers)
Top Results From Across the Web
If you can't record audio on a Mac using macOS Mojave or later
Quit the app you're using to record audio. · Choose Apple menu > System Settings, then click Privacy & Security. · Click Microphone....
Read more >Troubleshooting camera & microphone access in Safari on ...
In the menu bar, select Safari -> Preferences, then click the Websites tab.In the list on the left, select Camera. Find vocalvideo.com, and...
Read more >Recording audio with MediaRecorder on iPhone with Safari ...
Recording audio with MediaRecorder on iPhone with Safari and Chrome only 1 second long? Mimetype and FFMPEG problem? · Javascript: var blob; var ......
Read more >SOLVED: iPhone Screen Recording Has No Sound on iOS 16 ...
How to Fix iPhone Screen Recording No Sound Error · Fix 1. Enable the External or Internal Audio · Fix 2. Use Professional...
Read more >What to do if your looms don't have sound in Safari
Safari now has a built in feature that can prevent audio from automatically playing when visiting websites. This feature is typically enabled by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, re-opening for that. Glad we found a workaround.
Note that Safari Technology Preview 73 (presumably the future Safari 13) supports MediaRecorder and this removes the need for the
audioRecorderType: StereoAudioRecorder
workaround.