Pluto TV
- xxmrgreenxx
- Beiträge: 111
- Registriert: Sa 16. Apr 2016, 13:38
- Box: Link
Re: Pluto TV
Genau so hab ich es auch schon 2 mal gemacht.
Bei mir aber ohne Erfolg.
Iwie will die Link das Zertifikat nicht akzeptieren.
So steht es jedenfalls im LOG des wget Befehls
Beitrag 111
Bei mir aber ohne Erfolg.
Iwie will die Link das Zertifikat nicht akzeptieren.
So steht es jedenfalls im LOG des wget Befehls
Beitrag 111
- dryeye
- NI - VIP
- Beiträge: 1442
- Registriert: Mi 6. Apr 2016, 14:20
- Wohnort: Ruhrgebiet
- Box: Zgemma H7S, Axas E4HD 4K, AX HD60
- Has thanked: 27 times
- Been thanked: 16 times
Re: Pluto TV
@xxmrgreenxx
hier die ausgabe meiner box...
hier die ausgabe meiner box...
Code: Alles auswählen
/var/root # wget -O /dev/null https://i.mjh.nz/PlutoTV/de.xml
--2021-09-30 15:50:24-- https://i.mjh.nz/PlutoTV/de.xml
Resolving i.mjh.nz... 104.21.234.244, 104.21.234.245, 2606:4700:3038::6815:eaf4, ...
Connecting to i.mjh.nz|104.21.234.244|:443... connected.
WARNING: cannot verify i.mjh.nz's certificate, issued by 'CN=Cloudflare Inc ECC CA-3,O=Cloudflare\\, Inc.,C=US':
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: '/dev/null'
/dev/null [ <=> ] 1.03M --.-KB/s in 0.1s
2021-09-30 15:50:24 (9.80 MB/s) - '/dev/null' saved [1083875]
/var/root #
mfg dryeye
- jokel
- Beiträge: 2538
- Registriert: Mi 31. Mär 2021, 14:23
- Box: ZGEMMA H7/C
- Has thanked: 24 times
- Been thanked: 35 times
Re: Pluto TV
konzentriere dich nicht auf wget, curl hat damit keine probleme.xxmrgreenxx hat geschrieben: ↑Do 30. Sep 2021, 15:45 Genau so hab ich es auch schon 2 mal gemacht.
Bei mir aber ohne Erfolg.
Iwie will die Link das Zertifikat nicht akzeptieren.
So steht es jedenfalls im LOG des wget Befehls
Beitrag 111
Code: Alles auswählen
curl -v -o /dev/null https://i.mjh.nz/PlutoTV/de.xml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* TLSv1.2 (OUT), TLS header, Certificate Status (22):
} [5 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [106 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2317 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [148 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
> GET /PlutoTV/de.xml HTTP/1.1
> Host: i.mjh.nz
> User-Agent: curl/7.78.0
> Accept: */*
>
{ [5 bytes data]
< HTTP/1.1 200 OK
< Date: Thu, 30 Sep 2021 13:51:38 GMT
< Content-Type: text/xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< last-modified: Thu, 30 Sep 2021 11:06:44 GMT
< etag: W/"61559a44-1089e3"
< expires: Fri, 01 Oct 2021 11:11:01 GMT
< cache-control: max-age=86400
< access-control-allow-origin: *
< CF-Cache-Status: HIT
< Age: 9637
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=WlXfRrieqnX%2BCK60skIGa%2FrhZZKrCqYF491zfe9sDyfOBIJi2H9LEfRSMBDkhR%2FipHg%2BiUcM0HWwUlFnQPuiyMRO4gEDV0xqvywCQUfZe%2BHWmlDJroYktLl7Sg%3D%3D"}],"group":"cf-nel","max_age":604800}
< NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< Server: cloudflare
< CF-RAY: 696ded5b28df4e2b-FRA
< alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400, h3-28=":443"; ma=86400, h3-27=":443"; ma=86400
<
{ [454 bytes data]
100 1058k 0 1058k 0 0 3180k 0 --:--:-- --:--:-- --:--:-- 3188k
- xxmrgreenxx
- Beiträge: 111
- Registriert: Sa 16. Apr 2016, 13:38
- Box: Link
Re: Pluto TV
Sieh dir noch einmal in Beitrag 111 meine curl Anfrage an.
Die war wesentlich knapper gehalten.
Die war wesentlich knapper gehalten.
- TangoCash
- NI - VIP
- Beiträge: 461
- Registriert: Di 12. Apr 2016, 20:18
- Box: Mutant HD51
- Has thanked: 2 times
- Been thanked: 9 times
- Kontaktdaten:
Re: Pluto TV
Das mit dem certificat spielt keine Rolle, ist nur ein Hinweis, ist neutrino intern eh abgeschaltet.
im terminal muss man das explizit bei wget mit "--no-check-certificate" oder bei curl mit "-k" abschalten
im terminal muss man das explizit bei wget mit "--no-check-certificate" oder bei curl mit "-k" abschalten
Es gibt genau 10 Sorten von Leuten – nämlich diejenigen, die das binäre System verstehen, und diejenigen, die es nicht tun.
4x Mutant HD51
1x VU+ Ultimo 4k
1x Edision Mio+ 4k
1x Mutant HD60
4x Mutant HD51
1x VU+ Ultimo 4k
1x Edision Mio+ 4k
1x Mutant HD60
- jokel
- Beiträge: 2538
- Registriert: Mi 31. Mär 2021, 14:23
- Box: ZGEMMA H7/C
- Has thanked: 24 times
- Been thanked: 35 times
Re: Pluto TV
du meinst das,das ist die kurzform alles schön
Code: Alles auswählen
curl -o /dev/null https://i.mjh.nz/PlutoTV/de.xml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1058k 0 1058k 0 0 2257k 0 --:--:-- --:--:-- --:--:-- 2261k
- xxmrgreenxx
- Beiträge: 111
- Registriert: Sa 16. Apr 2016, 13:38
- Box: Link
Re: Pluto TV
okay.....hier meine Langformjokel hat geschrieben: ↑Do 30. Sep 2021, 15:59 du meinst das,das ist die kurzform alles schön![]()
Code: Alles auswählen
curl -o /dev/null https://i.mjh.nz/PlutoTV/de.xml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1058k 0 1058k 0 0 2257k 0 --:--:-- --:--:-- --:--:-- 2261k
Code: Alles auswählen
/var/root # curl -v -o /dev/null https://i.mjh.nz/PlutoTV/de.xml
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* TLSv1.2 (OUT), TLS header, Certificate Status (22):
} [5 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [106 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2317 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [148 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
> GET /PlutoTV/de.xml HTTP/1.1
> Host: i.mjh.nz
> User-Agent: curl/7.78.0
> Accept: */*
>
{ [5 bytes data]
< HTTP/1.1 200 OK
< Date: Thu, 30 Sep 2021 13:59:15 GMT
< Content-Type: text/xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< last-modified: Thu, 30 Sep 2021 11:06:44 GMT
< etag: W/"61559a44-1089e3"
< expires: Fri, 01 Oct 2021 11:11:50 GMT
< cache-control: max-age=86400
< access-control-allow-origin: *
< CF-Cache-Status: HIT
< Age: 10045
< Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=qS26GrWobwJw26eKhjktLXA4DABkls6iqJN%2FUGI9%2BjJp9WKt4M4m%2B64LDpIuJEcoBK6BtxQLbp1xu1ytXRgsQ0%2F21mazptMhJdcqiEicUts5B1oU0uqOyB0MjA%3D%3D"}],"group":"cf-nel","max_age":604800}
< NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< Server: cloudflare
< CF-RAY: 696df882e93afa58-AMS
< alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400, h3-28=":443"; ma=86400, h3-27=":443"; ma=86400
<
{ [455 bytes data]
100 1058k 0 1058k 0 0 1637k 0 --:--:-- --:--:-- --:--:-- 1641k
nur warum sehe ich weiterhin kein EPG nach neuladen der Senderliste?
Desweiteren bliebt es hierbei
Code: Alles auswählen
key: 0191 value 0, translate: 0191 -blue button-
key: 008b value 1, translate: 008b -setup-
2021-09-30 16:07:19.458 [sectionsd] Reading data finished after 4168 ms (0 events) from https://i.mjh.nz/SamsungTVPlus/at.xml
2021-09-30 16:07:19.703 [sectionsd] Reading data finished after 4261 ms (0 events) from https://i.mjh.nz/SamsungTVPlus/de.xml
key: 008b value 0, translate: 008b -setup-
key: 008b value 1, translate: 008b -setup-
CVFD::showServicename: Warner TV Film HD
[neutrino] curl error: The requested URL returned error: 404
key: 008b value 0, translate: 008b -setup-
2021-09-30 16:07:20.473 [sectionsd] Reading data finished after 5265 ms (0 events) from https://i.mjh.nz/PlutoTV/de.xml
[neutrino] curl error: The requested URL returned error: 404
key: 008b value 1, translate: 008b -setup-
key: 008b value 0, translate: 008b -setup-
2021-09-30 16:07:21.495 [sectionsd] Reading data finished after 6236 ms (0 events) from https://i.mjh.nz/PlutoTV/us.xml
- xxmrgreenxx
- Beiträge: 111
- Registriert: Sa 16. Apr 2016, 13:38
- Box: Link
- Miky
- NI - Team
- Beiträge: 1230
- Registriert: Di 5. Apr 2016, 17:17
- Box: Tank,Trinity,Neo 1,Neo2,Neo²,HD51
- Has thanked: 4 times
- Been thanked: 6 times
Re: Pluto TV
Code: Alles auswählen
Reading data finished after 5265 ms (0 events) from https://i.mjh.nz/PlutoTV/de.xml
[neutrino] curl error: The requested URL returned error: 404
Ich hab meine Tank heute Mittag auch neu geflasht, kein EPG bei PlutoTV.
@ dryeye
zgemma h7s ist halt keine CST Box
Boxen: Neo 1, Neo2 , Neo², Trinity, Tank, HD 51 alle SAT
Kein PN Support!
Kein PN Support!
- dryeye
- NI - VIP
- Beiträge: 1442
- Registriert: Mi 6. Apr 2016, 14:20
- Wohnort: Ruhrgebiet
- Box: Zgemma H7S, Axas E4HD 4K, AX HD60
- Has thanked: 27 times
- Been thanked: 16 times
Re: Pluto TV
@miky
wie war das nochmal?
.....die zeit vergeht ja wie im flug ...
kamen die cst-boxen vor oder nach der dbox?
mfg dryeye
- Gorcon
- NI - VIP
- Beiträge: 2869
- Registriert: Mi 13. Apr 2016, 10:55
- Box: E2HD, VU+ Uno4kSE, VU+ Ultimate4k
- Has thanked: 66 times
- Been thanked: 15 times
Re: Pluto TV
Aber auf den CST Boxen läuft es nun mal.
Ich habe es doch ausprobiert.
Läuft auf Anhieb.
Selbst die Senderlogos gehen (bei den DVB Sendern habe ich keine aktiviert)
- xxmrgreenxx
- Beiträge: 111
- Registriert: Sa 16. Apr 2016, 13:38
- Box: Link
Re: Pluto TV
Könnte es evtl daran liegen das es mit meiner 50mbit Leitung zu lange dauert bis das "Script" eine Antwort bekommt. Wenn ich die Links im Browser Aufrufe dauert es auch eine gewisse Zeit bis sich der Inhalt der XML zeigt.
- vanhofen
- Administrator
- Beiträge: 2979
- Registriert: Di 5. Apr 2016, 00:05
- Has thanked: 18 times
- Been thanked: 37 times
Re: Pluto TV
Der Download funktioniert. Er wird aber nichts eingelesen.xxmrgreenxx hat geschrieben: ↑Do 30. Sep 2021, 12:23 2021-09-30 12:11:28.626 [sectionsd] Reading data finished after 9191 ms (0 events) from https://i.mjh.nz/PlutoTV/us.xml[/b]
Das kann am xml-Handling bei CST-Boxen liegen. Ich selbst habe XMLTV auf CST nie wirklich getestet. Ich hatte keinen Bedarf. Ich möchte nicht ausschließen, dass das noch nie funktioniert hat.
Ich schaue es mir mal an.
- Gorcon
- NI - VIP
- Beiträge: 2869
- Registriert: Mi 13. Apr 2016, 10:55
- Box: E2HD, VU+ Uno4kSE, VU+ Ultimate4k
- Has thanked: 66 times
- Been thanked: 15 times
Re: Pluto TV
Eigentlich nicht, habe auch "nur" 50Mbbit/sxxmrgreenxx hat geschrieben: ↑Do 30. Sep 2021, 17:29 Könnte es evtl daran liegen das es mit meiner 50mbit Leitung zu lange dauert bis das "Script" eine Antwort bekommt. Wenn ich die Links im Browser Aufrufe dauert es auch eine gewisse Zeit bis sich der Inhalt der XML zeigt.
Werden denn überhaupt "US" Sender gebraucht? Ich habe die bei mir gleich rausgeworfen.
Zuletzt geändert von Gorcon am Do 30. Sep 2021, 18:46, insgesamt 1-mal geändert.
- Miky
- NI - Team
- Beiträge: 1230
- Registriert: Di 5. Apr 2016, 17:17
- Box: Tank,Trinity,Neo 1,Neo2,Neo²,HD51
- Has thanked: 4 times
- Been thanked: 6 times
Re: Pluto TV
@ Gorcon
Du nutzt ein aktuelles Nightly?
Du bist im Moment der Einzige bei dem es auf CST Geräten funktioniert.
Du nutzt ein aktuelles Nightly?
Du bist im Moment der Einzige bei dem es auf CST Geräten funktioniert.
Boxen: Neo 1, Neo2 , Neo², Trinity, Tank, HD 51 alle SAT
Kein PN Support!
Kein PN Support!
- Gorcon
- NI - VIP
- Beiträge: 2869
- Registriert: Mi 13. Apr 2016, 10:55
- Box: E2HD, VU+ Uno4kSE, VU+ Ultimate4k
- Has thanked: 66 times
- Been thanked: 15 times