Streaming Films From Manjaro to Android TV Without Plex
I've recently set up my Manjaro Linux PC to stream films directly to my Android TV using MiniDLNA (ReadyMedia).I originally thought I'd probably need something like Plex, but for simply watching films stored on the PC, MiniDLNA does the job nicely and keeps everything simple.
The films are stored on my Manjaro PC, and the Android TV can see the media server over the home network and browse and play them directly.
One useful command I've found is forcing MiniDLNA to completely rescan the media library. If I add a new film and it doesn't appear on the TV, I run:
sudo systemctl stop minidlna
sudo minidlnad -R
sudo systemctl start minidlna
After that, the newly added film appears on the Android TV.
So my setup is basically:
Manjaro PC → MiniDLNA/ReadyMedia → Android TV
No Plex account, no subscription and very little configuration once it's working.
For anyone running Linux with an Android/Google TV, it's definitely worth trying if all you want is a simple way of accessing your films across your home network.
Does anyone else still use DLNA for this, or have most people moved over to Plex or Jellyfin?