ReadyMedia, previously known as MiniDLNA, is a lightweight media server that allows you to stream media from your computer to other devices on your network. In this tutorial, we will learn how to install ReadyMedia on macOS.
Before we start, make sure you have the following:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew install minidlna
sudo nano /usr/local/etc/minidlna.conf
media_dir=/path/to/your/media/files
friendly_name=Your Server Name
port=8200
network_interface=en0
/path/to/your/media/files
with the location of your media files.Your Server Name
with the name you want to give to your media server.8200
to the desired port number.en0
with the corresponding interface.Save and exit the configuration file by pressing Control+O
and then Control+X
.
Finally, start the ReadyMedia service by running the following command:
sudo brew services start minidlna
That's it! ReadyMedia is now installed and running on your macOS computer. You can now access your media files from other devices on your network.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!