libdlna aims at being the reference open-source implementation of DLNA (Digital Living Network Alliance) standards. Its primary goal is to provide DLNA support to build both DLNA servers and players in the long term.

Project Activity

See All Activity >

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Follow libdlna

libdlna Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

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

User Reviews

  • I have tried libdlna-0.2.3 with ushare-1.1a ,but it did not work when i use xbmc playing media on the DMS. So i changed the "dlna_info" in file profiles.c,and it works . Below is the patch file. ------------------------------------------------------------------------------- diff -urN libdlna-0.2.3/src/profiles.c libdlna/src/profiles.c --- libdlna-0.2.3/src/profiles.c 2007-11-27 04:47:43.000000000 +0800 +++ libdlna/src/profiles.c 2011-04-01 21:58:08.507491000 +0800 @@ -435,10 +435,10 @@ strcat (protocol, p->mime); strcat (protocol, ":"); - sprintf (dlna_info, "%s=%d;%s=%d;%s=%.2x;%s=%s;%s=%.8x%.24x", - "DLNA.ORG_PS", speed, "DLNA.ORG_CI", ci, - "DLNA.ORG_OP", op, "DLNA.ORG_PN", p->id, - "DLNA.ORG_FLAGS", flags, 0); + sprintf(dlna_info, "%s=%s;%s=%.2x;%s=%d;%s=%d;%s=%.8x%.24x", + "DLNA.ORG_PN", p->id, "DLNA.ORG_OP", op, + "DLNA.ORG_PS", speed,"DLNA.ORG_CI", ci, + "DLNA.ORG_FLAGS", flags, 0); strcat (protocol, dlna_info); return strdup (protocol);
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD

Intended Audience

Telecommunications Industry, Developers

User Interface

Non-interactive (Daemon)

Programming Language

C

Related Categories

C File Sharing Software, C Video Software, C Sound Audio

Registered

2007-08-24