We have integrated audio plugin using ACF. It was working when link come from Self hosted domain, but it's stop to work when we use S3 link. As our audio file data size big, we can't keep it on AWS Lightsail. So we are using S3 to store our data. What is the best solution to use the AWS S3 audio link to play the music.
Thanks max for reply, Problem is solved after updating CORS rule on AWS S3 bucket. But the file path is visible for user in source code how can we hide it. Which is very import to us cause the mp3 files are paid.
We are trying to stream music with Amazon S3 in your music player within the Playlist section but it doesn't work.
This is a sample of what we are pasting in the field:
s3://awentest/00Brandingmusic.mp3
Need help
Thank you in advance
Hi,
You must use a public url.
I cant seem to be able to reach s3://awentest/00Brandingmusic.mp3
make sure you use a URL that you can also open directly within your web browser.
Thanks,
Max from the Sonaar.io Crew
URL is also working in browser
We have integrated audio plugin using ACF. It was working when link come from Self hosted domain, but it's stop to work when we use S3 link. As our audio file data size big, we can't keep it on AWS Lightsail. So we are using S3 to store our data. What is the best solution to use the AWS S3 audio link to play the music.
https://sonaar.io/docs/supported-audio-streaming-providers/
As per this page you support S3 links. So why in my case they are not working
Hi,
We support any https mp3 file url hosted anywhere.
What is your URL to your media file?
Thanks,
Max from the Sonaar.io Crew
Thanks max for reply, Problem is solved after updating CORS rule on AWS S3 bucket. But the file path is visible for user in source code how can we hide it. Which is very import to us cause the mp3 files are paid.
Hi,
Please read this article about this: https://sonaar.io/docs/preventing-mp3-download-block-direct-url-file-access/
Thanks,
Max from the Sonaar.io Crew