rclone/cmd/serve/dlna
YanceyChiew 13b65104eb dlna: add SSDP AnnounceInterval flag option
The current default AnnounceInterval is too short, causing the
multicast domain to be flooded with NOTIFY announcements,
which may prevent other dlna devices from sleeping.

This change allows users to set the announcement interval,
and it's default value also increased to 12 minutes.

Even within the interval, rclone can still passively respond to
M-SEARCH requests from other devices.
2022-10-06 16:59:51 +01:00
..
data build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
dlnaflags dlna: add SSDP AnnounceInterval flag option 2022-10-06 16:59:51 +01:00
testdata/files dlna: associate subtitles with all possible media nodes 2019-10-09 11:57:42 +01:00
upnpav build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
cds.go dlna: add support for more external subtitle 2022-10-06 16:59:51 +01:00
cms.go dlna: icons and compatibility improvements 2019-05-27 14:42:33 +01:00
dlna.go dlna: add SSDP AnnounceInterval flag option 2022-10-06 16:59:51 +01:00
dlna_test.go dlna: specify SSDP interface names from command line 2022-08-13 12:06:03 +01:00
dlna_util.go dlna: specify SSDP interface names from command line 2022-08-13 12:06:03 +01:00
mrrs.go dlna: fake out implementation of X_MS_MediaReceiverRegistrar 2019-09-17 12:52:02 +01:00