Audio codec/mime
See original GitHub issueDescription
- I have my mimes set to:
audioMimeType: 'audio/wav',
videoMimeType: 'video/webm;codes=H264',
however when i ffprobe
the downloaded file i still see
.opus
audio, do i need wavesurfer in order to change the audio codec?
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
The "codecs" parameter in common media types
The MIME type for a container format is expressed by stating the type of media ( audio , video , etc.), then a...
Read more >Media MIME Support - GitHub Pages
You can check General MIME Types, General track codecs, Audio codecs and Video codecs, in particular all AVC profiles, AV1 profiles or other...
Read more >Audio File MIME Types - ThoughtCo
A list of the common sound files and their MIME types for use in embedding sound in Web pages.
Read more >MIME Type Mapping - Dialogic
You can re-define any audio MIME type without having to define a new MIME type. For each MIME type, you can set rate...
Read more >RFC 2586 - The Audio/L16 MIME content type - IETF Datatracker
The Audio/L16 MIME content type (RFC 2586, May 1999. ... Introduction This document defines the audio/L16 MIME type, a reasonable quality audio format...
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
I think this is the issue: https://github.com/muaz-khan/RecordRTC/blob/5.5.2/dev/MRecordRTC.js#L164 Also see https://github.com/muaz-khan/RecordRTC/issues/64
Prevents this from working:
Same with Mrecordrtc standalone:
Should a new recordrtc.js ticket be opened @muaz-khan ?
No problem, thanks for the info @thijstriemstra