Linux command
minidlna 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start server
minidlnad
Specify config
minidlnad -f [/etc/minidlna.conf]
Foreground mode
minidlnad -d
Rescan media
minidlnad -R
Specify port
minidlnad -p [8200]
Rebuild database
minidlnad -R -f [config.conf]
说明
minidlna is a DLNA/UPnP media server. It streams media to TVs and devices. The tool serves audio, video, and images. Compatible with most DLNA-capable devices.
参数
- -f _FILE_
- Configuration file.
- -d
- Debug/foreground mode.
- -R
- Rescan media files.
- -p _PORT_
- HTTP port.
- -r
- Force rescan.
- --help
- Display help information.
FAQ
What is the minidlna command used for?
minidlna is a DLNA/UPnP media server. It streams media to TVs and devices. The tool serves audio, video, and images. Compatible with most DLNA-capable devices.
How do I run a basic minidlna example?
Run `minidlnad` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f _FILE_ do in minidlna?
Configuration file.