Lots of changes, but notably:
* 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.
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
# WAN network interface
|
||||
ext_ifname=eth0
|
||||
|
||||
# port for HTTP (descriptions and SOAP) traffic
|
||||
port=5555
|
||||
|
||||
@ -31,8 +28,6 @@ system_uptime=no
|
||||
notify_interval=900
|
||||
|
||||
clean_ruleset_interval=600
|
||||
# uuid : generate your own with "make genuuid"
|
||||
uuid=fc4ec57e-b051-11db-88f8-0060085db3f6
|
||||
|
||||
# serial and model number the daemon will report to clients
|
||||
# in its XML description
|
||||
|
Reference in New Issue
Block a user