muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.

Home Page:https://www.webrtc-experiment.com/RecordRTC/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recorded Video Does Not Play in HTML5 Video Player in Firefox Browser

syedgalib opened this issue · comments

I have following configuration in my RecordRTC. But when I record a video and place the temp URL generated by from the blob file in the HTML video tag, the video player can not play the video.

Video player shows "No video with supported format and MIME type found" message.

This problem only occurs in the Firefox Browser.

This issue also exists in your demo page too.

My Config

{
  "recordRTCConfig": {
    "disableLogs": false,
    "numberOfAudioChannels": 1,
    "recorderType": RecordRTC.MediaStreamRecorder,
    "type": "video",
    "mimeType": "video/webm;codecs=vp9",
  }
}

Did you find the solution for your problem? I think I might be facing the same issue.

Receiving a blob from a p2p connection and trying to use it in the HTML video/source tag.
It works on Chrome but throws the same "No video with supported format and MIME type found" message alongside some console warnings:
consoleWarnings