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

  • sean replied to this.

    radioescada there are hundreds of music-related Wordpress plugins available.

    1. Log in to your WP dashboard.
    2. Go to Plugins > Add new.
    3. Use the search box to search for "music".
    4. Check out the results until you can find a plugin that meets your needs.

    Hope this helps 🙂

    2 months later

    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 
    Mastodon