bvibber / ogv.js

JavaScript media player using Ogg/Vorbis/Theora/Opus/WebM libs compiled with Emscripten
https://brooke.vibber.net/misc/ogv.js/demo/
Other
1.19k stars 99 forks source link

MediaRecorder Blob in safari throwing error #616

Closed raisonjoseph closed 2 years ago

raisonjoseph commented 2 years ago

I was trying to record audio through MediaRecorder API. The Blob file it returns has type auido/mp4. When I try to play the Blob with ogv.js it gives me an error

Unhandled Promise Rejection: NotAllowedError: 
The request is not allowed by the user agent or the platform in the current context, 
possibly because the user denied permission.

Thanks in advance

bvibber commented 2 years ago

ogv.js does not support any media with an mp4 container at this time. Also you seem to have a user permissions error.