question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mediaRecorder.onstop doesn't fire

See original GitHub issue

I have a setup much like the demo, and ondataavailable does fire, but onstop does not.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:6

github_iconTop GitHub Comments

1reaction
odama626commented, Mar 21, 2017

I looked through some of the source and it looks like onstop is only called from FlashAudioRecorder. I think onstop would have to originate in whammy.compile in VideoStreamRecorder/lib/whammy.js which uses a webworker.

0reactions
morgandonzecommented, Aug 27, 2018

Closing because I’m not using this anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MediaRecorder API recorder won't call onstop when recording ...
Steps to reproduce: Click "Start Recording"; Select Screen; Do anything for some seconds; Click the Chrome "Stop Sharing" button, not the button ...
Read more >
MediaRecorder: stop event - Web APIs | MDN
The stop event is fired when MediaRecorder.stop() is called, or when the media stream being captured ends. In each case, the stop event...
Read more >
MediaRecorder onstop callback doesn't get called in iOS15
Hi,. I'm using MediaRecorder for screen recording of canvas , along with audio. simplified code to implement screen recorder //intialise stream const canvas ......
Read more >
MediaRecorder overview - Android Developers
The Android multimedia framework includes support for capturing and encoding a variety of common audio and video formats.
Read more >
MediaRecorder API - WebKit
Future work may extend the support to additional codecs as well as supporting options like video/audio bitrates. getUserMedia in WKWebView.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found