ReadyMedia (formerly known as MiniDLNA) is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. It was originally developed by a NETGEAR employee for the ReadyNAS product line.

It is not in any way endorsed by the Digital Living Network Alliance®.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow ReadyMedia

ReadyMedia Web Site

You Might Also Like
Employee monitoring software with screenshots Icon
Employee monitoring software with screenshots

Clear visibility and insights into how employees work. Even remotely.

Stay productive working at any distance from anywhere with Monitask.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
121
0
1
0
6
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • In principle great. But: every program should have one single purpose! This program does two things in one program: 1.) Scan directories for meta files and write extracted meta data into a DB, 2.) serve as DNLA server It would be much better to separate the two tasks into two programs. Why: now if you run it on a PC / Table with lots of computational power the scanning process is done in a matter of minutes or up to an hour if you have a large library. But on a slow device with low memory like a WLAN router this can really take a while. In this situation it would be great if you could use a fast PC to perform the scan an then save the result in to the SQL lite DB (maybe even with some GUI or at least some logging). Once the scan is done the DB would simply be copied to a the device and used there. Now one could say but you can do this on the Linux PC and then copy the DB to the device - but that's just a workaround for a poor design. Another design issue is to write the media information for each file individually (meatadata.c). That is SLOW. Every file causes an I/O for reading and another I/O for writing the SQL DB. It would be much faster to cue the SQL INSERT / UPDATE statements and then run like 100 at a time at once in a single transaction / batch. Most router vendors using minidlna hence use temp memory for the DB which makes it fast, but limits the number of files in the list as they quickly run out of memory. But still thew software does a pretty good job. I had a quick look at the source code - my god - terrible programming style. The DB connection is a global variable... The code if overloaded with comments and no there is absolutely no spaghetti code. :-) Even in C one can split up a function into several sub-functions.
    1 user found this review helpful.
Read more reviews >

Additional Project Details

Operating Systems

Linux

Intended Audience

Advanced End Users

User Interface

Non-interactive (Daemon)

Programming Language

C

Related Categories

C Multimedia Software, C Media Servers

Registered

2008-10-22