MiniDLNA
From Richard's Wiki
- MiniDLNA patch support transcode Video and Audio - ID: 3193201
- install miniDLNA from unofficial apt-get repository
- Installing miniDLNA on Ubuntu (where to get sources, make command doesn't make....)
- Start minidlna at boot time (...half way down)
- To auto start minidlna at server boot :
- sudo cp minidlna.init.d.script /etc/init.d/minidlna
- sudo chmod +x /etc/init.d/minidlna
- sudo update-rc.d minidlna defaults
- Some users had to make that last line into the following below to make it work. For me it worked as above :
- sudo update-rc.d minidlna defaults 98 2
- To auto start minidlna at server boot :