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

Mailing List Archive: MythTV: Commits

Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels

 

 

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


noreply at mythtv

Aug 18, 2012, 3:36 PM

Post #1 of 9 (176 views)
Permalink
Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
---------------------------------+------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Keywords: CAM EIT
Ticket locked: 0 |
---------------------------------+------------------------
SignalMonitor or Recorder initializes CAM-Module and sends CA_PMT for all
channels and programs, not only encrypted. They also do so for grabbing
EIT-Data with EIT-Scans. All the time, every few minutes during EIT-Scan
if channels change CAM is stopped and restarted (shows also up in syslog).
So I decided to write a fix.
Now the CAM is only initialized and CA_PMT is sent if
a stream or program is encrypted and we want to record or look live-TV.

So now I provide the patch. Perhaps it could be helpful for some other
people.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021>
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

Aug 26, 2012, 6:53 AM

Post #2 of 9 (153 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

Comment (by Shinck@…):

Recently I switched from fixes/0.25 to master. The patch also works fine.
So I will attach it here.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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

Feb 22, 2013, 2:47 PM

Post #3 of 9 (113 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

Comment (by thomas@…):

Can this be added to 0.26 fixes, please?

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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

Feb 26, 2013, 1:58 PM

Post #4 of 9 (109 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

Comment (by Shinck@…>):

In [changeset:32b0546e488aa07a87ef3704e93277258ee0fce1/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="32b0546e488aa07a87ef3704e93277258ee0fce1"
Don't use the CAM when on an unencrypted channel or when
just looking for EIT data

Refs #11021

Signed-off-by: Stuart Auchterlonie <stuarta [at] squashedfrog>
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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

Feb 26, 2013, 1:59 PM

Post #5 of 9 (108 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------
Changes (by stuarta):

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


--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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

Feb 26, 2013, 2:39 PM

Post #6 of 9 (107 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

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

In [changeset:c2553d808078a9e45b57a94a61fb26ac35b99787/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="c2553d808078a9e45b57a94a61fb26ac35b99787"
Fix build after 32b0546e488aa07a87ef3704e93277258ee0fce1

There should be no need to make DTVSignalMonitor dependent
on DVBChannel. I've reverted that part of the patch.

Refs #11021
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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

Mar 7, 2013, 4:44 PM

Post #7 of 9 (95 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

Comment (by Shinck@…>):

In [changeset:93f2d2b52ffcab1d20b220a9cfa3420fec5483f2/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="93f2d2b52ffcab1d20b220a9cfa3420fec5483f2"
Don't use the CAM when on an unencrypted channel or when
just looking for EIT data

Refs #11021

Signed-off-by: Stuart Auchterlonie <stuarta [at] squashedfrog>
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#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


noreply at mythtv

Mar 7, 2013, 4:44 PM

Post #8 of 9 (95 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

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

In [changeset:d626d5667a7ddb8e2567cb6898130d997cd878da/mythtv]:
{{{
#!CommitTicketReference repository="mythtv"
revision="d626d5667a7ddb8e2567cb6898130d997cd878da"
Fix build after 32b0546e488aa07a87ef3704e93277258ee0fce1

There should be no need to make DTVSignalMonitor dependent
on DVBChannel. I've reverted that part of the patch.

Refs #11021
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#comment:7>
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

Mar 9, 2013, 3:28 AM

Post #9 of 9 (88 views)
Permalink
Re: Ticket #11021: DVBCam/CAM-Module initialized/used also with not encrypted channels [In reply to]

#11021: DVBCam/CAM-Module initialized/used also with not encrypted channels
-----------------------------+----------------------------
Reporter: Shinck@… | Owner: stuarta
Type: Patch - Bug Fix | Status: accepted
Priority: minor | Milestone: 0.27
Component: MythTV - EIT | Version: 0.25-fixes
Severity: medium | Resolution:
Keywords: CAM EIT | Ticket locked: 0
-----------------------------+----------------------------

Comment (by thomas@…):

Even after applying the 0.26 patch on 0.26 fixes, it still uses the CAM
and decrypts the channel during EIT scan.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11021#comment:8>
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.