SAT>IP Server und Reel Netceiver an VUPLUS client / VUPLUS als MInisatip server?

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • SAT>IP Server und Reel Netceiver an VUPLUS client / VUPLUS als MInisatip server?

      Hallo Alle,
      ich war ehemaliger VDR /Reelbox benutzer. Begleite aber immer noch was sich dort so tut, bin froh auf VU umgestiegen zu sein.

      Ich habe immer noch einen VDR server unter Bm2lts abgeändertes VDR. Hier greifen meine VUS auf den Plexmediaserver um alte VDR aufnahmen noch zu sehen. Inzwischen kann man auch über den VDR und das Minisatip Plugin mit der VUPLUS auf alle Tuner des reel Netceivers zugreifen per stream. Somit hat eine Box die internern und nochmals 6 Tuner des Netceivers verfügbar. Alle Einstellungen werden auf dem VDR server gemacht, über SAT>IP finden die VUS den Server. Man könnte hiermit auch auf PAY TV zugreifen mit den entsprechden einstellungen. Nun ich habe aber gesehen github.com/catalinii/minisatip binaries vorhanden sind für VU, mein ziel wäre dass die VU direkt der MINISATip Server wäre und auf den Netceiver ZUgriff hätte. Hat jemand diese mal installiert? Ich weiss eben nicht wie ich diese installieren kann. ;_(

      Greets

      Vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)
    • Hallo Cinfo,
      versuche die fehlende Libraries über ein crosscompiler (LIBMCLI) für die VU zu compilieren damit auch netceiver über MINISATIP von der VU angesteuert werden kann. LIBXML2 gibt es zwar für VU, ist im enstprechenden Directory des crosscompilers drin LIB und INCLUDE usw.
      (TOOLCHAIN=/opt/cross/mipsel-tuxbox-linux-gnu). Habe mal ein Crosscompile von LIBMCLI versucht (GIT von VDR Developer):

      Quellcode

      1. reel@BM2LTSR66MSvex:/opt/vdr-plugin-mcli-master/mcast/client$ make CROSS=$TOOLCHAIN/bin/mipsel-tuxbox-linux-gnu- cc -c -fPIC -Wall -I../common -DCLIENT -DLIBRARY -D_REENTRANT -D_GNU_SOURCE -DAPI_SOCK -I../dvbloop `xml2-config --cflags` -O3 -o mld_common.o mld_common.c mld_common.c:1:1: error: expected identifier or ‘(’ before ‘.’ token ../common/mld_common.c ^ make: *** [mld_common.o] Fehler 1 reel@BM2LTSR66MSvex:/opt/vdr-plugin-mcli-master/mcast/client$ make CROSS=$TOOLCHAIN/bin/mipsel-tuxbox-linux-gnu- cc -c -fPIC -Wall -I../common -DCLIENT -DLIBRARY -D_REENTRANT -D_GNU_SOURCE -DAPI_SOCK -I../dvbloop `xml2-config --cflags` -O3 -o mld_common.o mld_common.c mld_common.c:1:1: error: expected identifier or ‘(’ before ‘.’ token ../common/mld_common.c ^ make: *** [mld_common.o] Fehler 1
      bekomme aber immer diesen fehler. Hast Du eine Idee?
      Compile direkt auf der VU auch versucht, Busybox (MAKE konnte ich zwar installieren) hat aber viele Befehle nicht deshalb bin ich wieder zurück zu crosscompile auf Ubuntu.
      Grüsse

      Vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)
    • Hallo Zusammen,

      genau das Thema interessiert mich auch brennend. Ideal wäre es die VU+ als SAT/IP Server arbeiten zu lassen um dann das Signal beispielsweise auf Kodi abzugreifen (Ich weiß hierfür gibt es ein Plugin aber das hat mich noch nicht wirklich überzeugt). Mein Anwendungsfall wäre hier mit der VUPlus (inklusive CI+ Support) in TVHeadend einzuspielen.

      Wie ist denn hier der Stand? So richtig scheint der MiniSATIP auf Vu+ nicht zu fkt. wie ich das hier sehe oder? Es gibt eine Binary die angeblich für die Giga fkt. und auch VU zumindest einige Modelle unterstützen soll aber leider habe ich damit noch keine Erfahrungen

      VG S
    • Hallo Sunny,
      also es sollte möglich sein minisatip mit netceiver zum laufen zu bringen für VU. Was bereits möglich ist ist die GIGA BLue binaries auf die DUO zu kopieren siehe minisatip.org/forum/index.php?…5d873e729a88ea9501f56aeb4 sind diverse threads. Ich konnte bereits minisatip ohne netcv kompilieren für VU, macht dann ein share der tuner. Dies machen aber schon andere PLUGINS für VU. Was mir jetzt noch fehlt ist die LIBMCLI für mipsel die im crosscompiler dann eingefügt werden muss damit eine make minisatip mit NETCEIVER zu erstellen für mipsel.

      Gruss

      Vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)
    • Hier eine minisatip für VUsolo2 zum testen, die Tuner werden geteilt mit anderen VUS als virtuelle Tuner. nach USR/BIN schieben und ausführbar machen (0755), reboot und dann per Konsole starten:
      minisatip -f -l -o 127.0.0.1:9000 oder per Script .


      Somit hat man an jeder Box im Haus sofern nicht in Gebrauch einen zusätzlichen virtuellen Tuner. Was bei mir noch nicht klappt ist oscam (-o). Bin nicht sicher ob dieser Port -o stimmt, Pay TV ging so nicht.

      Man muss aber noch in der Client box unter Einstellungen/ Kanalsuche / Sat>IP Client den minisatip Server suchen lassen, dann den Tuner einrichten unter Tuner.
      Funktioniert bei mir sehr gut a la dezentraler Netceiver (erste Datei), die anderen hatte ich noch nicht getestet. Versuche immer noch noch minisatip mit Netceiver Support zu kompilieren.
      DATEI einfach umbennen von minisatip.zip in minisatip NICHT ENTPACKEN

      Alles auf eigene Gefahr!

      Gruss
      Vento
      Dateien
      • minisatip.zip

        (532,23 kB, 156 mal heruntergeladen, zuletzt: )
      • minisatip32mips.zip

        (547,68 kB, 120 mal heruntergeladen, zuletzt: )
      • minisatipmips.zip

        (548,34 kB, 111 mal heruntergeladen, zuletzt: )
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von vento ()

    • Hi Vento,

      vielen Dank für die Dateien. Also entweder ich bin zu blöd oder irgendetwas stimmt damit nicht. Kann diese nicht entpacken. Bekomme mit 7zip einen Fehler.

      Wie hast du diese denn gepackt?

      Danke und VG S

      Hi Vento,

      sorry vergiss es du hast di Dinger gar nicht gepackt :) Mein Fehler also fkt. tatsächlich mit deiner ersten Datei so wie du es beschrieben hast.
      Kannst du mir noch sagen welches IMage du verwendest? Mit dem DVBViewer hackt es etwas manchmal schaltet er nicht (Bild bleibt schwarz) manchmal geht es blitzschnell.

      Hast du Enigma2 auf der Box beendet? (Mit init 4)

      Danke und VG

      S
    • @sunny Nicht entpacken nur umbennen, also ZIP entfernen, datei heisst dann immer minisatip. (POST 6)

      Konnte heute erfolgreich eine MInisatip mit netceiver support kompilieren bin aber noch am testen. Nein habe Enigma nicht beendet. VTI 9.0X (Signatur)

      Hier mal die binaries für vusolo2 /Duo2 minisatip mit netceiver und eine mit netceiver+ci support, siehe {develop} BM2LTS v2.94.4 - Based on Ubuntu 14.04.4 LTS "RC10" - Page 54 - BM2LTS - VDR Portal

      TODO: Starparameter müssten noch erarbeitet werden sowie VLAN (NETCEIVER) fall nötig, Parameter -o

      HABE JETZT EIN BILD habe MINISATIP SERVER MIT VUPLUS : START MI minisatip -f -l
      Spoiler anzeigen


      login as: root
      vuplus-support.org
      home of


      /$$ /$$ /$$$$$$$$ /$$
      | $$ | $$|__ $$__/|__/
      | $$ | $$ | $$ /$$
      | $$ / $$/ | $$ | $$
      \ $$ $$/ | $$ | $$
      \ $$$/ | $$ | $$
      \ $/ | $$ | $$
      \_/ |__/ |__/


      Welcome on your Vu+ !

      root@vusolo2:~# minisatip -f -l
      [09/06 14:49:51.060 main]: minisatip version 0.5.53, compiled with s2api version: 0504
      [09/06 14:49:51.062 main]: Built with dvbcsa
      [09/06 14:49:51.062 main]: Built with CI
      [09/06 14:49:51.062 main]: Built with dvbapi
      [09/06 14:49:51.063 main]: Built with AES (OpenSSL)
      [09/06 14:49:51.063 main]: Built with tables processing
      [09/06 14:49:51.063 main]: Built with satip client
      [09/06 14:49:51.063 main]: Built with linux dvb client
      [09/06 14:49:51.063 main]: Built with backtrace
      [09/06 14:49:51.063 main]: Built with netceiver
      [09/06 14:49:51.068 main]: New UDP socket 3 bound to 0.0.0.0:1900
      [09/06 14:49:51.069 main]: setting multicast for 239.255.255.250
      [09/06 14:49:51.069 main]: New UDP socket 4 bound to 239.255.255.250:1900
      [09/06 14:49:51.071 main]: Mutex init 0x469020
      [09/06 14:49:51.072 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46c488
      [09/06 14:49:51.073 main]: Mutex init 0x46c490
      [09/06 14:49:51.073 main]: sockets_add: handle 3 (type 0) returning socket index 0 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:49:51.073 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46c8c8
      [09/06 14:49:51.073 main]: Mutex init 0x46c8d0
      [09/06 14:49:51.074 main]: sockets_add: handle 4 (type 0) returning socket index 1 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:49:51.074 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46c988
      [09/06 14:49:51.075 main]: Mutex init 0x46c990
      [09/06 14:49:51.075 main]: sockets_add: handle 5 (type 2) returning socket index 2 [0.0.0.0:0] read: 0x40c9f8
      [09/06 14:49:51.075 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46ca48
      [09/06 14:49:51.076 main]: Mutex init 0x46ca50
      [09/06 14:49:51.076 main]: sockets_add: handle 6 (type 2) returning socket index 3 [0.0.0.0:0] read: 0x40c9f8
      [09/06 14:49:51.076 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46cb08
      [09/06 14:49:51.076 main]: Mutex init 0x46cb10
      [09/06 14:49:51.077 main]: sockets_add: handle -2 (type 0) returning socket index 4 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:49:51.077 main]: set_socket_thread: thread 76a533d0 for sockets 4
      [09/06 14:49:51.077 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46cc60
      [09/06 14:49:51.077 main]: Mutex init 0x46cc68
      [09/06 14:49:51.078 main]: sockets_add: handle -2 (type 0) returning socket index 5 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:49:51.078 main]: set_socket_thread: thread 76a533d0 for sockets 5
      [09/06 14:49:51.078 signal]: Starting select_and_execute on thread ID 76a533d0, thread_name signal
      [09/06 14:49:51.080 main]: Mutex init 0x46b3d0
      [09/06 14:49:51.082 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x46cd20
      [09/06 14:49:51.082 main]: Mutex init 0x46cd28
      [09/06 14:49:51.082 main]: sockets_add: handle -2 (type 0) returning socket index 6 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:49:51.082 main]: Mutex init 0x46acd8
      [09/06 14:49:51.083 main]: starting init_all_hw 0
      [09/06 14:49:51.083 main]: Mutex init 0x469230
      [09/06 14:49:51.086 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x46cde0
      [09/06 14:49:51.086 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x46dbe8
      [09/06 14:49:51.086 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x46e9f0
      [09/06 14:49:51.087 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x46f7f8
      [09/06 14:49:51.087 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x470600
      [09/06 14:49:51.088 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x471408
      [09/06 14:49:51.088 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x472210
      [09/06 14:49:51.088 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x473018
      [09/06 14:49:51.088 main]: adapter.c:60 allocation_wrapper malloc allocated 3584 bytes at 0x473e20
      [09/06 14:49:51.096 main]: Mutex init 0x46cde8
      [09/06 14:49:51.097 main]: trying to open [0] adapter 0 and frontend 0
      [09/06 14:49:51.147 main]: opened DVB adapter 0 fe:7 dvr:8
      [09/06 14:49:51.149 main]: DVR buffer set to 5775360 bytes
      [09/06 14:49:51.150 main]: adapter.c:209 allocation_wrapper malloc allocated 25014 bytes at 0x474c28
      [09/06 14:49:51.151 main]: deleting pids on adapter 0, sid -1, pids=NULL
      [09/06 14:49:51.153 main]: clearing type and pat processed for adapter 0
      [09/06 14:49:51.154 main]: Detected adapter 0 handle 7 DVB Card Name: BCM7346 FE
      [09/06 14:49:51.154 main]: Detected delivery system for adapter 0: dvbs [5]
      [09/06 14:49:51.155 main]: Detected delivery system for adapter 0: dvbs2 [6]
      [09/06 14:49:51.155 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x47ade8
      [09/06 14:49:51.155 main]: Mutex init 0x47adf0
      [09/06 14:49:51.155 main]: sockets_add: handle 8 (type 5) returning socket index 7 [0.0.0.0:0] read: 0x40cb74
      [09/06 14:49:51.155 main]: set_socket_thread: thread 760ff3d0 for sockets 7
      [09/06 14:49:51.156 main]: pthread_setschedparam failed with error 22
      [09/06 14:49:51.156 AD0]: Starting select_and_execute on thread ID 760ff3d0, thread_name AD0
      [09/06 14:49:51.157 main]: ca.c:535 allocation_wrapper malloc allocated 68 bytes at 0x46c548
      [09/06 14:49:57.222 main]: initializing CA, fd 9 type 1 flags 0x0, after 6065 ms
      [09/06 14:49:57.222 main]: incompatible CA interface
      [09/06 14:49:57.222 main]: done opening adapter 0 delivery systems: dvbs dvbs2 undefined undefined
      [09/06 14:49:57.222 main]: Mutex init 0x46dbf0
      [09/06 14:49:57.222 main]: trying to open [1] adapter 0 and frontend 1
      [09/06 14:49:57.223 main]: opened DVB adapter 1 fe:9 dvr:10
      [09/06 14:49:57.225 main]: DVR buffer set to 5775360 bytes
      [09/06 14:49:57.225 main]: adapter.c:209 allocation_wrapper malloc allocated 25014 bytes at 0x47af40
      [09/06 14:49:57.225 main]: deleting pids on adapter 1, sid -1, pids=NULL
      [09/06 14:49:57.226 main]: clearing type and pat processed for adapter 1
      [09/06 14:49:57.226 main]: Detected adapter 1 handle 9 DVB Card Name: BCM7346 FE
      [09/06 14:49:57.226 main]: Detected delivery system for adapter 1: dvbs [5]
      [09/06 14:49:57.227 main]: Detected delivery system for adapter 1: dvbs2 [6]
      [09/06 14:49:57.227 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x481100
      [09/06 14:49:57.227 main]: Mutex init 0x481108
      [09/06 14:49:57.227 main]: sockets_add: handle 10 (type 5) returning socket index 8 [0.0.0.0:0] read: 0x40cb74
      [09/06 14:49:57.228 main]: set_socket_thread: thread 756ff3d0 for sockets 8
      [09/06 14:49:57.228 main]: pthread_setschedparam failed with error 22
      [09/06 14:49:57.228 main]: ca.c:535 allocation_wrapper malloc allocated 68 bytes at 0x481258
      [09/06 14:49:57.228 AD1]: Starting select_and_execute on thread ID 756ff3d0, thread_name AD1
      [09/06 14:50:03.294 main]: initializing CA, fd 11 type 1 flags 0x0, after 6067 ms
      [09/06 14:50:03.294 main]: incompatible CA interface
      [09/06 14:50:03.295 main]: done opening adapter 1 delivery systems: dvbs dvbs2 undefined undefined
      [09/06 14:50:03.295 main]: Mutex init 0x46e9f8
      [09/06 14:50:03.295 main]: trying to open [2] adapter 0 and frontend 2
      [09/06 14:50:03.296 main]: opened DVB adapter 2 fe:11 dvr:12
      [09/06 14:50:03.297 main]: DVR buffer set to 5775360 bytes
      [09/06 14:50:03.297 main]: adapter.c:209 allocation_wrapper malloc allocated 25014 bytes at 0x4812a0
      [09/06 14:50:03.297 main]: deleting pids on adapter 2, sid -1, pids=NULL
      [09/06 14:50:03.298 main]: clearing type and pat processed for adapter 2
      [09/06 14:50:03.298 main]: Detected adapter 2 handle 11 DVB Card Name: SAT>IP DVB-S2 VTUNER
      [09/06 14:50:03.298 main]: Detected delivery system for adapter 2: dvbs [5]
      [09/06 14:50:03.298 main]: Detected delivery system for adapter 2: dvbs2 [6]
      [09/06 14:50:03.298 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x487460
      [09/06 14:50:03.298 main]: Mutex init 0x487468
      [09/06 14:50:03.298 main]: sockets_add: handle 12 (type 5) returning socket index 9 [0.0.0.0:0] read: 0x40cb74
      [09/06 14:50:03.299 main]: set_socket_thread: thread 74eff3d0 for sockets 9
      [09/06 14:50:03.299 main]: pthread_setschedparam failed with error 22
      [09/06 14:50:03.299 main]: ca.c:535 allocation_wrapper malloc allocated 68 bytes at 0x4875b8
      [09/06 14:50:03.299 AD2]: Starting select_and_execute on thread ID 74eff3d0, thread_name AD2
      [09/06 14:50:09.367 main]: initializing CA, fd 13 type 1 flags 0x0, after 6068 ms
      [09/06 14:50:09.367 main]: incompatible CA interface
      [09/06 14:50:09.367 main]: done opening adapter 2 delivery systems: dvbs dvbs2 undefined undefined
      [09/06 14:50:09.367 main]: Mutex init 0x46f800
      [09/06 14:50:09.367 main]: trying to open [3] adapter 0 and frontend 3
      [09/06 14:50:09.368 main]: Could not open /dev/dvb/adapter0/frontend3 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.417 main]: Failed to init device 3 with return value 1
      [09/06 14:50:09.418 main]: Mutex init 0x470608
      [09/06 14:50:09.418 main]: trying to open [4] adapter 0 and frontend 4
      [09/06 14:50:09.419 main]: Could not open /dev/dvb/adapter0/frontend4 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.419 main]: Failed to init device 4 with return value 1
      [09/06 14:50:09.420 main]: Mutex init 0x471410
      [09/06 14:50:09.420 main]: trying to open [5] adapter 0 and frontend 5
      [09/06 14:50:09.421 main]: Could not open /dev/dvb/adapter0/frontend5 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.422 main]: Failed to init device 5 with return value 1
      [09/06 14:50:09.422 main]: Mutex init 0x472218
      [09/06 14:50:09.422 main]: trying to open [6] adapter 0 and frontend 6
      [09/06 14:50:09.423 main]: Could not open /dev/dvb/adapter0/frontend6 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.424 main]: Failed to init device 6 with return value 1
      [09/06 14:50:09.424 main]: Mutex init 0x473020
      [09/06 14:50:09.424 main]: trying to open [7] adapter 0 and frontend 7
      [09/06 14:50:09.425 main]: Could not open /dev/dvb/adapter0/frontend7 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.425 main]: Failed to init device 7 with return value 1
      [09/06 14:50:09.425 main]: Mutex init 0x473e28
      [09/06 14:50:09.426 main]: trying to open [8] adapter 0 and frontend 8
      [09/06 14:50:09.426 main]: Could not open /dev/dvb/adapter0/frontend8 in RW mode (fe: -1, dvr: 13)
      [09/06 14:50:09.427 main]: Failed to init device 8 with return value 1
      [09/06 14:50:09.427 main]: done init_hw 0
      [09/06 14:50:09.427 main]: FE 1 mapped to Adapter 0, sys dvbs2
      [09/06 14:50:09.427 main]: FE 2 mapped to Adapter 1, sys dvbs2
      [09/06 14:50:09.428 main]: FE 3 mapped to Adapter 2, sys dvbs2
      [09/06 14:50:09.428 main]: Initializing with 3 devices
      [09/06 14:50:09.428 main]: Starting select_and_execute on thread ID 77099000, thread_name main
      [09/06 14:50:09.435 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x487600
      [09/06 14:50:09.435 main]: Mutex init 0x487608
      [09/06 14:50:09.435 main]: sockets_add: handle 14 (type 1) returning socket index 10 [192.168.1.254:14007] read: 0x40cb74
      [09/06 14:50:09.436 main]: minisatip.c:933 allocation_wrapper malloc allocated 4000 bytes at 0x4876c0
      [09/06 14:50:09.438 main]: read HTTP from 14 sid: -1:
      [09/06 14:50:09.439 main]: reply -> 14 (192.168.1.254:14007) CL:1205 [sock_id 10]:
      [09/06 14:50:09.441 main]: select_and_execute[10]: Close on socket 14 (sid:-1) from 192.168.1.254:14007 - type http errno 0
      [09/06 14:50:09.441 main]: sockets_del: 10 -> handle 14, sid -1
      [09/06 14:50:09.442 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:50:09.442 main]: minisatip.c:1053 allocation_wrapper free called with argument 0x4876c0
      [09/06 14:50:09.442 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:50:09.443 main]: closing stream -1
      [09/06 14:50:09.444 main]: sockets_del: 10 Last open socket is at index 9 current_handle 14
      [09/06 14:50:09.444 main]: Delete socket 10 done: sid -1
      [09/06 14:50:09.932 main]: Mutex init 0x487608
      [09/06 14:50:09.932 main]: sockets_add: handle 14 (type 1) returning socket index 10 [192.168.1.71:49577] read: 0x40cb74
      [09/06 14:50:09.932 main]: read HTTP from 14 sid: -1:
      [09/06 14:50:09.932 main]: reply -> 14 (192.168.1.71:49577) CL:1205 [sock_id 10]:
      [09/06 14:50:09.934 main]: select_and_execute[10]: Close on socket 14 (sid:-1) from 192.168.1.71:49577 - type http errno 0
      [09/06 14:50:09.934 main]: sockets_del: 10 -> handle 14, sid -1
      [09/06 14:50:09.934 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:50:09.934 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:50:09.934 main]: closing stream -1
      [09/06 14:50:09.934 main]: sockets_del: 10 Last open socket is at index 9 current_handle 14
      [09/06 14:50:09.935 main]: Delete socket 10 done: sid -1
      [09/06 14:50:10.098 main]: Mutex init 0x487608
      [09/06 14:50:10.098 main]: sockets_add: handle 14 (type 1) returning socket index 10 [192.168.1.216:61759] read: 0x40cb74
      [09/06 14:50:10.098 main]: read HTTP from 14 sid: -1:
      [09/06 14:50:10.098 main]: reply -> 14 (192.168.1.216:61759) CL:1205 [sock_id 10]:
      [09/06 14:50:10.102 main]: select_and_execute[10]: Close on socket 14 (sid:-1) from 192.168.1.216:61759 - type http errno 0
      [09/06 14:50:10.102 main]: sockets_del: 10 -> handle 14, sid -1
      [09/06 14:50:10.102 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:50:10.102 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:50:10.102 main]: closing stream -1
      [09/06 14:50:10.102 main]: sockets_del: 10 Last open socket is at index 9 current_handle 14
      [09/06 14:50:10.103 main]: Delete socket 10 done: sid -1
      [09/06 14:50:11.090 main]: Mutex init 0x487608
      [09/06 14:50:11.090 main]: sockets_add: handle 14 (type 1) returning socket index 10 [192.168.1.71:49578] read: 0x40cb74
      [09/06 14:50:11.090 main]: read HTTP from 14 sid: -1:
      [09/06 14:50:11.090 main]: reply -> 14 (192.168.1.71:49578) CL:1205 [sock_id 10]:
      [09/06 14:50:11.091 main]: select_and_execute[10]: Close on socket 14 (sid:-1) from 192.168.1.71:49578 - type http errno 0
      [09/06 14:50:11.091 main]: sockets_del: 10 -> handle 14, sid -1
      [09/06 14:50:11.091 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:50:11.091 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:50:11.092 main]: closing stream -1
      [09/06 14:50:11.092 main]: sockets_del: 10 Last open socket is at index 9 current_handle 14
      [09/06 14:50:11.092 main]: Delete socket 10 done: sid -1
      [09/06 14:50:51.251 AD0]: Requested adapter 0 close due to timeout, result 1 max_rtime 0
      [09/06 14:50:51.251 AD0]: sockets_del: 7 -> handle 8, sid 0
      [09/06 14:50:51.251 AD0]: closing DVR socket -1 pos 7 aid 0
      [09/06 14:50:51.251 AD0]: closing adapter 0 -> fe:7 dvr:8
      [09/06 14:50:51.251 AD0]: adapter.c:775: get_adapter returns NULL for adapter_id 0
      [09/06 14:50:51.251 AD0]: adapter.c:591: get_adapter returns NULL for adapter_id 0
      [09/06 14:50:51.251 AD0]: done closing adapter 0
      [09/06 14:50:51.252 AD0]: sockets_del: 7 Last open socket is at index 9 current_handle 8
      [09/06 14:50:51.352 AD0]: No enabled sockets for Thread ID 760ff3d0 name AD0 ... exiting
      [09/06 14:50:51.353 AD0]: Mutex init 0x469570
      [09/06 14:50:51.353 AD0]: add_join_thread: pthread 760ff3d0
      [09/06 14:50:52.334 main]: Mutex init 0x47adf0
      [09/06 14:50:52.334 main]: sockets_add: handle 7 (type 1) returning socket index 7 [192.168.1.216:61786] read: 0x40cb74
      [09/06 14:50:52.343 main]: read HTTP from 7 sid: -1:
      [09/06 14:50:52.343 main]: reply -> 7 (192.168.1.216:61786) CL:1205 [sock_id 7]:
      [09/06 14:50:52.347 main]: select_and_execute[7]: Close on socket 7 (sid:-1) from 192.168.1.216:61786 - type http errno 0
      [09/06 14:50:52.347 main]: sockets_del: 7 -> handle 7, sid -1
      [09/06 14:50:52.347 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:50:52.347 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:50:52.347 main]: closing stream -1
      [09/06 14:50:52.347 main]: sockets_del: 7 Last open socket is at index 9 current_handle 7
      [09/06 14:50:52.347 main]: Delete socket 7 done: sid -1
      [09/06 14:50:53.609 main]: Mutex init 0x47adf0
      [09/06 14:50:53.610 main]: sockets_add: handle 7 (type 1) returning socket index 7 [192.168.1.216:61787] read: 0x40cb74
      [09/06 14:50:53.611 main]: minisatip.c:657 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.611 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid -1):
      [09/06 14:50:53.611 main]: minisatip.c:732 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.611 main]: minisatip.c:738 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.611 main]: minisatip.c:1401 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.611 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:50:53.616 main]: minisatip.c:657 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.617 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid -1):
      [09/06 14:50:53.617 main]: detect_dvb_parameters (S)-> src=1&freq=11348&msys=dvbs2&plts=on&fec=23&pol=v&ro=0.35&sr=22000&mtype=8psk&pids=0
      [09/06 14:50:53.618 main]: detect_dvb_parameters (E) -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0 - apids=NULL - dpids=NULL x_pmt=NULL
      [09/06 14:50:53.619 main]: Setup stream -1 parameters, sock_id 7, handle 7
      [09/06 14:50:53.619 main]: stream.c:178 get_sid returns NULL for s_id = -1
      [09/06 14:50:53.619 main]: Mutex init 0x4691f0
      [09/06 14:50:53.620 main]: utils.c:1122 allocation_wrapper malloc allocated 3064 bytes at 0x4876c0
      [09/06 14:50:53.620 main]: Mutex init 0x4876c8
      [09/06 14:50:53.621 main]: set_sock_lock: sock_id 7 locks also mutex 0x4876c8
      [09/06 14:50:53.621 main]: Mutex init 0x487608
      [09/06 14:50:53.622 main]: sockets_add: handle -2 (type 0) returning socket index 10 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:50:53.622 main]: set_sock_lock: sock_id 10 locks also mutex 0x4876c8
      [09/06 14:50:53.622 main]: Setup stream done: sid: 0 for sock 7 handle 7
      [09/06 14:50:53.622 main]: copy_dvb_param start -> src=0, fe=0, freq=0, fec=9, sr=0, pol=0, ro=3, msys=0, mtype=-1, plts=2, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:50:53.623 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:50:53.623 main]: decode_transport ->type 2, ttl 0 new socket to: 192.168.1.216:52042
      [09/06 14:50:53.623 main]: New UDP socket 8 bound to 0.0.0.0:5500
      [09/06 14:50:53.623 main]: New UDP socket 8 connected to 192.168.1.216:52042
      [09/06 14:50:53.623 main]: output socket buffer size for socket 8 is 1048576 bytes
      [09/06 14:50:53.623 main]: New UDP socket 14 bound to 0.0.0.0:5501
      [09/06 14:50:53.624 main]: New UDP socket 14 connected to 192.168.1.216:52043
      [09/06 14:50:53.624 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x4882c0
      [09/06 14:50:53.624 main]: Mutex init 0x4882c8
      [09/06 14:50:53.624 main]: sockets_add: handle 14 (type 6) returning socket index 11 [0.0.0.0:0] read: 0x40cbfc
      [09/06 14:50:53.624 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:50:53.625 main]: ignoring error on sock_id 10 handle -2 type 0 error 9 : Bad file descriptor
      [09/06 14:50:53.629 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:50:53.629 main]: detect_dvb_parameters (S)-> addpids=18
      [09/06 14:50:53.629 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=18 - dpids=NULL x_pmt=NULL
      [09/06 14:50:53.630 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:50:53.630 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:50:53.630 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=18, dpids=NULL x_pmt=NULL
      [09/06 14:50:53.631 main]: Play for stream 0, type 2, rsock 8, adapter -1, sock_id 7 handle 7
      [09/06 14:50:53.631 main]: stream.c:248: get_adapter returns NULL for adapter_id -1
      [09/06 14:50:53.631 main]: get free adapter 0 - a[0] => e:0 m:-1 sid_cnt:0 f:0 pol=0 sys: dvbs dvbs2
      [09/06 14:50:53.631 main]: Mutex init 0x46cde8
      [09/06 14:50:53.631 main]: trying to open [0] adapter 0 and frontend 0
      [09/06 14:50:53.632 main]: opened DVB adapter 0 fe:15 dvr:16
      [09/06 14:50:53.633 main]: DVR buffer set to 5775360 bytes
      [09/06 14:50:53.633 main]: deleting pids on adapter 0, sid -1, pids=NULL
      [09/06 14:50:53.634 main]: clearing type and pat processed for adapter 0
      [09/06 14:50:53.634 main]: utils.c:1122 allocation_wrapper malloc allocated 184 bytes at 0x488380
      [09/06 14:50:53.634 main]: Mutex init 0x488388
      [09/06 14:50:53.634 main]: sockets_add: handle 16 (type 5) returning socket index 12 [0.0.0.0:0] read: 0x40cb74
      [09/06 14:50:53.634 main]: set_socket_thread: thread 760ff3d0 for sockets 12
      [09/06 14:50:53.634 main]: pthread_setschedparam failed with error 22
      [09/06 14:50:53.635 AD0]: Starting select_and_execute on thread ID 760ff3d0, thread_name AD0
      [09/06 14:50:57.324 AD1]: Requested adapter 1 close due to timeout, result 1 max_rtime 0
      [09/06 14:50:57.324 AD1]: sockets_del: 8 -> handle 10, sid 1
      [09/06 14:50:57.324 AD1]: closing DVR socket -1 pos 8 aid 1
      [09/06 14:50:57.324 AD1]: closing adapter 1 -> fe:9 dvr:10
      [09/06 14:50:57.324 AD1]: adapter.c:775: get_adapter returns NULL for adapter_id 1
      [09/06 14:50:57.324 AD1]: adapter.c:591: get_adapter returns NULL for adapter_id 1
      [09/06 14:50:57.324 AD1]: done closing adapter 1
      [09/06 14:50:57.325 AD1]: sockets_del: 8 Last open socket is at index 12 current_handle 10
      [09/06 14:50:57.425 AD1]: No enabled sockets for Thread ID 756ff3d0 name AD1 ... exiting
      [09/06 14:50:57.425 AD1]: add_join_thread: pthread 756ff3d0
      [09/06 14:50:59.701 main]: initializing CA, fd 17 type 1 flags 0x0, after 6067 ms
      [09/06 14:50:59.701 main]: incompatible CA interface
      [09/06 14:50:59.702 main]: done opening adapter 0 delivery systems: dvbs dvbs2 undefined undefined
      [09/06 14:50:59.702 main]: Got adapter 0 on socket 7
      [09/06 14:50:59.702 main]: set adapter 0 for stream 0 m:0 s:1
      [09/06 14:50:59.702 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:0
      [09/06 14:50:59.702 main]: deleting pids on adapter 0, sid -1, pids=NULL
      [09/06 14:50:59.702 main]: clearing type and pat processed for adapter 0
      [09/06 14:50:59.702 main]: copy_dvb_param start -> src=0, fe=0, freq=0, fec=9, sr=0, pol=0, ro=3, msys=0, mtype=-1, plts=2, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:50:59.702 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=18, dpids=NULL x_pmt=NULL
      [09/06 14:50:59.702 main]: deleting pids on adapter 0, sid 0, pids=NULL
      [09/06 14:50:59.702 main]: adding pids to adapter 0, sid 0, pids=0
      [09/06 14:50:59.703 main]: adding pids to adapter 0, sid 0, pids=18
      [09/06 14:50:59.703 main]: set_socket_thread: thread 760ff3d0 for sockets 10
      [09/06 14:50:59.892 main]: tuning to 11348000(1598000) pol: v (1) sr:22000000 fec:23 delsys:dvbs2 mod:8psk rolloff:0.35 pilot:on, ts clear=68633, ts pol=68633
      [09/06 14:50:59.942 main]: setting filter on PID 0 for fd 9
      [09/06 14:50:59.943 main]: setting filter on PID 18 for fd 10
      [09/06 14:50:59.944 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:50:59.944 AD0]: no data sent for more than 1s sid: 0 for 192.168.1.216:52042
      [09/06 14:51:00.260 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:00.261 main]: detect_dvb_parameters (S)-> addpids=6510,6522,0,6500,6530
      [09/06 14:51:00.261 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=6510,6522,0,6500,6530 - dpids=NULL x_pmt=NULL
      [09/06 14:51:00.261 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:00.261 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:00.261 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=6510,6522,0,6500,6530, dpids=NULL x_pmt=NULL
      [09/06 14:51:00.261 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:00.261 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11348000
      [09/06 14:51:00.261 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=6510,6522,0,6500,6530, dpids=NULL x_pmt=NULL
      [09/06 14:51:00.261 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=6510,6522,0,6500,6530, dpids=NULL x_pmt=NULL
      [09/06 14:51:00.262 main]: adding pids to adapter 0, sid 0, pids=6510,6522,0,6500,6530
      [09/06 14:51:00.262 main]: found already existing pid 0 flags 1
      [09/06 14:51:00.262 main]: not tuning for SID 0 (do_tune=0, master_sid=0)
      [09/06 14:51:00.262 main]: setting filter on PID 6510 for fd 17
      [09/06 14:51:00.263 main]: setting filter on PID 6522 for fd 18
      [09/06 14:51:00.263 main]: setting filter on PID 6500 for fd 19
      [09/06 14:51:00.264 main]: setting filter on PID 6530 for fd 20
      [09/06 14:51:00.264 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:00.458 AD0]: Start streaming for stream 0, len 1316 to handle 8 => 192.168.1.216:52042
      [09/06 14:51:01.189 signal]: BW 1503KB/s, Total BW: 1 MB, ns/read 430, r: 61, tt: 26 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:02.190 signal]: BW 2173KB/s, Total BW: 3 MB, ns/read 417, r: 88, tt: 36 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:03.192 signal]: get_signal_new took 0 ms for adapter 0 handle 15 (status: 31, ber: 0, strength:222, snr: 255, max_strength: 56986, max_snr: 65535 0)
      [09/06 14:51:03.192 signal]: BW 1989KB/s, Total BW: 5 MB, ns/read 414, r: 81, tt: 33 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:03.392 AD2]: Requested adapter 2 close due to timeout, result 1 max_rtime 0
      [09/06 14:51:03.392 AD2]: sockets_del: 9 -> handle 12, sid 2
      [09/06 14:51:03.392 AD2]: closing DVR socket -1 pos 9 aid 2
      [09/06 14:51:03.393 AD2]: closing adapter 2 -> fe:11 dvr:12
      [09/06 14:51:03.393 AD2]: adapter.c:775: get_adapter returns NULL for adapter_id 2
      [09/06 14:51:03.393 AD2]: adapter.c:591: get_adapter returns NULL for adapter_id 2
      [09/06 14:51:03.393 AD2]: done closing adapter 2
      [09/06 14:51:03.394 AD2]: sockets_del: 9 Last open socket is at index 12 current_handle 12
      [09/06 14:51:03.494 AD2]: No enabled sockets for Thread ID 74eff3d0 name AD2 ... exiting
      [09/06 14:51:03.494 AD2]: add_join_thread: pthread 74eff3d0
      [09/06 14:51:04.194 signal]: BW 1872KB/s, Total BW: 7 MB, ns/read 406, r: 76, tt: 30 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:05.196 signal]: BW 1547KB/s, Total BW: 9 MB, ns/read 403, r: 63, tt: 25 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:06.199 signal]: BW 1897KB/s, Total BW: 10 MB, ns/read 403, r: 77, tt: 31 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:07.201 signal]: BW 1527KB/s, Total BW: 12 MB, ns/read 398, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:08.203 signal]: BW 1503KB/s, Total BW: 14 MB, ns/read 392, r: 61, tt: 23 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:09.205 signal]: BW 1527KB/s, Total BW: 15 MB, ns/read 390, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:10.207 signal]: BW 1503KB/s, Total BW: 17 MB, ns/read 397, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:11.209 signal]: BW 1527KB/s, Total BW: 18 MB, ns/read 405, r: 62, tt: 25 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:12.211 signal]: BW 1527KB/s, Total BW: 20 MB, ns/read 429, r: 62, tt: 26 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:13.213 signal]: BW 1897KB/s, Total BW: 21 MB, ns/read 414, r: 77, tt: 31 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:14.214 signal]: BW 1503KB/s, Total BW: 23 MB, ns/read 399, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:15.129 main]: Mutex init 0x481108
      [09/06 14:51:15.130 main]: sockets_add: handle 11 (type 1) returning socket index 8 [192.168.1.216:61790] read: 0x40cb74
      [09/06 14:51:15.130 main]: read HTTP from 11 sid: -1:
      [09/06 14:51:15.130 main]: reply -> 11 (192.168.1.216:61790) CL:1205 [sock_id 8]:
      [09/06 14:51:15.135 main]: select_and_execute[8]: Close on socket 11 (sid:-1) from 192.168.1.216:61790 - type http errno 0
      [09/06 14:51:15.135 main]: sockets_del: 8 -> handle 11, sid -1
      [09/06 14:51:15.135 main]: minisatip.c:1051 get_sid returns NULL for s_id = -1
      [09/06 14:51:15.135 main]: Requested stream close -1 timeout -1 type -1
      [09/06 14:51:15.135 main]: closing stream -1
      [09/06 14:51:15.135 main]: sockets_del: 8 Last open socket is at index 12 current_handle 11
      [09/06 14:51:15.135 main]: Delete socket 8 done: sid -1
      [09/06 14:51:15.216 signal]: BW 1897KB/s, Total BW: 25 MB, ns/read 398, r: 77, tt: 30 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:16.218 signal]: BW 1897KB/s, Total BW: 27 MB, ns/read 391, r: 77, tt: 30 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:17.220 signal]: BW 1527KB/s, Total BW: 28 MB, ns/read 402, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:18.222 signal]: BW 1503KB/s, Total BW: 30 MB, ns/read 395, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:19.224 signal]: BW 1158KB/s, Total BW: 31 MB, ns/read 396, r: 47, tt: 18 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:20.226 signal]: BW 1503KB/s, Total BW: 32 MB, ns/read 403, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:21.228 signal]: BW 1527KB/s, Total BW: 34 MB, ns/read 394, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:22.230 signal]: BW 1503KB/s, Total BW: 35 MB, ns/read 404, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:23.232 signal]: BW 1527KB/s, Total BW: 37 MB, ns/read 395, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:24.234 signal]: BW 1527KB/s, Total BW: 39 MB, ns/read 391, r: 62, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:25.236 signal]: BW 1503KB/s, Total BW: 40 MB, ns/read 397, r: 61, tt: 24 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:26.238 signal]: BW 1897KB/s, Total BW: 42 MB, ns/read 393, r: 77, tt: 30 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:27.240 signal]: BW 1897KB/s, Total BW: 44 MB, ns/read 400, r: 77, tt: 30 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:27.269 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:27.269 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:27.380 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:27.381 main]: detect_dvb_parameters (S)-> delpids=6510,6522,0,6500,6530
      [09/06 14:51:27.381 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=NULL - dpids=6510,6522,0,6500,6530 x_pmt=NULL
      [09/06 14:51:27.381 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:27.381 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.381 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=6510,6522,0,6500,6530 x_pmt=NULL
      [09/06 14:51:27.381 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:27.381 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11348000
      [09/06 14:51:27.381 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=6510, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.381 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=6510,6522,0,6500,6530 x_pmt=NULL
      [09/06 14:51:27.381 main]: deleting pids on adapter 0, sid 0, pids=6510,6522,0,6500,6530
      [09/06 14:51:27.381 main]: not tuning for SID 0 (do_tune=0, master_sid=0)
      [09/06 14:51:27.381 main]: clearing filter on PID 6510 FD 17
      [09/06 14:51:27.381 main]: clearing filter on PID 6522 FD 18
      [09/06 14:51:27.382 main]: clearing filter on PID 6530 FD 20
      [09/06 14:51:27.382 main]: clearing filter on PID 0 FD 9
      [09/06 14:51:27.382 main]: clearing filter on PID 6500 FD 19
      [09/06 14:51:27.382 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:27.479 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:27.479 main]: detect_dvb_parameters (S)-> delpids=18
      [09/06 14:51:27.479 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=NULL - dpids=18 x_pmt=NULL
      [09/06 14:51:27.479 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:27.479 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.479 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=18 x_pmt=NULL
      [09/06 14:51:27.479 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:27.479 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11348000
      [09/06 14:51:27.479 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=18 x_pmt=NULL
      [09/06 14:51:27.479 main]: copy_dvb_parameters -> src=1, fe=0, freq=11348000, fec=2 sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=18 x_pmt=NULL
      [09/06 14:51:27.479 main]: deleting pids on adapter 0, sid 0, pids=18
      [09/06 14:51:27.479 main]: not tuning for SID 0 (do_tune=0, master_sid=0)
      [09/06 14:51:27.529 main]: clearing filter on PID 18 FD 10
      [09/06 14:51:27.530 main]: clearing type and pat processed for adapter 0
      [09/06 14:51:27.530 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:27.543 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:27.543 main]: detect_dvb_parameters (S)-> src=1&freq=11494&msys=dvbs2&plts=on&fec=23&pol=h&ro=0.35&sr=22000&mtype=8psk&pids=0
      [09/06 14:51:27.543 main]: detect_dvb_parameters (E) -> src=1, fe=0, freq=11494000, fec=2, sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0 - apids=NULL - dpids=NULL x_pmt=NULL
      [09/06 14:51:27.543 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:27.543 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.543 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.543 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:27.543 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11348000
      [09/06 14:51:27.543 main]: deleting pids on adapter 0, sid -1, pids=NULL
      [09/06 14:51:27.543 main]: clearing type and pat processed for adapter 0
      [09/06 14:51:27.543 main]: copy_dvb_param start -> src=1, fe=0, freq=11348000, fec=2, sr=22000000, pol=1, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=18 x_pmt=NULL
      [09/06 14:51:27.544 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.544 main]: deleting pids on adapter 0, sid 0, pids=NULL
      [09/06 14:51:27.544 main]: adding pids to adapter 0, sid 0, pids=0
      [09/06 14:51:27.759 main]: tuning to 11494000(1744000) pol: h (2) sr:22000000 fec:23 delsys:dvbs2 mod:8psk rolloff:0.35 pilot:on, ts clear=96473, ts pol=96473
      [09/06 14:51:27.809 main]: setting filter on PID 0 for fd 9
      [09/06 14:51:27.810 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:27.814 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:27.814 main]: detect_dvb_parameters (S)-> addpids=18
      [09/06 14:51:27.814 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=18 - dpids=NULL x_pmt=NULL
      [09/06 14:51:27.814 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:27.814 main]: copy_dvb_param start -> src=1, fe=0, freq=11494000, fec=2, sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.814 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=18, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.814 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:27.814 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11494000
      [09/06 14:51:27.815 main]: copy_dvb_param start -> src=1, fe=0, freq=11494000, fec=2, sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=0, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.815 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=18, dpids=NULL x_pmt=NULL
      [09/06 14:51:27.815 main]: adding pids to adapter 0, sid 0, pids=18
      [09/06 14:51:27.815 main]: not tuning for SID 0 (do_tune=0, master_sid=0)
      [09/06 14:51:27.815 main]: setting filter on PID 18 for fd 10
      [09/06 14:51:27.815 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:28.085 main]: read RTSP (from handle 7 sock_id 7, len: 0, sid 0):
      [09/06 14:51:28.085 main]: detect_dvb_parameters (S)-> addpids=5101,5102,0,5100,5104
      [09/06 14:51:28.085 main]: detect_dvb_parameters (E) -> src=-1, fe=-1, freq=-1, fec=-1, sr=-1, pol=-1, ro=-1, msys=-1, mtype=-1, plts=-1, bw=-1, inv=-1, pids=NULL - apids=5101,5102,0,5100,5104 - dpids=NULL x_pmt=NULL
      [09/06 14:51:28.085 main]: Setup stream 0 parameters, sock_id 7, handle 7
      [09/06 14:51:28.085 main]: copy_dvb_param start -> src=1, fe=0, freq=11494000, fec=2, sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=NULL, dpids=NULL x_pmt=NULL
      [09/06 14:51:28.086 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=5101,5102,0,5100,5104, dpids=NULL x_pmt=NULL
      [09/06 14:51:28.086 main]: Play for stream 0, type 2, rsock 8, adapter 0, sock_id 7 handle 7
      [09/06 14:51:28.087 main]: setting DVB parameters for adapter 0 - master_sid 0 sid 0 old f:11494000
      [09/06 14:51:28.087 main]: copy_dvb_param start -> src=1, fe=0, freq=11494000, fec=2, sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=5101,5102,0,5100,5104, dpids=NULL x_pmt=NULL
      [09/06 14:51:28.087 main]: copy_dvb_parameters -> src=1, fe=0, freq=11494000, fec=2 sr=22000000, pol=2, ro=0, msys=6, mtype=9, plts=0, bw=8000000, inv=2, pids=NULL, apids=5101,5102,0,5100,5104, dpids=NULL x_pmt=NULL
      [09/06 14:51:28.088 main]: adding pids to adapter 0, sid 0, pids=5101,5102,0,5100,5104
      [09/06 14:51:28.088 main]: found already existing pid 0 flags 1
      [09/06 14:51:28.088 main]: not tuning for SID 0 (do_tune=0, master_sid=0)
      [09/06 14:51:28.089 main]: setting filter on PID 5101 for fd 11
      [09/06 14:51:28.089 main]: setting filter on PID 5102 for fd 12
      [09/06 14:51:28.090 main]: setting filter on PID 5100 for fd 17
      [09/06 14:51:28.090 main]: setting filter on PID 5104 for fd 18
      [09/06 14:51:28.090 main]: reply -> 7 (192.168.1.216:61787) CL:0 [sock_id 7]:
      [09/06 14:51:28.304 AD0]: Start streaming for stream 0, len 1316 to handle 8 => 192.168.1.216:52042
      [09/06 14:51:29.243 signal]: BW 1897KB/s, Total BW: 46 MB, ns/read 429, r: 77, tt: 33 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:30.244 signal]: BW 1872KB/s, Total BW: 48 MB, ns/read 415, r: 76, tt: 31 ms, n: 0 (s: 0 ms, s_cnt 0)
      [09/06 14:51:31.246 signal]: get_signal_new took 1 ms for adapter 0 handle 15 (status: 31, ber: 0, strength:233, snr: 255, max_strength: 59836, max_snr: 65535 0)


      DATEI entzippen, dann mal eine der 2 Versionen auprobieren /USR/BIN schieben ausführbar machen. Dann per Konsole Befehl starten.

      Hoffe dann auf inputs
      Grüsse

      Bitte derartig lange Logs immer im Spoiler posten..

      Vento
      Dateien
      • minisatip.zip

        (429,2 kB, 165 mal heruntergeladen, zuletzt: )
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von hgdo ()

    • Hi Vento,

      danke für deine Mühen aber leider klappt deine Binary auf meiner SoloSE nicht,


      Quellcode

      1. root@vusolose:/usr/bin# init 4
      2. root@vusolose:/usr/bin# minisatipci -f -l
      3. -sh: /usr/bin/minisatipci: cannot execute binary file: Exec format error
      4. root@vusolose:/usr/bin#
      Die anderen Binaries die du zur Verfügung gestellt hast klappen alle nur dieses nicht weder auf der VU+ noch auf der Gigablue (Hab inzwischen eine Testbox hier)

      Viele Grüße

      S
    • Hi,
      musst den namen in minisatip ändern, minisatipci ist sicher falsch. Läuft bei mir aber greift noch auf den internen Tuner, vermutlich muss man noch das VLAN auf busybox einrichten da mein externer netceiver auf VLAN2 läuft.
      habe mal mit vconfig versucht. bekomme aber einen Fehler wenn ich es versuche zu erstellen

      Quellcode

      1. root@vusolo2:~# vconfig add eth0 2 vconfig: ioctl error for add: Package not installed
      Dann noch die richtigen Startparameter für Minisatip.

      Spoiler anzeigen
      Auf Vdr wäre es:
      apt-get install vlan
      modprobe 8021q
      echo 8021q >>/etc/modules
      vconfig add eth0 2

      /etc/network/interfaces folgendes:
      auto eth0.2
      iface eth0.2 inet static
      address 10.0.0.1
      netmask 255.255.255.0
      vlan_raw_device eth0

      Busybox ist wohl etwas anders.


      Grüsse

      Vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von vento () aus folgendem Grund: Spoiler

    • Hi Vento,

      Quellcode

      1. -sh: /usr/bin/minisatipci: cannot execute binary file: Exec format error


      Die Binaray hat einen Fehler - siehe Code. Das hat nichts mit dem Dateinamen des MinisatIP Servers zu tun.

      Habe nur auf Minisatipci umbenannt da ich mehrere Versionen auf der Box habe. Kann diese auch jederzeit wieder auf Minisatip ändern desswegewn bekomme ich trotzdem noch diesen Fehler.
      Und wie oben beschrieben laufen alle anderen VErsionen unabhängig vom Dateinamen.

      Kannst du deine Binary vielleicht nochmals anhängen vielleicht ist etwas beim Upload schief gelaufen. Mir fällt auch auf dass deine aktuelle ca. 100KB kleiner ist als alle Anderen.

      Danke und Viele GRüße

      S
    • @sunny25a : hast Du die binaries entpack (7Zip)? habe diese wieder runtergeladen, entzipt eine hat 566 Kb(netceiver support) und die ci und netceiver support hat 595 Kb, beide gehen, bzw teilen mit den Startparameter im obigen Post die verfügbaren Tuner.Damit Netceiver gefunden wird müssen noch die richtigen Startbefehle gegeben werden und VLAN eingerichtet werden. Siehe Spoiler

      Grüsse
      Vento
      Spoiler anzeigen
      root@vusolo2:~# minisatip -h
      minisatip version 0.5.53, compiled with s2api version: 0504
      [10/06 18:13:45.949 main]: Built with dvbcsa
      [10/06 18:13:45.949 main]: Built with CI
      [10/06 18:13:45.950 main]: Built with dvbapi
      [10/06 18:13:45.950 main]: Built with AES (OpenSSL)
      [10/06 18:13:45.950 main]: Built with tables processing
      [10/06 18:13:45.950 main]: Built with satip client
      [10/06 18:13:45.950 main]: Built with linux dvb client
      [10/06 18:13:45.950 main]: Built with backtrace
      [10/06 18:13:45.950 main]: Built with netceiver
      ./minisatip [-[fgltz]] [-a x:y:z] [-b X:Y] [-c X] [-d A:C-U ] [-D device_id] [-e X-Y,Z] [-i prio]
      [-[uj] A1:S1-F1[-PIN]] [-m mac][-o oscam_host:dvbapi_port] [-p public_host] [-r remote_rtp_host]
      [-R document_root] [-s [DELSYS:]host[:port] [-u A1:S1-F1[-PIN]] [-w http_server[:port]]
      [-x http_port] [-X xml_path] [-y rtsp_port]
      Help
      -------
      * -a x:y:z simulate x DVB-S2, y DVB-T2 and z DVB-C adapters on this box (0 means auto-detect)
      * eg: -a 1:2:3
      - it will report 1 dvb-s2 device, 2 dvb-t2 devices and 3 dvb-c devices
      * -b --buffers X:Y : set the app adapter buffer to X Bytes (default: 25004) and set the kernel DVB buffer to Y Bytes (default: 5775360) - both multiple of 188
      * eg: -b 18800:18988
      * -c X: bandwidth capping for the output to the network [default: unlimited]
      * eg: -c 2048 (does not allow minisatip to send more than 2048KB/s to all remote servers)
      * -d --diseqc ADAPTER1:COMMITTED1-UNCOMMITTED1[,ADAPTER2:COMMITTED2-UNCOMMITTED2[,...]
      * The first argument is the adapter number, second is the number of committed packets to send to a Diseqc 1.0 switch, third the number of uncommitted commands to sent to a Diseqc 1.1 switch
      The higher number between the committed and uncommitted will be sent first.
      * eg: -d 0:1-0 (which is the default for each adapter).
      - note: * as adapter means apply to all adapters
      - note: * before committed number enables fast-switch (only voltage/tone)
      * -q --diseqc-timing ADAPTER1:BEFORE_CMD1-AFTER_CMD1-AFTER_REPEATED_CMD1-AFTER_SWITCH1-AFTER_BURST1-AFTER_TONE1[,...]
      * All timing values are in ms, default adapter values are: 15-54-15-15-15-0
      - note: * as adapter means apply to all adapters
      * -D --device-id DVC_ID: specify the device id (in case there are multiple SAT>IP servers in the network)
      * eg: -D 4
      * -Y --delsys ADAPTER1:DELIVERY_SYSTEM1[,ADAPTER2:DELIVERY_SYSTEM2[,..]] - specify the delivery system of the adapters
      * eg: --delsys 1:dvbt,2:dvbs
      - specifies adapter 1 as a DVBT device, adapter 2 as DVB-S, which overrides the system detection of the adapter
      * --dmx-source ADAPTER1:FRONTENDX - specifies the frontend number specified as argument for DMX_SET_SOURCE
      * eg: --dmx-source 0:1 - enables DMX_SET_SOURCE ioctl call with parameter 1 for adapter 0
      * -e --enable-adapters list_of_enabled adapters: enable only specified adapters
      * eg: -e 0-2,5,7 (no spaces between parameters)
      - keep in mind that the first adapters are the local ones starting with 0 after that are the satip adapters
      if you have 3 local dvb cards 0-2 will be the local adapters, 3,4, ... will be the satip servers specified with argument -s
      * -f foreground, otherwise run in background
      * -g use syslog instead stdout for logging, multiple -g - print to stderr as well
      * -i --priority prio: set the DVR thread priority to prio
      * -l increases the verbosity (you can use multiple -l), logging to stdout in foreground mode or in /tmp/log when a daemon
      * eg: -l -l -l
      * -m xx: simulate xx as local mac address, generates UUID based on mac
      * eg: -m 001122334455
      * -n --netceiver if:count: use network interface <if> (default vlan4) and look for <count> netceivers
      * eg: -n vlan4:2
      * -o --dvbapi host:port - specify the hostname and port for the dvbapi server (oscam)
      * eg: -o 192.168.9.9:9000
      192.168.9.9 is the host where oscam is running and 9000 is the port configured in dvbapi section in oscam.conf
      * -p url: specify playlist url using X_SATIPM3U header
      * eg: -p 192.168.2.3:8080/playlist
      - this will add X_SATIPM3U tag into the satip description xml
      * -r --remote-rtp remote_rtp_host: send the rtp stream to remote_rtp_host instead of the ip the connection comes from
      * eg: -r 192.168.7.9
      * -R --document-root directory: document root for the minisatip web page and images
      * -s --satip-servers DELSYS:host:port - specify the remote satip host and port with delivery system DELSYS, it is possible to use multiple -s
      * DELSYS - can be one of: dvbs, dvbs2, dvbt, dvbt2, dvbc, dvbc2, isdbt, atsc, dvbcb ( - DVBC_ANNEX_B ) [default: dvbs2]
      host - the server of the satip server
      port - rtsp port for the satip server [default: 554]
      eg: -s 192.168.1.2 -s dvbt:192.168.1.3:554 -s dvbc:192.168.1.4
      - specifies 1 dvbs2 (and dvbs)satip server with address 192.168.1.2:554
      - specifies 1 dvbt satip server with address 192.168.1.3:554
      - specifies 1 dvbc satip server with address 192.168.1.4:554
      * -O --satip-tcp Use RTSP over TCP instead of UDP for data transport
      * -S --slave ADAPTER1,ADAPTER2-ADAPTER4[,..] - specify slave adapters
      * Allows specifying bonded adapters (multiple adapters connected with a splitter to the same LNB)
      Only one adapter needs to be master all others needs to have this parameter specified
      eg: -S 1-2
      - specifies adapter 1 to 2 as slave, in this case adapter 0 can be the master that controls the LNB
      - the slave adapter will not control the LNB polarity or band, but it will just change the internal frequency to tune to a different transponder
      - in this way the master will be responsible for changing the LNB polarity and band
      * -t --cleanpsi clean the PSI from all CA information, the client will see the channel as clear if decrypted successfully
      * -T --threads: enables/disable multiple threads (reduces memory consumptions) (default: ENABLED)
      * -u --unicable unicable_string: defines the unicable adapters (A) and their slot (S), frequency (F) and optionally the PIN for the switch:
      * The format is: A1:S1-F1[-PIN][,A2:S2-F2[-PIN][,...]]
      eg: 2:0-1284[-1111]
      * When * character is used before frequency, force 13V only for setup
      * -j --jess jess_string - same format as -u
      * -w --http-host http_server[:port]: specify the host and the port (if not 80) where the xml file can be downloaded from [default: default_local_ip_address:8080]
      * eg: -w 192.168.1.1:8080
      * -x --http-port port: port for listening on http [default: 8080]
      * eg: -x 9090
      * -X --xml PATH: the path to the xml that is provided as part of the satip protocol
      * by default desc.xml is provided by minisatip without needing an additional file,
      however satip.xml is included if it needs to be customized
      * -y --rtsp-port rtsp_port: port for listening for rtsp requests [default: 554]
      * eg: -y 5544
      - changing this to a port > 1024 removes the requirement for minisatip to run as root
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von vento () aus folgendem Grund: Spoiler

    • Hallo zusammen,

      Ich versuche mich auch gerade an SAT-IP , hier mal die Ausgangslage:

      Duo2 mit 2x DVB-C Tuner
      Solo2 soll einen DVB-C VTUNER bekommen.

      Was ich gemacht habe:

      minisatip auf der Duo2 gestartet (minisatip -f -l -o 127.0.0.1:9000)
      SAT-IP Client auf der Solo2 eingerichtet - Tuner wird problemlos gefunden und aktiviert gemeldet

      Dann Sendersuchlauf probiert - keine Sender gefunden DAHER
      Senderliste mit Kabelbouquest eingespielt
      Auf Kabelsendern wird auch ein Signal angezeigt - bleibt aber schwarz also kein Bild - auch nicht auf unverschlüsselten Sendern...

      Bevor ich mich um Enstchlüsselung kümmern könnte, scheitert es also bisher schon an den Basics...

      Habe die Binary vom Montag verwendet.

      Mache ich hier einen Denkfehler bzw. habe ich etwas elementares übersehen?

      Grüße
    • SAT>IP Server und Reel Netceiver an VUPLUS client / VUPLUS als MInisatip server?

      Hi Darkside,
      also ich habe den virtuellen tuner gleich wie tuner a eingerichtet beim client, sendersuchlauf war nicht nötig. Nur ein Reboot. Natürlich am server minisatip starten. Kannst auch mal prüfern per DVB Viewer auf dem PC ob etwas empfangen kannst. Müssen dann noch ein Starscript machen damit minisatip automatisch gestartet wird. Auch die Binary mit CI Support geht so, hier ist allerdings auch der netceiver aktiviert.(POST 8)

      Zu Parameter, vemutlich brauchst Du -l nicht es, nur falls Du debuggen möchtest,

      Spoiler anzeigen
      ## minisatip options#
      # -r remote_rtp_host: send remote rtp to remote_rtp_host
      # -d specify the device id (in case there are multiple SAT>IP servers in the network)
      # -w http_server[:port]: specify the host and the port where the xml file can be downloaded from
      # -x port: port for listening on http
      # -s force to get signal from the DVB hardware every 200ms (use with care, onle when needed)
      # -a x:y:z simulate x DVB-S2, y DVB-T2 and z DVB-C adapters on this box (0 means autodetect)# -m xx: simulate xx as local mac address, generates UUID based on mac
      # -e list_of_enabled adapters: enable only specified adapters, example 0-2,5,7 (no spaces between parameters)
      # -c X: bandwidth capping for the output to the network (default: unlimited)
      # -b X: set the DVR buffer to X KB (default: 5640KB)
      # -l increases the verbosity (you can use multiple -l), logging to stdout in foreground mode or in /tmp/log when a daemon
      # -p url: specify playlist url using X_SATIPM3U header
      # -n netceiver number of pieces, example 1 or 2
      # -o dvbapi host:port - specify the hostname and port for the dvbapi server (oscam)
      # -f foreground, otherwise run in background

      OPTIONS="-n eth0.2:1 -w 192.168.1.75:8080 -o 192.168.1.75:9000 -e 0,1 -b 15640"

      # remove comment to start minisatip
      START=yes


      Grüsse
      Vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo ()

    • Gleich wie Tuner X kann ich nicht einrichten, ist ja eine Solo2 und der VTuner ist DVB-C...

      Mit dem DVBVIEWER (demo version) hab ich jetzt auch 60 Minuten rumprobiert. Findet den SAT-IP Server und den Tuner aber hier bleibt der Suchlauf ebenfalls erfoglos...

      Deine neueren Binaries starten nicht, da eine LIB fehlt :)
    • @darkside: kannst du angeben welche lib fehlt? LIBMCLI.SO? Welche Meldung es ist?
      Hier mein start vom minisatip auf solo2 minisatip server (75) (DVBS) und bild auf dvb viewer. Binary NETCV + CI support. Der zweite minisatip server ist ein VDR (93).

      Grüsse

      Vento
      Dateien
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)
    • Hi darkside, die neuen binaries sind immer mit netceiver support, finde es aber komisch dass die binary das verlangt, hier noch die LIB wäre aber nur für den Netceiver nötig (anhang, Danke Schlue) aber kannst es ja versuchen. Müsstest eher einer der von post 6 sein. Allerdings ohne CI support, die kommt dann gelegentlich noch.

      @sunny25 kannst Du mal deine Signatur posten, damit wir das Problem bei dir mit minisatip eingrezen können? DVBS? oder DVBC? Logfile von minisatip?

      Meine Solo2 hat 2x dvbs, an nur einem Kabel, somit ist der tuner nur dann verfügbar wenn die box im standby ist. Starte jetzt nur noch mit minisatip -f (-l) falls du sehen möchtest was gemacht wird, dann posten. Inzwischen teilen sich mehrere vus die tuner ohne dass man eine neue kanalsuche machen müsste.
      Grüsse

      Vento
      Dateien
      • libmcli.7z

        (100,2 kB, 73 mal heruntergeladen, zuletzt: )
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)
    • Moin zusammen,

      mal eine Verständnisfrage zu minisatip auf der VU: Wenn ich mit minisatip einen Tuner der Box zum Sat>IP-Tuner mache, geht der denn auch über das CI-Modul, wenn man damit dann auf einen Sky-Sender geht? Damit könnte man ja dann zumindest einen Sky-Kanal ins Hausnetz streamen...

      VG, jennix
      VU+ Duo² 2x Dual SAT als ServerBox ohne eigenen TV, GB X3 als Client
    • Hi,
      sollte gehen man muss einfach bei den Starparmeter - o angeben wo dein oscam server läuft (softcam). Für CI mal unter minisatip (Catalini) schauen welche parameter es bei strat dort braucht.

      Greets
      vento
      VU+ DUO2 Server VTI 9.0 2TBHDD 4xDVBS2 /LAN Streaming Server
      VU+DUO2 VTI 9.0 2xDVB2 /LAN /Client ohne HDD
      VU+Solo SE 2x2VBS2/ LAN /Client ohne HDD
      Noch Laufend: Reelbox AVG 3 + Netceiver 6xDBS2 (wird deaktiviert)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von vento ()