it is possible to put some music or sound content inside a folder on my VPN server and let it play on my page, without using icecast. is an audio player on my WordPress playing the random content in loop?
Thanks Sean you are incredible
Radio Server
radioescada there are hundreds of music-related Wordpress plugins available.
- Log in to your WP dashboard.
- Go to Plugins > Add new.
- Use the search box to search for "music".
- Check out the results until you can find a plugin that meets your needs.
Hope this helps
2 months later
Hi Sean!
I find one!
I´d like to use a WordPress plugin:
https://wordpress.org/plugins/serverless-radio/
To use this fine i need to provide:
Provide PUBLIC MP3 Folder Link to make Live Serverless Radio Stream
Public folder like this link:
can you help me to create this Public Folder?
Thanks a lot
Frado
- Edited
If you need to create a directory "mp3" within your Wordpress app directory:
mkdir ~/apps/name_of_app/mp3
Then create a .htaccess
file in the mp3 directory with the following contents:
IndexOptions SuppressIcon
Options +MultiViews +Indexes