Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Quoted
Gibts die SFI Daten (das Technisat EPG) in deinem Kabelnetzt? Da gibts nen Plugin für.
Quoted
scheinbar erstreckt sich das Problem über allen Empfangskanäle vgl. Kein EPG mehr bei Pro7, Sat1, Kabel1, ...
This post has been edited 1 times, last edit by "geronimo" (Oct 21st 2008, 8:23pm)
Quoted
Originally posted by geronimo
Quoted
Gibts die SFI Daten (das Technisat EPG) in deinem Kabelnetzt? Da gibts nen Plugin für.
Ähm, ich dachte, der Technisat-Service wäre nur über DVB-S nutzbar?!?
Falls dem nicht so ist, wie, bzw. wo kann man die Daten empfangen?
This post has been edited 1 times, last edit by "Keine_Ahnung" (Oct 21st 2008, 8:42pm)
Quoted
Original von geronimo
mit der heutigen Umstellung der Kabelfrequenzen scheint es so, als ob es nur noch bei ARD und ZDF EPG-Daten geben tun täte.
|
|
Source code |
1 |
RTL Television,RTL;RTL:113000:I1C0M64:C:6900:102:103=deu;107=deu:106:0:12003:40984:1089:0 |
|
|
Source code |
1 |
RTL Television,RTL;RTL:113000:I1C0M64:C:6900:102:103=deu;107=deu:106:0:12003:1:1089:0 |
Quoted
EPG wird noch gesendet, aber mit der falschen ONID.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
SF1;Bonus:746000:M64:C:6900:402:403=deu,404=eng:406:0:22263:40984:231:0 SF2;Bonus:746000:M64:C:6900:502:503=deu,504=eng:506:0:22264:40984:231:0 WorldFashion;Bonus:802000:M64:C:6900:303:302=eng:0:0:22402:40984:238:0 TELE 5;Frei deutsch:466000:M256:C:6900:702:703=deu:706:0:22006:40984:216:0 DAS VIERTE;Frei deutsch:466000:M256:C:6900:802:803=deu:806:0:22007:40984:216:0 TV CANARIA;Bonus:762000:M64:C:6900:1602:1603=esl:0:0:22315:40984:233:0 TV Chile Nordic,TV Chile Nor;Bonus:770000:M64:C:6900:1302:1303:0:0:22332:40984:234:0 TV GALICIA;Bonus:802000:M64:C:6900:1902:1903=glg:1906:0:22418:40984:238:0 COMEDY CENTRAL;Frei deutsch:714000:M64:C:6900:102:103:106:0:22180:40984:227:0 DSF;Frei deutsch:466000:M256:C:6900:202:203=deu:206:0:22001:40984:216:0 EUROSPORT;Frei deutsch:466000:M256:C:6900:302:303=deu:306:0:22002:40984:216:0 DMAX;Frei deutsch:466000:M256:C:6900:102:103=deu:106:0:22000:40984:216:0 DELUXE MUSIC;Frei deutsch:642000:M256:C:6900:802:803=deu;806=deu:0:0:22047:40984:218:0 DELUXE LOUNGE;Frei deutsch:642000:M256:C:6900:0:903=deu:0:0:22048:40984:218:0 DELUXE RADIO;Frei deutsch:642000:M256:C:6900:0:1003=deu:0:0:22049:40984:218:0 FREQUENCE JAZZ,FREQU JAZZ;Bonus:746000:M64:C:6900:0:1503:0:0:22274:40984:231:0 Swiss Jazz;Bonus:794000:M64:C:6900:0:1703=deu:0:0:22396:40984:237:0 sunshine live,sunshinelive;Bonus:802000:M64:C:6900:0:1603=deu:0:0:22415:40984:238:0 |

