Jump to content


Photo

[CzechRepublic-Slovakia] EPG not showing for "pseudo-IPTV" channels


  • Please log in to reply
4 replies to this topic

#1 tuxuser

  • Member
  • 4 posts

0
Neutral

Posted 2 May 2015 - 22:57

hey guys,

 

I am trying since several hours to get EPG data fetched for some custom pseudo-IPTV channels (just simple http streams).

The FAQ was followed exactly (as far as I can see), the EPGImport Plugin is fetching thousands of events from the custom *.sources.xml.. So it *seems* to be good... but the EPG is not showing still...

 

The only idea I had so far was to reboot after the EPGImport and delete epg.dat + reboot.

 

It's about Skylink/CSLink (Astra 23,5)

 

Here are my files (from /etc/epgimport):

 

czech.channels.xml

<?xml version="1.0" encoding="latin-1"?>
<channels>
<channel id="CT1.cz">1:0:1:1F43:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- CT 1 -->
<channel id="CT2.cz">1:0:1:1F44:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- CT 2 -->
<channel id="Nova.cz">1:0:1:3352:C93:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- Nova -->
<channel id="PrimaTV.cz">1:0:1:1F42:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- PRIMA -->
<channel id="CT:D.cz">1:0:1:1F49:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- CT D art -->
<channel id="Relax.cz">1:0:1:13D5:C8A:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- RELAX Pohoda -->
<channel id="TA3.sk">1:0:1:13F3:C87:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- TA3 -->
<channel id="Fanda.cz">1:0:1:36F8:C8E:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- TV Fanda -->
<channel id="PrimaZoom.cz">1:0:1:3353:C93:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- Prima ZOOM -->
<channel id="OckoGold.cz">1:0:1:13D5:A8A:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- OCKO Gold -->
<channel id="SlagrTV.cz">1:0:1:13D9:C8A:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- SLAGR TV -->
<channel id="CTsport.cz">1:0:1:1F47:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- CT SPORT -->
<channel id="CT24.cz">1:0:1:1F46:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- CT 24 -->
<channel id="Ocko.cz">1:0:1:1451:C98:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- OCKO -->
<channel id="TVNoe.cz">1:0:1:1F48:BC6:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- NOE TV -->
<channel id="Retro.cz">1:0:16:13BC:C85:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- Retro -->
<channel id="PrimaLOVE.cz">1:0:1:3355:C93:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- Prima LOVE -->
<channel id="NovaCinema.cz">1:0:1:36F9:C8E:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- NOVA CINEMA -->
<channel id="PrimaCool.cz">1:0:1:3351:C93:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- Prima COOL -->
<channel id="TVBarrandov.cz">1:0:1:13D3:C8A:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- TV BARRANDOV -->
<channel id="NovaSport.cz">1:0:1:36F7:C8E:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- NOVA SPORT -->
<channel id="Rebel.cz">1:0:1:13D1:C8A:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- REBEL -->
<channel id="TELKA.cz">1:0:1:3354:C93:3:EB0000:0:0:0:http%3a//example.com</channel> <!-- TELKA -->
</channels>

czech.sources.xml (Yes, I censored the actual URLs)

<?xml version="1.0" encoding="latin-1"?>
<sources>
<source type="gen_xmltv" channels="czech.channels.xml">
        <description>Custom Czech Tv</description>
        <url>http://url1/rytecxmltv-xxxx.gz</url>
        <url>http://url2/rytecxmltv-xxxxx.gz</url>
        <url>http://url3/rytecxmltv-xxxxx.gz</url>
        <url>http://url4/epg_data/rytecxmltv-xxxxx.gz</url>
        <url>http://url5/rytec/rytecxmltv-xxxxx.gz</url>
</source>
</sources>

userbouquet.czech.tv (from /etc/engima)

