Server-provided SAT>IP playlists are not recognized
im using minisatip which runs perfect with another application. when using vlc 3.0.0 on windows and opening playlist - universal plug'n'play my satip server shows up in the list... the only problem here is the displayed and used uri is always http://www.satip.info/Playlists/ASTRA_19_2E.m3u
if configured minisatip use another playlist... the xml with gets send to vlc looks like this...
<root xmlns="urn:schemas-upnp-org:device-1-0" configId="0">
<specVersion>
<major>1</major>
<minor>1</minor>
</specVersion>
<device>
<deviceType>urn:ses-com:device:SatIPServer:1</deviceType>
<friendlyName>minisatip</friendlyName>
<manufacturer>cata</manufacturer>
<manufacturerURL>http://github.com/catalinii/minisatip</manufacturerURL>
<modelDescription>minisatip for Linux</modelDescription>
<modelName>minisatip</modelName>
<modelNumber>1.1</modelNumber>
<modelURL/>
<serialNumber>1</serialNumber>
<UDN>uuid:11223344-9999-0000-b7ae-00259052c666</UDN>
<iconList>
<icon>
<mimetype>image/png</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/sm.png</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/lr.png</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/sm.jpg</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/lr.jpg</url>
</icon>
</iconList>
<presentationURL>http://10.0.0.200:84/</presentationURL>
<satip:X_SATIPCAP xmlns:satip="urn:ses-com:satip">DVBS2-2</satip:X_SATIPCAP>
<satip:X_SATIPM3U xmlns:satip="urn:ses-com:satip">/satip.m3u</satip:X_SATIPM3U>
</device>
</root>
in short this line here is completly ignored
<satip:X_SATIPM3U xmlns:satip="urn:ses-com:satip">/satip.m3u</satip:X_SATIPM3U>
i tried some other combinations
<satip:X_SATIPM3U xmlns:satip="urn:ses-com:satip">http://server:84/satip.m3u</satip:X_SATIPM3U>
or
<satip:X_SATIPM3U>http://server/satip.m3u</satip:X_SATIPM3U>
whatever i tried the uri points to http://www.satip.in...
i've used another app on ios (Sat>IP>Viewer) which accepts this playlist without problems...