1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/libdlna-0.2.3
2024-07-22 01:58:46 -03:00
..
src Add gpl 2024-07-22 01:58:46 -03:00
AUTHORS Add gpl 2024-07-22 01:58:46 -03:00
ChangeLog Add gpl 2024-07-22 01:58:46 -03:00
config.log Add gpl 2024-07-22 01:58:46 -03:00
config.mak Add gpl 2024-07-22 01:58:46 -03:00
config.mak.bak Add gpl 2024-07-22 01:58:46 -03:00
configure Add gpl 2024-07-22 01:58:46 -03:00
COPYING Add gpl 2024-07-22 01:58:46 -03:00
libdlna.pc Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
README Add gpl 2024-07-22 01:58:46 -03:00
test-libdlna.c Add gpl 2024-07-22 01:58:46 -03:00

COMMON
~~~~~~

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 uShare, an embedded UPnP A/V
Media Server, but will be used to build both DLNA servers and players.

libdlna relies on FFMPEG librairies (libavformat and libavcodec)
to handle and demux A/V streams.

HOMEPAGE
========

Web site and file area for libdlna is hosted on GeeXboX server :

   http://libdlna.geexbox.org/

The latest version of libdlna should always be available on this site.

DEVELOPERS
~~~~~~~~~~

Build using traditional ./configure && make commands.
Try ./configure --help for list of available build options.

libdlna uses GNU Coding Standards as default indentation and code style.
Please always conform to this standard before applying your changes.

SUPPORTED DLNA PROFILES
=======================

- Image: JPEG, PNG
- Audio: AC3, AMR, ATRAC3, LPCM, MP3, MPEG-4 (AAC), WMA
- AV:    MPEG-1, MPEG-2, MPEG-4 Part 2 (SP, ASP), MPEG-4 Part 10 (a.k.a AVC)

SUPPORTED FILE CONTAINERS
=========================

- Image: jpg, jpe, jpeg, png

- Audio: 3gp, aac, ac3, acm, aiff, amr, at3p, asf, lpcm, m4a, mov, mp3, mp4,
         pcm, qt, wav, wma 

- AV:    3gp, 3gpp, asf, hdmov, m1v, m2v, mov, mp2p, mp2t, mp4, mpe, mpeg,
         mpg, pes, ps, ts, wmv

AUTHORS
~~~~~~~

Benjamin Zores <ben@geexbox.org>