Ubuntu12.04 下DLNA/UPnP Server安装配置

PC下配置DLNA很方便,使用家庭组和Window Media Player很容易实现媒体局域网内共享。前面文章有提过这些话题,包括Android客户端和Chrome以及小米盒子上的使用。 这里来记录下Ubuntu12.04 下的安装配置 minidlna。 1.安装服务端 # apt-get install minidlna 2.配置文件在/etc/ 目录下的minidlna.conf.其中主要配置 配置媒体目录,可以分行添加多个目录,同时也可指定媒体类型。 # set this to the directory you want scanned. # * if have multiple directories, you can have multiple media_dir= lines # * if you want to restrict a media_dir to a specific content type,you # […]

Continue Reading