Ivan
Ivan
**Last Tested On** 12.05.2020 - https://github.com/jpd002/Play-/commit/f41260d1e797314117689d97a13a03fd398cae39 Still the same.
**Last Tested On** 12.05.2020 - https://github.com/jpd002/Play-/commit/f41260d1e797314117689d97a13a03fd398cae39 Still the same.
Please use English. I suggest that issue is in your network configuration.
1. Check listen address in msd_lite config 2. Use tcpdump on router with msd_lite to debug network issue.
All hosts names will be "local" if you have in config: ```*``` it is set in default/example config. https://github.com/rozhuk-im/msd_lite/blob/master/conf/msd_lite.conf#L37C4-L37C26
Share your config, I will check.
What URL do you send to msd? Do you redirect external connections to 127.0.0.1? In code only 2 places that return 403 error: 1. Wrong host name. 2. Connection to...
In config file you may set ONE default interface name for multicast receiving. Use translator: https://netlab.dhis.org/wiki/software:msd:config You need edit your playlist and add something like: ```?ifname=eth2``` to URL tail. https://netlab.dhis.org/wiki/software:msd:urls#additional_parameters
Hi! Probably there is not enough free memory (RAM). Also check ```limits``` - ```Max open files``` by default is 1024 in many distros which is not enough in case of...
Possible log can show what goes wrong, if there is no errors then we need coredump and backtrace to locate error. Without this this is con not be fixed.