* MiniDLNA can now pass the DLNA Conformance Test! * Dependence on libdlna has been removed, and the ffmpeg libs are used directly. * Lots of unused code has been cleaned up. * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
36 lines
774 B
Plaintext
36 lines
774 B
Plaintext
# port for HTTP (descriptions and SOAP) traffic
|
|
port=5555
|
|
|
|
# enable UPNP support (default is yes)
|
|
enable_upnp=yes
|
|
|
|
media_dir=/opt
|
|
#media_dir=/c/DLNA
|
|
|
|
# lease file location
|
|
#lease_file=/var/log/upnp.leases
|
|
|
|
# bitrates reported by daemon in bits per second
|
|
bitrate_up=1000000
|
|
bitrate_down=10000000
|
|
|
|
# "secure" mode : UPnP client are allowed to add mappings only
|
|
# to their IP
|
|
secure_mode=no
|
|
|
|
# default presentation url is http address on port 80
|
|
#presentation_url=http://www.mylan/index.php
|
|
|
|
# report system uptime instead of daemon uptime
|
|
system_uptime=no
|
|
|
|
# notify interval in seconds. default is 30 seconds.
|
|
notify_interval=900
|
|
|
|
clean_ruleset_interval=600
|
|
|
|
# serial and model number the daemon will report to clients
|
|
# in its XML description
|
|
serial=12345678
|
|
model_number=1
|