catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
327 stars 81 forks source link

enhancement: dLAN TV SAT #190

Closed 9000h closed 8 years ago

9000h commented 8 years ago

this free Android APP (it's like the one from Elgato) will detect the minisatip only if you provide the orignal Devolo xml like ./minisatip -l -l --xml SatIPServer_1_desc.xml (put it in the html folder)

<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0" configId="">
    <specVersion>
        <major>1</major>
        <minor>1</minor>
    </specVersion>
    <device>
        <deviceType>urn:ses-com:device:SatIPServer:1</deviceType>
        <friendlyName>dLAN&#174; TV SAT Multituner</friendlyName>
        <manufacturer>devolo</manufacturer>
        <manufacturerURL>http://www.devolo.de</manufacturerURL>
        <modelDescription>dLAN&#174; TV SAT Multituner</modelDescription>
        <modelName>dLAN&#174; TV SAT Multituner</modelName>
        <modelNumber>2440</modelNumber>
        <modelURL>http://www.sat-ohne-kabel.de</modelURL>
        <serialNumber></serialNumber>
        <UDN></UDN>
        <UPC></UPC>
        <iconList>
            <icon>
                <mimetype>image/jpeg</mimetype>
                <width>48</width>
                <height>48</height>
                <depth>32</depth>
                <url>/images/satip48.jpg</url>
            </icon>
            <icon>
                <mimetype>image/png</mimetype>
                <width>48</width>
                <height>48</height>
                <depth>32</depth>
                <url>/images/satip48.png</url>
            </icon>
            <icon>
                <mimetype>image/jpeg</mimetype>
                <width>120</width>
                <height>120</height>
                <depth>32</depth>
                <url>/images/satip120.jpg</url>
            </icon>
            <icon>
                <mimetype>image/png</mimetype>
                <width>120</width>
                <height>120</height>
                <depth>32</depth>
                <url>/images/satip120.png</url>
            </icon>
        </iconList>
        <presentationURL>/</presentationURL>
        <firmwareVersion></firmwareVersion>
        <firmwareDate></firmwareDate>
    </device>
</root>

[09/11 23:00:02.46294 main]: read HTTP from 23 sid: -1: GET /SatIPServer_1_desc.xml HTTP/1.1 User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.4.4; BN NookHD+ Build/KTU84Q) Host: 192.168.178.129:8080 Connection: Keep-Alive Accept-Encoding: gzip

[09/11 23:00:02.46294 main]: args: GET -> /SatIPServer_1_desc.xml -> HTTP/1.1 [09/11 23:00:02.46294 main]: opened html//SatIPServer_1_desc.xml fd 24 at 6dc79000 - 1875 bytes

catalinii commented 8 years ago

Hi,

this xml does not contain DVB-, it works exactly as here ?

Thanks

9000h commented 8 years ago

yes, I suspect the app only knows about DVB-S and did probable not care about and there server delivers only DVB-S

catalinii commented 8 years ago

will add this to 0.5...

Thanks

9000h commented 8 years ago

thanks