Hi,
Patch 11 in o.a. Paket muss aktualisiert werden.
Hier meine Version:
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