Ampache alternatives and similar software solutions
Based on the "Audio Streaming" category.
Alternatively, view Ampache alternatives based on common mentions on social networks and blogs.
-
Navidrome Music Server
🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic -
musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++ -
AzuraCast
A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations. -
Airsonic
:satellite: :cloud: :notes:Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic) -
cloudtunes
Web-based music player for the cloud :cloud: :notes: Play music from YouTube, Dropbox, etc. -
Groove Basin
Music player server with a web-based user interface. -
Libresonic
Open-source web-based media streamer and jukebox. A fork of Subsonic's last open-source release, before it switched licenses. -
CherryMusic
Stream your own music collection to all your devices! The easy to use free and open-source music streaming server. -
Airtime
Airtime is Sourcefabric’s open source radio software for scheduling and remote station management. Airtime provides a reliable audio playout with sub-second precision, an improved interface with modern usability features, advanced user management supporting roles and a Google-style calendar to schedule and move shows and playlists. -
Polaris
Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device. -
Sonerezh
A self-hosted, web-based application to stream your music, everywhere. -
ympd
Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS -
LMS
Lightweight Music Server. Access your self-hosted music using a web interface. -
mpd
Python library which provides a client interface for the Music Player Daemon. -
Icecast
Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues -
Mopidy MusicBox
Web Client for Mopidy Music Server and the Pi MusicBox -
Audioserve
Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do. -
obplayer
:radio: OBPlayer Streaming Automation Playout with CAP EAS Alerting -
Music Browser
Music Browser is a light-weight web-based browser and streamer for your music collection. It is runs on most operating systems, and is light enough to run flawlessly on NAS devices. -
ThRadio
A simple and self-hosted web radio management, inspired by AzuraCast. Developed with Typescript -
Icecast 2
streaming audio server which can be used to create an Internet radio station or a privately running jukebox and many things in between.
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Ampache or a related project?
README
Ampache
News
Ampache6 is about to shake up the develop branch. Keep track using the wiki
Basics
Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
Ampache's usefulness is heavily dependent on being able to extract correct metadata from embedded tags in your files and/or the file name. Ampache is not a media organiser; it is meant to be a tool which presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so.
- Check out Ampache 5 for Admins
- As well as Ampache 5 for Users
Recommended Version
The recommended and most stable version is the current stable release5 branch.
You get the latest version with recent changes and fixes but maybe in an unstable state from our develop branch.
If you want to run the last stable version release4 is still available
Installation
Please see the wiki and don't forget to check out the basic config guide after that.
Requirements
A web server. All of the following have been used, though Ampache receives the most testing with Apache:
- Apache
- lighttpd
- nginx
- IIS
PHP 7.1-7.4 (Ampache 4.x.x)
PHP 7.4 (Ampache 5.0.x and higher)
PHP 8.0 (Ampache 5.1.x and higher)
PHP 8.1 (Ampache 5.5.0 and higher)
NOTE That php7.4 will not be released for Ampache6 but can still be used.
PHP modules:
- PDO
- PDO_MYSQL
- hash
- session
- json
- intl
- simplexml (optional)
- curl (optional)
For FreeBSD The following php modules must be loaded:
- php-xml
- php-dom
- php-intl
MySQL 5.x / MySQL 8.x / MariaDB 10.x
Upgrading
If you are upgrading from an older version of Ampache we recommend moving the old directory out of the way, extracting the new copy in its place and then copying the old /config/ampache.cfg.php, /rest/.htaccess, and /play/.htaccess files if any. All database updates will be handled by Ampache.
License
Ampache is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License v3 (AGPL-3.0-or-later) as published by the Free Software Foundation.
Ampache includes some external modules that carry their own licensing.
Translations
Ampache is currently translated (at least partially) into the following languages. If you are interested in updating an existing translation, simply visit us on Transifex. If you prefer it old school or want to work offline, take a look at /locale/base/TRANSLATIONS for more instructions.
Translation progress so far:
Credits
Thanks to all those who have helped make Ampache awesome: [Credits](docs/ACKNOWLEDGEMENTS.md)
Contact Us
Hate it? Love it? Let us know! Dozens of people send ideas for amazing new features, report bugs and further develop Ampache actively. Be a part of Ampache with it's more than 10 years long history and get in touch with an awesome and friendly community!
- For Live discussions, visit us on our IRC Channel at chat.freenode.net #ampache or alternative via a web based chat client
- For harder cases or general discussion about Ampache take a look at our Google Groups Forum
- Found a bug or Ampache isn't working as expected? Please refer to the Issues Template and head over to our Issue Tracker
- r/Ampache
- Our Telegram Group
- Official Twitter
- Official Mastodon
Further Information and basic Help
- Everything related to the Ampache Project can be found on our Public Repository
- Want to know, how to get Apache to work or learn more about the functions? See our Documentation
We hope to see you soon and that you have fun with this Project!
[Team Ampache](docs/ACKNOWLEDGEMENTS.md)
*Note that all licence references and agreements mentioned in the Ampache README section above
are relevant to that project's source code only.