Set up the DLNA service in Ubuntu. 1. Background 2. install and configure minidlnaa, use apt-get to install B, modify minidlna configuration c, and restart minidlna. 3. Summary 1. Background hope on TV watch movies on the computer, but I don't want to watch it every time with a laptop wiring. Coupled with the new MiBox (Xiaomi box), we urgently need to provide the DLNA service under Ubuntu. 2. install and configure minidlnaa, use apt-get to install 1 sudo apt-get install minidlnab, and modify minidlna to configure 1 sudo gedit/etc/minidlna. the conf parameter name indicates the port service port. The default value is 8200. Open the firewall configuration. You can set multiple media_dir media directories, for example, media_dir = V,/noah/videos (type ID before comma: A audio, P image, V video). The service name of friendly_name is displayed, if inotify is set to true in other devices, the system will automatically discover new files in the media directory and set the above parameters. C. Restart minidlna Service 1 sudo/etc/init. d/minidlna force-reload 3. Summary I have installed rygel. First, I feel that minidlna is not small, and after a while, I cannot find the file normally (it cannot be used normally ). Minidlna meets my needs and allows me to conveniently play movies on my computer.