02 January 2011

Linux UPnP DLNA client

In my search to connect my Droid X to my server wireless, I came across the idea of using DLNA to copy my pictures over to it.

To set it up:

mkdir /mnt/dlna
sudo modprobe -l -t /mnt/dlna fuse
sudo djmount /mnt/dlna -o allow_other


To run in a diagnose mode try:

sudo djmount /mnt/dlna -f -o allow_other




However, I have found 2 problems with it
1. does not maintain the file date/time
2. only seems to pull the first 90 files

No comments:

Post a Comment