1b852ea186
Package based on: http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/contrib/OpenWrt/ Light DLNA Media Server which provides services for sharing IPTV unicast streams over local area network. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38481 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
371 B
Diff
16 lines
371 B
Diff
--- a/xupnpd.lua
|
|
+++ b/xupnpd.lua
|
|
@@ -1,10 +1,10 @@
|
|
cfg={}
|
|
|
|
-- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
|
|
-cfg.ssdp_interface='lo'
|
|
+cfg.ssdp_interface='br-lan'
|
|
|
|
-- 'cfg.ssdp_loop' enables multicast loop (if player and server in one host)
|
|
-cfg.ssdp_loop=1
|
|
+cfg.ssdp_loop=0
|
|
|
|
-- SSDP announcement interval
|
|
cfg.ssdp_notify_interval=15
|