#NAME CzechTV
#SERVICE 4097:0:1:1F43:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8001/:CT 1
#DESCRIPTION CT 1
#SERVICE 4097:0:1:1F44:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8002/:CT 2
#DESCRIPTION CT 2
#SERVICE 4097:0:1:3352:C93:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8003/:Nova
#DESCRIPTION Nova
#SERVICE 4097:0:1:1F42:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8004/:PRIMA
#DESCRIPTION PRIMA
#SERVICE 4097:0:1:1F49:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8005/:CT D art
#DESCRIPTION CT D art
#SERVICE 4097:0:1:13D5:C8A:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8008/:RELAX Pohoda
#DESCRIPTION RELAX Pohoda
#SERVICE 4097:0:1:13F3:C87:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8009/:TA3
#DESCRIPTION TA3
#SERVICE 4097:0:1:36F8:C8E:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8010/:TV Fanda
#DESCRIPTION TV Fanda
#SERVICE 4097:0:1:3353:C93:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8011/:Prima ZOOM
#DESCRIPTION Prima ZOOM
#SERVICE 4097:0:1:13D5:C8A:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8012/:OCKO Gold
#DESCRIPTION OCKO Gold
#SERVICE 4097:0:1:13D9:C8A:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8013/:SLAGR TV
#DESCRIPTION SLAGR TV
#SERVICE 4097:0:1:1F47:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8014/:CT SPORT
#DESCRIPTION CT SPORT
#SERVICE 4097:0:1:1F46:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8015/:CT 24
#DESCRIPTION CT 24
#SERVICE 4097:0:1:1451:C98:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8016/:OCKO
#DESCRIPTION OCKO
#SERVICE 4097:0:1:1F48:BC6:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8017/:NOE TV
#DESCRIPTION NOE TV
#SERVICE 4097:0:16:13BC:C85:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8018/:Retro
#DESCRIPTION Retro
#SERVICE 4097:0:1:3355:C93:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8019/:Prima LOVE
#DESCRIPTION Prima LOVE
#SERVICE 4097:0:1:36F9:C8E:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8020/:NOVA CINEMA
#DESCRIPTION NOVA CINEMA
#SERVICE 4097:0:1:3351:C93:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8021/:Prima COOL
#DESCRIPTION Prima COOL
#SERVICE 4097:0:1:13D3:C8A:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8022/:TV BARRANDOV
#DESCRIPTION TV BARRANDOV
#SERVICE 4097:0:1:36F7:C8E:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8023/:NOVA SPORT
#DESCRIPTION NOVA SPORT
#SERVICE 4097:0:1:13D1:C8A:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8026/:REBEL
#DESCRIPTION REBEL
#SERVICE 4097:0:1:3354:C93:3:EB0000:0:0:0:http%3a//100.101.102.103%3a8027/:TELKA
#DESCRIPTION TELKA

Any help would be highly appreciated. Hope I am not posting against some rules? That's why I censored the URLs..

 

PS: If the CODE-boxes are too big, please delete them.. I attached the configs archived..

Attached Files


Edited by doglover, 28 November 2015 - 10:11.


Re: [CzechRepublic-Slovakia] EPG not showing for "pseudo-IPTV" channels #2 tuxuser

  • Member
  • 4 posts

0
Neutral

Posted 2 May 2015 - 23:14

As I cannot edit my post:

 

I now got it solved with my VTi image (yes, I am ashamed to post with such on an OpenPli Forum).

I only had to change 4097 to 1, now it's all perfect :) Much faster zapping too.

 

Thx rytec :)

 

SOLVED!



Re: [CzechRepublic-Slovakia] EPG not showing for "pseudo-IPTV" channels #3 doglover

  • Rytec EPG Team
  • 17,505 posts

+672
Excellent

Posted 3 May 2015 - 06:32

Yes, It works.  But I have to admit it is tricky.

And one typo in the channels file can totally prevent you from importing any EPG.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: [CzechRepublic-Slovakia] EPG not showing for "pseudo-IPTV" channels #4 needz

  • Senior Member
  • 218 posts

0
Neutral

Posted 27 November 2015 - 19:28

doglover, could you please check if these two channels are dead? Thanks..

<channel id="TVPublic.cz">
<display-name>TV Public</display-name>
</channel>

<channel id="Z1.cz">
<display-name lang="hr">Z1</display-name>
</channel>


Re: [CzechRepublic-Slovakia] EPG not showing for "pseudo-IPTV" channels #5 doglover

  • Rytec EPG Team
  • 17,505 posts

+672
Excellent

Posted 28 November 2015 - 10:27

Z1 is this a Croatian channel (I can only find Croatian EPG)?

Will add it for now.

 

For TV Public I cannot find a schedule.  if you point me to one, I will look if I can add it.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*



2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users