cookpete / react-player

A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
https://cookpete.github.io/react-player
MIT License
9.34k stars 1.15k forks source link

Can't play base64 audio #1482

Closed geniux-dev closed 6 months ago

geniux-dev commented 2 years ago

Be sure to search for your issue before opening a new one.

Current Behavior

Expected Behavior

Steps to Reproduce

1. 1. 1.

Environment

Other Information

Taar commented 2 years ago

Would it be possible to provide an example? I've haven't heard of base64 audio before, can you provide some documentation or a specification? When it comes to audio, react-player uses the audio element so if base64 audio isn't supported by the element then there is nothing react-player can do to support the format/codec. Here is the list of supported codecs.