Media server: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 4: Line 4:
* https://github.com/xfangfang/Macast
* https://github.com/xfangfang/Macast
* [https://www.linuxuprising.com/2021/09/macast-dlna-media-renderer-easily-cast.html Macast DLNA Media Renderer: Easily Cast Videos, Music And Pictures From A Phone To Your Computer]
* [https://www.linuxuprising.com/2021/09/macast-dlna-media-renderer-easily-cast.html Macast DLNA Media Renderer: Easily Cast Videos, Music And Pictures From A Phone To Your Computer]
= GNOME built-in media server =
[https://ubuntushell.com/setup-rygel-home-media-server-on-ubuntu/ How to Setup Rygel Media Server on Ubuntu]


= MiniDLNA/Upnp =
= MiniDLNA/Upnp =

Revision as of 20:57, 8 August 2024

The page is most likely designed for Raspberry Pi although the software can be installed on regular linux box too.

Macast

GNOME built-in media server

How to Setup Rygel Media Server on Ubuntu

MiniDLNA/Upnp

sudo apt-get install minidlna
sudo nano /etc/fstab
sudo nano /etc/minidlna.conf
sudo service minidlna restart
minidlna -R  # refresh database
sudo service minidlna force-reload

The setup took only 5 minutes.

Note that each subfolders under media_dir has to have a mode 775.

On Android BubbleUPnP, Go to Library > Your DLNA. Media -> Pictures -> Folders or Media -> Video -> Folders. The streaming is smooth compared to using say VLC/ES File Explorer to play media files.

Minidlna can not sync media files automatically. We need to run cron jobs to achieve it.

If we want to remove minidlna, we run

sudo apt-get remove --auto-remove minidlna

Plex

Universal Media Server

Photo Album

using Lychee, a free photo-management tool, which runs on your server or web-space.