Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


simon at koala

May 22, 2008, 4:09 PM

Post #1 of 9 (2222 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches

On Thu, 2008-05-22 at 16:55 +0000, MythTV wrote:
> #5365: Freesat (UK) EIT and Scanning patches
> ---------------------+------------------------------------------------------
> Reporter: stuartm | Owner: ijr
> Type: task | Status: new
> Priority: minor | Milestone: 0.22
> Component: mythtv | Version: head
> Severity: medium | Resolution:
> Mlocked: 0 |
> ---------------------+------------------------------------------------------
>
> Comment(by dm[at]prolingua.co.uk):
>
> This patch and the additional files enable the Freesat EPG to be received
> and, at least partly, decompressed. It includes support for the non-
> standard PIDs, decompression and enables the UK EIT fix-ups on the result.
> It could do with some tidying up and the decompression code could be
> improved by using separate index tables.

thanks for th patch.
i tried it with svn 16772 and it doesn't seem to find epg data for me.
is there anyone else out there who has had success with this?

is there any meaningful logging that i can turn on which will help debug
this?

i also noticed this in my log:

2008-05-22 22:54:28.728 DTVSM(0) Error: Wrong PMT; pmt->pn(10070)
desired(10072)
2008-05-22 22:54:28.774 DTVSM(0) Error: Wrong PMT; pmt->pn(10073)
desired(10072)
2008-05-22 22:54:28.804 DTVSM(0) Error: Wrong PMT; pmt->pn(10080)
desired(10072)
2008-05-22 22:54:28.834 DTVSM(0) Error: Wrong PMT; pmt->pn(10090)
desired(10072)
2008-05-22 22:54:28.865 DTVSM(0) Error: Wrong PMT; pmt->pn(10100)
desired(10072)
2008-05-22 22:54:28.910 DTVSM(0) Error: Wrong PMT; pmt->pn(10060)
desired(10072)

has this got anything to do with it?

regards
--
simon

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


danielk at cuymedia

May 23, 2008, 3:48 AM

Post #2 of 9 (2149 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

On Thu, 2008-05-22 at 16:55 +0000, MythTV wrote:
> #5365: Freesat (UK) EIT and Scanning patches
> ---------------------+------------------------------------------------------
> Reporter: stuartm | Owner: ijr
> Type: task | Status: new
> Priority: minor | Milestone: 0.22
> Component: mythtv | Version: head
> Severity: medium | Resolution:
> Mlocked: 0 |
> ---------------------+------------------------------------------------------
>
> Comment(by dm[at]prolingua.co.uk):
>
> This patch and the additional files enable the Freesat EPG to be received
> and, at least partly, decompressed. It includes support for the non-
> standard PIDs, decompression and enables the UK EIT fix-ups on the result.
> It could do with some tidying up and the decompression code could be
> improved by using separate index tables.

Colour me impressed!

I thought there would be a lot of talk but no one would decode enough
of the huffman tables to be useful before the spec was released :)

-- Daniel

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


dm at prolingua

May 23, 2008, 7:54 AM

Post #3 of 9 (2146 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

Simon Kenyon wrote:
> thanks for th patch.
> i tried it with svn 16772 and it doesn't seem to find epg data for me.
> is there anyone else out there who has had success with this?

Did you empty the eit_cache table and (possibly) the program table as
well? It will need to reload the EIT information. I've been using the
fixes branch but I did test it with SVN 17338 before I submitted it.

David
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


simon at koala

May 25, 2008, 12:38 AM

Post #4 of 9 (2104 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

On Fri, 2008-05-23 at 15:54 +0100, David Matthews wrote:
> Simon Kenyon wrote:
> > thanks for th patch.
> > i tried it with svn 16772 and it doesn't seem to find epg data for me.
> > is there anyone else out there who has had success with this?
>
> Did you empty the eit_cache table and (possibly) the program table as
> well? It will need to reload the EIT information. I've been using the
> fixes branch but I did test it with SVN 17338 before I submitted it.

well in response to your email i first cleared eit_cache and then
(because i could not see what was coming in because i was using
tv_grab_uk_rt to fill the program table) i deleted that also. i left it
to run for the best part of 24 hours and it has filled up with program
data. from observing it, it seems to transmit data in a quite random
fashion. it also does not seem to send data for relatively soon program
- the assumption being that this runs continuously and for a long time
(i suppose with a STB this is a reasonable assumption).

this is fantastic work. thank you very much.

regards
--
simon

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


will at netmindz

Jun 30, 2008, 11:02 AM

Post #5 of 9 (1450 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

