I am using minidlna to show ( a least ) pictures on tv set.
On the same local network
With the same TV set (LG : 43UK6400PLF )
on one computer running leap 15.0 → minidlna 1.2.1-lp150.10.11 is ok for photos
on other one computer running windows 10 → universal media player 9 is ok for photos
on another computer running leap 15.1 → minidlna 1.2.1-lp151.2.9 is not working for photos
The server is shown on the T V
The folders are shown on the T V
But the folder seems empty ( that is what is said by the T V )
On that computer running minidlna 1.2.1-lp150.10.11 is ok for photos
/etc/sysconfig/SuSEfirewall2.d/services/minidlna
## Name: DLNA Server
## Description: Open ports for MiniDLNA DLNA Server
# space separated list of allowed TCP ports
TCP="14945"
# space separated list of allowed UDP ports
UDP=""
# space separated list of allowed RPC services
RPC=""
# space separated list of allowed IP protocols
IP=""
# space separated list of allowed UDP broadcast ports
BROADCAST=""
file:///etc/firewalld/zones/internal.xml
<zone>
<short>Internal</short>
<description>For use on internal networks. You mostly trust the other computers on the networks to not harm your computer. Only selected incoming connections are accepted.</description>
<service name="ssh"/>
<service name="mdns"/>
<service name="samba-client"/>
<service name="minidlna"/>
<port port="11945" protocol="tcp"/>
<port port="14945" protocol="tcp"/>
<port port="22161" protocol="udp"/>
</zone>
/etc/minidlna.conf :
https://paste.opensuse.org/81687164
Any help is welcome.