DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already?
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #41
Posted 22 January 2012 - 12:00
http://URL-hidden/udp/239.15.1.20:5000
PAT Version Number: 1
Transport Stream ID: 1 (0x0001)
PMT PID 2084 (0x0824) - Program 18
PAT -> is clear..
Transport Stream ID: 1 --------------in hex also 1 -> that´s the TSID !!!
PMT PID -> is clear
Program 18 - > this entry displays the SID in dec. -> convert it to hex -> 18 (dec) = 12 (hex)
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #42
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #43
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #44
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #45
Posted 24 January 2012 - 19:00
#SERVICE 1:0:1:1:1:0:820000:0:0:0:http%3a//93.103.131.1xx%3a1234/udp/239.1.1.116%3a5000
#DESCRIPTION xx
#SERVICE 1:0:1:1:1:0:0:0:0:0:http%3a//93.103.131.1xx%3a1234/udp/239.1.1.116%3a5000
#DESCRIPTION xx
#SERVICE 1:0:1:0:0:0:0:0:0:0:http%3a//93.103.131.1xx%3a1234/udp/239.1.1.116%3a5000
#DESCRIPTION xx
#SERVICE 1:0:1:0:0:0:820001:0:0:0:http%3a//93.103.131.1xx%3a1234/udp/239.1.1.116%3a5000
#DESCRIPTION xx
#SERVICE 1:0:1:0:0:0:790000:0:0:0:http%3a//93.103.131.1xx%3a1234/udp/239.1.1.116%3a5000
#DESCRIPTION xx
With TSReader i got SID and TSID which are both 1. But stream also works without SID and TSID Basically all streams that i tried worked OK.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #46
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #47
Posted 26 January 2012 - 12:10
This is example of Animal Planet with added SID and NameSpace:
<channel id="ANIMAL">1:0:1:2A96:0:0:820048:0:0:0:http%3a//93.103.131.138%3a1234/udp/239.1.1.116%3a5000:ANIMAL</channel> <!-- Animal Planet -->
It works OK, EPG is downloaded and i can see it.
If i have only this:
<channel id="ANIMAL">1:0:1:2A96:0:0:820048:0:0:0:</channel> <!-- Animal Planet -->
EPG is not downloaded and it doesnt work. Can this be fixed? Because i cannot add these IPTV channels to Rytec Package, i can only use EPG with my own package, but this is not optimal.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #48
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #49
Posted 26 January 2012 - 12:16
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #50
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #51
Posted 26 January 2012 - 13:00
EPG query is used in Python and c++ here:
http://openpli.git.s...289dd18;hb=HEAD
http://openpli.git.s...289dd18;hb=HEAD
Complete Servicereference (including http://... Part) will be given as argument to self.epgcache.lookupEvent
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #52
Posted 26 January 2012 - 13:40
When i try to download EPG with EPG-import and when i use this:
<channel id="ANIMAL">1:0:1:2A96:0:0:820048:0:0:0:</channel> <!-- Animal Planet -->
I get 0 events, and no wonder that EPG doesnt work. Its not even downloaded.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #53
Posted 26 January 2012 - 13:49
What other method Pieterg? I dont quite understand you, i am not trying to do something extraordinary here.
When i try to download EPG with EPG-import and when i use this:
<channel id="ANIMAL">1:0:1:2A96:0:0:820048:0:0:0:</channel> <!-- Animal Planet -->
I get 0 events, and no wonder that EPG doesnt work. Its not even downloaded.
So you mean it's the import which fails, not the query?
Are you really sure the import doesn't store anything?
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #54
Posted 26 January 2012 - 14:37
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #55
Posted 26 January 2012 - 16:14
So if it fails, you must have some typo in the serviceref string.
What does the e2 log tell you, during the import?
init 4
enigma2
<run import>
When eEPGCache::importEvents rejects data, it is rather verbose about the reason.
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #56
Posted 26 January 2012 - 17:19
#SERVICE 1:0:1:2A9A:0:0:820082:0:0:0:http%3a//192.168.1.116%3a2444/udp/239.1.1.115%3a5000:SLO1
#DESCRIPTION SLO1
<channel id="SLO1">1:0:1:2A9A:0:0:820082:0:0:0:</channel> <!-- SLO1 -->
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #57
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #58
Posted 26 January 2012 - 17:52
init 4
enigma2
Then i initiated EPG import with XMLTV Import plugin from feed and i got message:
UNKNOWN CHANNEL: SLO1
I can send you all my files and you can test for yourself.
Edited by Taykun345, 26 January 2012 - 17:52.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #59
Re: DMM 3.2.0 IPTV in Bouquets - OpenPLI added this already? #60
Posted 26 January 2012 - 18:34
[EPGImport] afterDownload /tmp/epgimport
[EPGImport] unlink /tmp/epgimport
[EPGImport] afterChannelDownload None
[EPGImport] Using twisted thread
[EPGImport] Parsing channels from '/etc/epgimport/slo.channels.xml'
[XMLTVConverter] Enumerating event information
Unknown channel: SLO1
Unknown channel: HISTORY
Unknown channel: NATIONAL
Edited by Taykun345, 26 January 2012 - 18:34.
Matrix10 MH-HD2 skin modification by me: https://github.com/B...-MX-HD2-OpenPli
MetrixHD skin modification by me: https://github.com/T...xHD-WPstyle-mod
Slovenian translation for OpenPLi E2: https://github.com/T...ion-for-OpenPLi
12 user(s) are reading this topic
0 members, 12 guests, 0 anonymous users