Simon Kenyon wrote:
> On Fri, 2008-05-23 at 15:54 +0100, David Matthews wrote:
>> Simon Kenyon wrote:
>>> thanks for th patch.
>>> i tried it with svn 16772 and it doesn't seem to find epg data for me.
>>> is there anyone else out there who has had success with this?
>> Did you empty the eit_cache table and (possibly) the program table as
>> well? It will need to reload the EIT information. I've been using the
>> fixes branch but I did test it with SVN 17338 before I submitted it.
>
> well in response to your email i first cleared eit_cache and then
> (because i could not see what was coming in because i was using
> tv_grab_uk_rt to fill the program table) i deleted that also. i left it
> to run for the best part of 24 hours and it has filled up with program
> data. from observing it, it seems to transmit data in a quite random
> fashion. it also does not seem to send data for relatively soon program
> - the assumption being that this runs continuously and for a long time
> (i suppose with a STB this is a reasonable assumption).
>
> this is fantastic work. thank you very much.
>
> regards
> --
> simon
>
>

What channels came up with programs ? I'm running r17648 of
branches/release-0-21-fixes for 24+ hours and see no program data yet


--
Will Tatam

*******************************************
Unite against human rights abuse in the 'war on terror'
http://www.unsubscribe-me.org

Amnesty International
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


will at netmindz

Jul 12, 2008, 6:11 AM

Post #6 of 9 (1272 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

I have got it working, it turned out to be a configuration issue in
myth. What I'm now seeing are scheduling errors due to the bug in the EIT

FreeView: Program ID: www.channel4.com/42790/004
FreeSat: Program ID: /42790/004

--
Will Tatam

*******************************************
Unite against human rights abuse in the 'war on terror'
http://www.unsubscribe-me.org

Amnesty International

****************************
http://shop.inspiralled.net/
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


stuarta at squashedfrog

Jul 13, 2008, 8:05 AM

Post #7 of 9 (1254 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

Will Tatam wrote:
> I have got it working, it turned out to be a configuration issue in
> myth. What I'm now seeing are scheduling errors due to the bug in the EIT
>
> FreeView: Program ID: www.channel4.com/42790/004
> FreeSat: Program ID: /42790/004
>
>

No it's not a bug in the EIT as such

The first part of the program id is pulled out of the database.
It gets there as a result of a channel scan with mythtv, as the
info is stored in the SDT and we don't monitor that during
EIT scanning.

So you will need to rescan the input containing the freesat
channels. If that information isn't then populated then there
is a bug in the scanner.


Stuart A
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


reidjr at btconnect

Jul 17, 2008, 2:04 PM

Post #8 of 9 (1149 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

Stuart Auchterlonie wrote:
> Will Tatam wrote:
>
>> I have got it working, it turned out to be a configuration issue in
>> myth. What I'm now seeing are scheduling errors due to the bug in the EIT
>>
>> FreeView: Program ID: www.channel4.com/42790/004
>> FreeSat: Program ID: /42790/004
>>
>>
>>
>
> No it's not a bug in the EIT as such
>
> The first part of the program id is pulled out of the database.
> It gets there as a result of a channel scan with mythtv, as the
> info is stored in the SDT and we don't monitor that during
> EIT scanning.
>
> So you will need to rescan the input containing the freesat
> channels. If that information isn't then populated then there
> is a bug in the scanner.
>
>
> Stuart A
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev[at]mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>
I'm seeing the same thing. A full scan of all transponders on astra
(FREESAT) does not populate the default_authority field , which I guess
is where the first part of the program Id comes from ? I havnt tried
wiping the channel table to carry out a truly clean scan...didn't want
the pain.

John
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


stuarta at squashedfrog

Jul 21, 2008, 8:48 AM

Post #9 of 9 (1077 views)
Permalink
Re: [mythtv-commits] Ticket #5365: Freesat (UK) EIT and Scanning patches [In reply to]

John wrote:
> Stuart Auchterlonie wrote:
>> Will Tatam wrote:
>>
>>> I have got it working, it turned out to be a configuration issue in
>>> myth. What I'm now seeing are scheduling errors due to the bug in the EIT
>>>
>>> FreeView: Program ID: www.channel4.com/42790/004
>>> FreeSat: Program ID: /42790/004
>>>
>>>
>>>
>> No it's not a bug in the EIT as such
>>
>> The first part of the program id is pulled out of the database.
>> It gets there as a result of a channel scan with mythtv, as the
>> info is stored in the SDT and we don't monitor that during
>> EIT scanning.
>>
>> So you will need to rescan the input containing the freesat
>> channels. If that information isn't then populated then there
>> is a bug in the scanner.
>>
>>
>> Stuart A
>> _______________________________________________
>> mythtv-dev mailing list
>> mythtv-dev[at]mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>>
>>
> I'm seeing the same thing. A full scan of all transponders on astra
> (FREESAT) does not populate the default_authority field , which I guess
> is where the first part of the program Id comes from ? I havnt tried
> wiping the channel table to carry out a truly clean scan...didn't want
> the pain.
>

Having now got myself a dvb-s card i can confirm that scanning Astra
doesn't populate the default_authority. So there is a bug here

Stuart
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.