comparison libdlna-0.2.3/README @ 129:4f6d9621ee00

add multi session streaming & add depending librarys. - libupnp-1.6.6 - libdlna-0.2.3
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sun, 10 Oct 2010 15:33:18 +0900
parents
children
comparison
equal deleted inserted replaced
128:3a7d8d2f0585 129:4f6d9621ee00
1 COMMON
2 ~~~~~~
3
4 libdlna aims at being the reference open-source implementation
5 of DLNA (Digital Living Network Alliance) standards.
6 Its primary goal is to provide DLNA support to uShare, an embedded UPnP A/V
7 Media Server, but will be used to build both DLNA servers and players.
8
9 libdlna relies on FFMPEG librairies (libavformat and libavcodec)
10 to handle and demux A/V streams.
11
12 HOMEPAGE
13 ========
14
15 Web site and file area for libdlna is hosted on GeeXboX server :
16
17 http://libdlna.geexbox.org/
18
19 The latest version of libdlna should always be available on this site.
20
21 DEVELOPERS
22 ~~~~~~~~~~
23
24 Build using traditional ./configure && make commands.
25 Try ./configure --help for list of available build options.
26
27 libdlna uses GNU Coding Standards as default indentation and code style.
28 Please always conform to this standard before applying your changes.
29
30 SUPPORTED DLNA PROFILES
31 =======================
32
33 - Image: JPEG, PNG
34 - Audio: AC3, AMR, ATRAC3, LPCM, MP3, MPEG-4 (AAC), WMA
35 - AV: MPEG-1, MPEG-2, MPEG-4 Part 2 (SP, ASP), MPEG-4 Part 10 (a.k.a AVC)
36
37 SUPPORTED FILE CONTAINERS
38 =========================
39
40 - Image: jpg, jpe, jpeg, png
41
42 - Audio: 3gp, aac, ac3, acm, aiff, amr, at3p, asf, lpcm, m4a, mov, mp3, mp4,
43 pcm, qt, wav, wma
44
45 - AV: 3gp, 3gpp, asf, hdmov, m1v, m2v, mov, mp2p, mp2t, mp4, mpe, mpeg,
46 mpg, pes, ps, ts, wmv
47
48 AUTHORS
49 ~~~~~~~
50
51 Benjamin Zores <ben@geexbox.org>