kaltura / express-recorder

Kaltura Express Capture enables recording content directly from the browser without the need to install any additional software. aka kSelfie
https://knowledge.kaltura.com/help/kaltura-express-capture
GNU Affero General Public License v3.0
7 stars 4 forks source link

recordingStarted event is not fired after using "record again" button #119

Open h-unterp opened 3 years ago

h-unterp commented 3 years ago

Using <script src="https://www.kaltura.com/apps/expressrecorder/latest/express-recorder.js"></script> and

 expRec.instance.addEventListener("recordingStarted", function () {
                console.log("STARTED");

Steps to reproduce:

  1. Use red recording button.
  2. Record for a few second
  3. Stop recording
  4. Use "record again button"
  5. Observe that recordingStarted is not fired
  6. recordingEnded does fire correctly throughout all steps.
prajwal-unext commented 1 year ago

Facing this same issue. Noticed this is happening in firefox.