DVBEPG errors (1 Viewer)

Nervesagent

Portal Pro
February 26, 2014
150
19
44
Home Country
Denmark Denmark
Hi I need some help with migrating from xmltv to DVBepg.
Currently I am testing with 1 channel (Xite), that I can't find any online scraper for, so it only says 'no data available' in the tv-guide.
How do I set up this dvb-ip channel to be updated through dvbepg? I know the Transport Stream provides EIT/EPG.
There are several errors in the logs (attached) and I've read something in really old posts (2007) that it could be because the pid is off but I couldn't wrap my head around it yet.
Here's the logs. Please let me know if you need more info.
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    How do I set up this dvb-ip channel to be updated through dvbepg?
    It looks like you've already done it.

    Ensure either or both of the timeshifting/recording and idle EPG grabbers are enabled here:
    http://wiki.team-mediaportal.com/1_...figuration/TV-Server_Configuration/05_DVB_EPG

    ...then untick all channels except the Xite channel here:
    http://wiki.team-mediaportal.com/1_...ver_Configuration/05_DVB_EPG/1_TV_EPG_Grabber

    I know the Transport Stream provides EIT/EPG.
    Yes, the log files show that the idle EPG grabber is enabled. When it grabbed from Xite it found data:
    [2015-08-12 13:37:23,997] [Log ] [26 ] [INFO ] - dvb:abort grabbing epg
    [2015-08-12 13:37:24,042] [EPG ] [26 ] [INFO ] - dvb:mhw ready MHW 0 titles found
    [2015-08-12 13:37:24,046] [EPG ] [26 ] [INFO ] - dvb:dvb ready.EPG 308 channels
    [2015-08-12 13:37:24,644] [EPG ] [26 ] [INFO ] - Epg: card:2 received epg for 308 channels

    There are several errors in the logs (attached) and I've read something in really old posts (2007) that it could be because the pid is off but I couldn't wrap my head around it yet.
    I don't know what errors you're talking about. I can see that none of the EPG data is being stored, but that's not an error. That's happening because TV Server doesn't think the EPG matches any of your channels. For example:
    [2015-08-12 13:37:24,664] [EPG ] [EPG Update thread] [INFO ] - IdleEpgGrabber: no channel found for networkid:0x600 transportid:0x12 serviceid:0x4D23

    The log gives me the details for the Xite channel:
    [2015-08-12 13:27:21,354] [Log ] [DVB EPG timer] [INFO ] - dvbip: Tune:DVBIP:tv:N7 Xite Freq:0 ONID:1536 TSID:1 SID:19162 PMT:0x8FC FTA:True LCN:10000 Url:http://192.168.1.100:8080/chlist/0023

    The closest match that I can find in the EPG data is:
    [2015-08-12 13:37:25,317] [EPG ] [EPG Update thread] [INFO ] - IdleEpgGrabber: no channel found for networkid:0x600 transportid:0x80D serviceid:0x4ADA

    The [original] network ID (ONID) matches; 1536 is 0x600 in hexadecimal notation.
    The service ID (SID) matches; 19162 is 0x4ADA in hexadecimal notation.
    The transport stream ID (TSID) does not match, and so the data will not be kept. If that is really the data for Xite, you would need to change the TSID in the tuning detail to 2061 (0x80D in hexadecimal notation):
    http://wiki.team-mediaportal.com/1_...s/Add_or_Edit_a_Channel#DVB-IP_tuning_details
     

    Nervesagent

    Portal Pro
    February 26, 2014
    150
    19
    44
    Home Country
    Denmark Denmark
    Great help! Xite just got updated!
    So it was the same issue as in the old posts I read. Luckily it's just the Transport stream I need to change then.

    Just one more question:
    I have a second dvb-ip (network) tuner that does not have dvb-epg data in the stream, but does have the same channels. Is there a way to map the data that I found for eg.
    Xite on Tuner1 -> Xite on Tuner2?

    edit: If not, I may be able to run a query like insert into program where channelid=245 set values etc...
     
    Last edited:

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    I have a second dvb-ip (network) tuner that does not have dvb-epg data in the stream, but does have the same channels. Is there a way to map the data that I found for eg.
    Xite on Tuner1 -> Xite on Tuner2?
    No, not unless you merge the channels (and even then I'm not 100% sure that it will work).
     

    Users who are viewing this thread

    Top Bottom