Difference between revisions of "MiniDLNA"
From Richard's Wiki
Line 1: | Line 1: | ||
+ | * [http://sourceforge.net/tracker/?func=detail&atid=1121518&aid=3193201&group_id=243163 MiniDLNA patch support transcode Video and Audio - ID: 3193201] | ||
* [http://anotherdev.wordpress.com/2010/11/05/ubuntu-10-04-alternative-to-mediatomb-for-samsung-dlna-tvs-minidlna/ install miniDLNA from unofficial apt-get repository] | * [http://anotherdev.wordpress.com/2010/11/05/ubuntu-10-04-alternative-to-mediatomb-for-samsung-dlna-tvs-minidlna/ install miniDLNA from unofficial apt-get repository] | ||
* [http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html Installing miniDLNA on Ubuntu (where to get sources, make command doesn't make....)] | * [http://andrewpeng.net/posts/2010/03/04522-installing-minidlna-on-ubuntu-powerpc.html Installing miniDLNA on Ubuntu (where to get sources, make command doesn't make....)] |
Latest revision as of 17:49, 7 November 2011
- 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 :