What's new

dlna dies after 10 minutes

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

baos

Occasional Visitor
Following the March 10th commit My smart tv can no longer stream videos for longer than 10 minutes. After that the dlna needs to be reset which I do by logging into the router and hitting apply without changing any options.
 
What brand is your smart tv? Maybe philips? I have this issue with my philips tv only that in my case i need to restart dlna every 20minutes. However i did find a fix for this problem (atleast for my case) in order to watch video normally through tv I just have to launch it with mobile app and not with tv remote. It's probably a bug in philips software but a really strange one.
 
It worked fine previous to the March10th commits. I was thinking it could be associated with miniupnp maybe?
 
discovered this:
Code:
# unused rules cleaning.
# never remove any rule before this threshold for the number
# of redirections is exceeded. default to 20
#clean_ruleset_threshold=10
# clean process work interval in seconds. default to 0 (disabled).
# a 600 seconds (10 minutes) interval makes sense
clean_ruleset_interval=600
going to tweak it up and see what happens. Also can't seem to figure out how to get it to log.
 
In my case DLNA server was dissapearing after 10-15 minutes and appearing back randmonly. The cause was multicast_snooping so I disabled it adding this to services-start:

Code:
echo 0 > /sys/class/net/br0/bridge/multicast_snooping
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top