File: coherence.conf.example

package info (click to toggle)
coherence 0.5.8-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 2,441
  • sloc: python: 16,059; xml: 5,176; sh: 59; makefile: 21
file content (118 lines) | stat: -rw-r--r-- 3,786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# config file for coherence
#
# keywords are case-sensitive

logmode = warning                         # none, error, warning, info, debug, log
#logfile = coherence.log
#interface = eth0
serverport = 30020                       # if not specified or set to 0
                                          # coherence will let the OS choose the port

controlpoint = yes                        # if set to yes coherence will activate its
                                          # internal ControlPoint

web-ui = no                               # set this to yes to enable some interactive
                                          # Web-UI

#use_dbus = yes                            # set this to yes to let Coherence signal
                                          # devices and services via dbus and provide
                                          # access to them
                                          # only useful when controlpoint is enabled too

[subsystem_log]
#coherence = info
#WebUI = info
#SSDP = info
#MSEARCH = info
#SOAP = info
#Action = info
#Variable = info
#Event = info
#Service_Server = info
#Service_Client = info
#Device = info
#Connection_Manager_Server = info
#MediaServer= info
#MediaRenderer= log
#ControlPoint = info
#MS_Client = info
#flickr_storage = info
#Buzztard=info


[plugins]
    [[FSStore]]
    #    content = tests/content/audio,tests/content/video           # append more directories separated by commas
    #    version = 1
    #    #content = /data/audio/music
        name = Coherence Test Content
    #    [[[icon]]]
    #        mimetype = image/png
    #        width = 120
    #        height = 106
    #        depth = 24
    #        url = file:///home/dev/Projects/Coherence/tests/coherence-icon.png

    #[[GStreamerPlayer]]
    #    name = GStreamer Audio Player

    #[[AmpacheStore]]
    #    name = Ampache
    #    url = http://localhost/ampache/server/xml.server.php
    #    key = your password      # not your normal ampache user password,
                                  # this is for the XML-API
    #    user = your user         # optional

    #[[TrackerStore]]
    #    name = Tracker

    #[[ElisaPlayer]]
    #    name = Elisa
    #    host = localhost

    #[[IRadioStore]]
    #    name = iRadio

    #[[FlickrStore]]
    #    name = Flickr Images
    #    refresh = 60                      # check every 60 minutes with Flickr for new images in the set
    #    proxy = yes                       # if set to yes coherence will fetch the images
    #                                      # from Flickr for your client
    #    [[[icon]]]
    #        mimetype = image/png
    #        width = 98
    #        height = 26
    #        depth = 24
    #        url = file:///home/dev/Projects/Coherence/tests/flickr-icon.png

    #[[MediaStore]]
    #    medialocation = /data/audio/music  # append more directories seperated by commas
    #    #medialocation = tests/content/audio
    #    coverlocation = /data/audio/covers # optional
    #    mediadb= /tmp/media.db
    #    name = Coherence MediaStore
    #    [[[icon]]]
    #        mimetype = image/png
    #        height = 48
    #        width = 48
    #        depth = 24
    #        url = file:///home/dev/elisa/elisa.png

    #[[AxisCamStore]]
    #    name = Elisa is watching you
    #    [[[Cam 1]]]
    #        url = http://192.168.1.222:554/mpeg4/1/media.amp
    #        protocol = rtsp-rtp-udp:*:video/MP4V-ES:*
    #    [[[Cam 2]]]
    #        url = http://192.168.1.222:554/mpeg4/2/media.amp
    #        protocol = rtsp-rtp-udp:*:video/MP4V-ES:*

    #[[BuzztardStore]]
    #    name = Buzztard
    #    host = localhost
    #    port = 7654

    #[[BuzztardPlayer]]
    #    name = Buzztard
    #    host = localhost
    #    port = 7654