[1] MLD-5.x / Development / [Erledigt][5.1 testing] Paket minisatip - Patch 11 scheitert
 

Offline BobW

  • Expert Member
  • *****
  • Posts: 652
    • View Profile
Hi,

Patch 11 in o.a. Paket muss aktualisiert werden.

Hier meine Version:
Code: [Select]
diff -Nru minisatip-dvbapi-HEAD-orig/minisatip.c minisatip-dvbapi-HEAD/minisatip.c                                                                                                                                             
--- minisatip-dvbapi-HEAD-orig/minisatip.c      2016-09-22 09:39:44.000000000 +0200                                                                                                                                           
+++ minisatip-dvbapi-HEAD/minisatip.c   2016-09-22 09:55:18.127237196 +0200                                                                                                                                                   
@@ -293,7 +293,7 @@                                                                                                                                                                                                           
 * -r --remote-rtp  remote_rtp_host: send the rtp stream to remote_rtp_host instead of the ip the connection comes from\n \                                                                                                   
        * eg: -r 192.168.7.9\n \                                                                                                                                                                                               
 \n\
-* -R --document-root directory: document root for the minisatip web page and images\n\
+* -R --document-root directory: document root for the minisatip web page and images [default: /usr/share/minisatip-dvbapi/html]\n\
 \n\
 "
 #ifndef DISABLE_SATIPCLIENT
@@ -330,10 +330,10 @@
 \n\
 * -j --jess jess_string - same format as -u \n\
 \n\
-* -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] \n\
-       * eg: -w 192.168.1.1:8080 \n\
+* -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:8016] \n\
+       * eg: -w 192.168.1.1:8016 \n\
 \n\
-* -x --http-port port: port for listening on http [default: 8080]\n\
+* -x --http-port port: port for listening on http [default: 8016]\n\
        * eg: -x 9090 \n\
 \n\
 * -X --xml PATH: the path to the xml that is provided as part of the satip protocol    \n\
@@ -360,7 +360,7 @@
        opts.rrtp = NULL;
        opts.disc_host = "239.255.255.250";
        opts.start_rtp = 5500;
-       opts.http_port = 8080;
+       opts.http_port = 8016;
        opts.http_host = NULL;
        opts.log = 0;
        opts.timeout_sec = 30000;
@@ -385,7 +385,7 @@
        opts.satip_rtsp_over_tcp = 0;
        opts.output_buffer = 512 * 1024;
        opts.satip_servers[0] = 0;
-       opts.document_root = "html";
+       opts.document_root = "/usr/share/minisatip-dvbapi/html";
        opts.xml_path = DESC_XML;
        opts.no_threads = 0;
        opts.th_priority = -1;

Damit klappt das Kompilieren wieder - in beiden Versionen.

Schöne Grüße aus Wien
BobW
« Last Edit: September 23, 2016, 09:59:38 by BobW »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20169
    • View Profile
    • ClausMuus.de
[5.1 testing] Paket minisatip - Patch 11 scheitert
« Reply #1 on: September 22, 2016, 12:13:24 »
Danke, ist angepasst.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline BobW

  • Expert Member
  • *****
  • Posts: 652
    • View Profile
[5.1 testing] Paket minisatip - Patch 11 scheitert
« Reply #2 on: September 22, 2016, 12:47:47 »
Hallo Claus,

auch der Voldemort muss angepasst werden.

BobW

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20169
    • View Profile
    • ClausMuus.de
[5.1 testing] Paket minisatip - Patch 11 scheitert
« Reply #3 on: September 22, 2016, 14:35:58 »
Ist erledigt.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

[1] MLD-5.x / Development / [Erledigt][5.1 testing] Paket minisatip - Patch 11 scheitert
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.