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

Mailing List Archive: MythTV: Commits

Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex

 

 

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


noreply at mythtv

Jun 1, 2012, 12:34 AM

Post #1 of 7 (216 views)
Permalink
Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
--------------------------------------+-------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: Master Head
Severity: medium | Keywords:
Ticket locked: 0 |
--------------------------------------+-------------------------
This patch allows the EITScanner to find the right channel even if
* the broadcaster messed up their feed (e.g. feeding DVB-C from DVB-S with
mashed up multiplexes. The PMT/SDT gets properly rewritten with new
ONID/TSID but the EIT is copied unchanged)
* the channel scanner couldn't figure out ONID/TSID

Use cases to test
* passive scan within a transport (worked very well)
* active scan within a transport (I need to look at it again)
* any scan across transports (I can't test it due to no access to DVB-S)

Use cases that do not work due to missing glue code
* EIT from IPTV, etc.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jun 4, 2012, 3:33 PM

Post #2 of 7 (199 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
----------------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+-----------------------------

Comment (by dekarl@…):

v2 of the patch actually works with NULL as ONID/TSID in dtv_multiplex

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jul 16, 2012, 12:39 AM

Post #3 of 7 (180 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
----------------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+-----------------------------

Comment (by dekarl@…):

I've been running with the patch in production and it worked so well, in
active scan, I forgot to put the ONID/TSID back in.

Still to test DVB with EIT(other) (common on DVB-S) but that just uses the
old code path which worked before.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Sep 5, 2012, 8:00 AM

Post #4 of 7 (152 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
-----------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Patch - Feature | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------+-----------------------------
Changes (by wagnerrp):

* type: Bug Report - General => Patch - Feature


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Oct 6, 2012, 8:09 AM

Post #5 of 7 (117 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
-----------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Patch - Feature | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------+-----------------------------

Comment (by Stuart Auchterlonie <stuarta@…>):

In [changeset:b4110ae5f6a744b768711e4926439b83b201e105/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="b4110ae5f6a744b768711e4926439b83b201e105"
Implement fuzzy matching of channels for EIT.

Refs #10784. First try to find the channel using the full
NetID, TransportID, ServiceID. If that fails try again using
just NetID, ServiceID.

We can extend this further using some of the other ideas in
this ticket.
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Oct 6, 2012, 8:09 AM

Post #6 of 7 (117 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
-----------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Patch - Feature | Status: assigned
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
-----------------------------+-----------------------------
Changes (by stuarta):

* status: new => assigned
* milestone: unknown => 0.27


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Dec 17, 2012, 11:41 AM

Post #7 of 7 (72 views)
Permalink
Re: Ticket #10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex [In reply to]

#10784: match EIT to channels without looking at ONID or TSID in dtv_multiplex
-----------------------------+-----------------------------
Reporter: dekarl@… | Owner: stuarta
Type: Patch - Feature | Status: closed
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
-----------------------------+-----------------------------
Changes (by Karl Dietz <dekarl@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:3c3dd7c5372aefe9b597f2fc0b3509a61e4f2e37/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="3c3dd7c5372aefe9b597f2fc0b3509a61e4f2e37"
Handle EIT events of the active transport without looking at
original_network_id or transport_id

Refs #8770 - ONID/TSID presumed missing in the OP's case
Refs #10217 - ONID/TSID did not get populated, should now work without
Fixes #10784
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10784#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits

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


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.