After recording, User is unable to play recorded audio. It is showing "Error" in audio player. User is also allowing recording permission. Please see error message in attached screenshot.
Steps to reproduce:
- open application in safari in mac device
- click on "Audio" button
- record something
- click on "Stop recording" button
- Error will be displayed in audio control and dev tools console
I am using opensource github repo for audio recording in next js application. Functionality is workin fine in browser in windows machine. But, this functionality is not working in apple device i.e. mac book and iphone's browser.
Github repo: https://github.com/thereis/poc-media-recorder
I also tried to implement audio recording functionality using vmsg npm package.but it has some version issue.
sandbox url: https://codesandbox.io/p/devbox/2hn33h