Quoted
Original von halbfertiger
Wie wäre es mit einem Anruf beim Kabelanbieter um auf den offensichtlichen Fehler hinzuweisen?
Quoted
Original von geronimo
Quoted
EPG wird noch gesendet, aber mit der falschen ONID.
Leider funktioniert das eben nur bei den RTL-Kanälen/-Sendern.
Ich wollte schon meiner Verwunderung Ausdruck geben, dass SF1/SF2 auch über RTL kommt, aber dem ist nicht so.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
linux-qgjx:/usr/src/vdr-1.6.0-2-work # diff ../vdr-1.6.0-2/channels.h channels.h -u
--- ../vdr-1.6.0-2/channels.h 2008-02-08 14:48:31.000000000 +0100
+++ channels.h 2008-10-21 21:44:28.000000000 +0200
@@ -76,7 +76,7 @@
public:
tChannelID(void) { source = nid = tid = sid = rid = 0; }
tChannelID(int Source, int Nid, int Tid, int Sid, int Rid = 0) { source = Source; nid = Nid; tid = Tid; sid = Sid; rid = Rid; }
- bool operator== (const tChannelID &arg) const { return source == arg.source && nid == arg.nid && tid == arg.tid && sid == arg.sid && rid == arg.rid; }
+ bool operator== (const tChannelID &arg) const { return source == arg.source /* && nid == arg.nid */ && tid == arg.tid && sid == arg.sid && rid == arg.rid; }
bool Valid(void) const { return (nid || tid) && sid; } // rid is optional and source may be 0//XXX source may not be 0???
tChannelID &ClrRid(void) { rid = 0; return *this; }
tChannelID &ClrPolarization(void);
|
Quoted
Ich habe die Daten nur für RTL/Sat1 rausgesucht.
Quoted
Original von geronimo
Quoted
Ich habe die Daten nur für RTL/Sat1 rausgesucht.
... bin zwar faul geboren, aber wenn Du mir sagen tun tätest, wo man sowas finden kann, würde ich mich selbst auf die Suche begeben.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
linux-qgjx:/usr/src/dvbsnoop-1.4.50/src # ./dvbsnoop -nph 0x12 -n 10 | more
dvbsnoop V1.4.50 -- http://dvbsnoop.sourceforge.net/
------------------------------------------------------------
SECT-Packet: 00000001 PID: 18 (0x0012), Length: 301 (0x012d)
Time received: Wed 2008-10-22 21:12:56.327
------------------------------------------------------------
PID: 18 (0x0012) [= assigned for: DVB Event Information Table (EIT)]
Guess table from table id...
EIT-decoding....
Table_ID: 80 (0x50) [= Event Information Table (EIT) - actual transport stream, schedule]
section_syntax_indicator: 1 (0x01)
reserved_1: 1 (0x01)
reserved_2: 3 (0x03)
Section_length: 298 (0x012a)
Service_ID: 12020 (0x2ef4) [= --> refers to PMT program_number]
reserved_3: 3 (0x03)
Version_number: 14 (0x0e)
current_next_indicator: 1 (0x01) [= valid now]
Section_number: 232 (0xe8)
Last_Section_number: 248 (0xf8)
Transport_stream_ID: 1089 (0x0441)
Original_network_ID: 1 (0x0001) [= Astra Satellite Network 19,2’E | Soci’t’ Europ’enne des Satellites]
Segment_last_Section_number: 232 (0xe8)
Last_table_id: 81 (0x51) [= Event Information Table (EIT) - actual transport stream, schedule]
Event_ID: 272 (0x0110)
Start_time: 0xd5ec160000 [= 2008-10-25 16:00:00 (UTC)]
Duration: 0x0020000 [= 02:00:00 (UTC)]
Running_status: 0 (0x00) [= undefined]
Free_CA_mode: 1 (0x01) [= streams [partially] CA controlled]
Descriptors_loop_length: 271 (0x10f)
DVB-DescriptorTag: 77 (0x4d) [= short_event_descriptor]
descriptor_length: 17 (0x11)
ISO639_2_language_code: ger
event_name_length: 11 (0x0b)
event_name: "Das A-Team" -- Charset: Latin alphabet no. 5
text_length: 1 (0x01)
--Mehr--
|
Quoted
Originally posted by geronimo
Hallo,
Quoted
Ich habe die Daten nur für RTL/Sat1 rausgesucht.
... bin zwar faul geboren, aber wenn Du mir sagen tun tätest, wo man sowas finden kann, würde ich mich selbst auf die Suche begeben.



This post has been edited 1 times, last edit by "geronimo" (Oct 24th 2008, 7:46am)