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

Mailing List Archive: MythTV: Users

CableCard Chain.

 

 

First page Previous page 1 2 Next page Last page  View All MythTV users RSS feed   Index | Next | Previous | View Threaded


cp at ccil

Jul 24, 2012, 5:37 PM

Post #1 of 42 (1270 views)
Permalink
CableCard Chain.

http://www.mythtv.org/wiki/Silicondust_HDHomeRun_Prime says "Full support
of CableCARD requires that every device and software in the recording chain
be certified as enforcing the copy protection mandated by the software. For
insurmountable technical reasons, MythTV cannot comply with this. Because
of this, the HDHomeRun Prime will only allow MythTV access to those shows
that are not copy protected." So we are treated like pirates who need to
be chained by DRM...

Tivo was, and probably still is, running Linux, so why is it technically
insurmountable for MythTV to get certified by CableLabs?


Thanks,
Chuck


jaglover at gmail

Jul 24, 2012, 5:42 PM

Post #2 of 42 (1256 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, 24 Jul 2012 20:37:28 -0400
Chuck Peters <cp [at] ccil> wrote:

> Tivo was, and probably still is, running Linux, so why is it
> technically insurmountable for MythTV to get certified by CableLabs?

Open source.

--
Cheers, Saul
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


cp at ccil

Jul 24, 2012, 6:01 PM

Post #3 of 42 (1259 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 8:42 PM, Saul A. Peebsen <jaglover [at] gmail> wrote:

> On Tue, 24 Jul 2012 20:37:28 -0400
> Chuck Peters <cp [at] ccil> wrote:
>
> > Tivo was, and probably still is, running Linux, so why is it
> > technically insurmountable for MythTV to get certified by CableLabs?
>
> Open source.
>

That really doesn't explain it. Tivo uses GPLv2 with Linux and
is certified by CableLabs to name one example among many other proprietary
software that run on Fedora, Ubuntu and other flavors. Why can't some API
be put in Mythtv and optionally also run the Cable Labs DRM hell?


Chuck


dheitmueller at kernellabs

Jul 24, 2012, 6:05 PM

Post #4 of 42 (1261 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 8:37 PM, Chuck Peters <cp [at] ccil> wrote:
> Tivo was, and probably still is, running Linux, so why is it technically
> insurmountable for MythTV to get certified by CableLabs?

The way most of these hardware designs work is the encryption is done
in hardware and the operating system never has access to the
unencrypted stream. It comes in on the cable card, gets reencrypted
in silicon using keys built into the chip, and the encrypted stream is
stored on disk. Then when playback is needed the encrypted stream is
read off disk, fed into the on-chip decryption engine and the
resulting stream is funneled out the video output. The point is that
the operating system can never actually see the unencrypted stream.

The other approach is to allow the operating system access to the
unencrypted stream, but use code signing to ensure that only the
kernel that was provided by the vendor can access it (enforced in
hardware or the boot loader). In this case they can make the kernel
source available, but without the code signing key you cannot run an
unsigned kernel on the hardware platform.

Most people don't realize it, but many of the settop boxes provided by
the cable companies themselves run Linux. Of course they are under no
obligation to give you the GPL source, since the cable company is
technically the owner of the hardware and you just lease it.

Devin

--
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


gary.buhrmaster at gmail

Jul 24, 2012, 6:37 PM

Post #5 of 42 (1256 views)
Permalink
Re: CableCard Chain. [In reply to]

On Wed, Jul 25, 2012 at 1:01 AM, Chuck Peters <cp [at] ccil> wrote:
> On Tue, Jul 24, 2012 at 8:42 PM, Saul A. Peebsen <jaglover [at] gmail> wrote:
...
>> Open source.
>
>
> That really doesn't explain it.

Correct. There are many open source licenses. Some allow more
"flexibility" than others.

> Tivo uses GPLv2 with Linux and is certified by CableLabs

And TiVo provides their kernel sources.

What they do not provide is the code to their app and "protected
path" implementations. And since it is just running on the kernel,
they do not have to (under GPLv2 rules).

While it is not impossible to imagine that one could, in theory,
use some hardware encryption technology to ensure that the
path was completely encrypted from CableCARD to HDCP
compliant video card, that would essentially make the app
a Windows Media Extender or another TiVo. It would, in
essence, strip most of the Mythical out of the MythTV solution.

Oh, and did someone mention that that certification would
probably cost closer to a quarter million dollars, and that
any change to the app requires re-certification (at a lower
cost as long as the change is considered minor, but still
real money).

Gary
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


cp at ccil

Jul 24, 2012, 6:53 PM

Post #6 of 42 (1259 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 9:05 PM, Devin Heitmueller <
dheitmueller [at] kernellabs> wrote:

> On Tue, Jul 24, 2012 at 8:37 PM, Chuck Peters <cp [at] ccil> wrote:
> > Tivo was, and probably still is, running Linux, so why is it technically
> > insurmountable for MythTV to get certified by CableLabs?
>
> The way most of these hardware designs work is the encryption is done
> in hardware and the operating system never has access to the
> unencrypted stream. It comes in on the cable card, gets reencrypted
> in silicon using keys built into the chip, and the encrypted stream is
> stored on disk. Then when playback is needed the encrypted stream is
> read off disk, fed into the on-chip decryption engine and the
> resulting stream is funneled out the video output. The point is that
> the operating system can never actually see the unencrypted stream.
>

OK, except that it doesn't seem possible that this is just hardware based
because WMC (Windows Media Center and Windows 7) will record and play (on
the machine it was recorded on) video streams with the CCI flag set as
protected-copyonce. In other words WMC is storing the recording encrypted
and can only be played by that machine, or a so called media extender. And
it seems the only media extender currently being manufactured is Xbox 360.

I am trying to get a better understanding of why after running mythtv since
1996 and being forced by our local cable company to convert to digital,
they will force me to pay for channels I can't watch, and upgrading to
their so called "Digital Basic" they will allow me to watch 2 of 48
channels. The lowest tier of this digital transition "Expanded Basic" has
26 channels set so we can't watch them. We are getting screwed.

I haven't found anything that will allow Windows XP to record or
play protected-copyonce streams. Was it the 1996 Telecommunications Act
that supposed to allow a proliferation of consumer devices, or some other
federal law... And in 2011 the FCC added some rules regarding cable
companies and cable cards after threatening to make them get rid of cable
cards completely. The only options for viewing protected-copyonce streams
are WMC, Tivo and cable company DVR's. I think this cable card mess
started in the year 2000 or earlier and given that much time I don't see
how it can be a technical barrier, I think the cable companies via
CableLabs have gamed the system to create artificial barriers to prevent
this proliferation of consumer devices in large part because they rent and
sell more DVR's etc.


Chuck



>
> The other approach is to allow the operating system access to the
> unencrypted stream, but use code signing to ensure that only the
> kernel that was provided by the vendor can access it (enforced in
> hardware or the boot loader). In this case they can make the kernel
> source available, but without the code signing key you cannot run an
> unsigned kernel on the hardware platform.
>
> Most people don't realize it, but many of the settop boxes provided by
> the cable companies themselves run Linux. Of course they are under no
> obligation to give you the GPL source, since the cable company is
> technically the owner of the hardware and you just lease it.
>
> Devin
>
> --
> Devin J. Heitmueller - Kernel Labs
> http://www.kernellabs.com
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>


gary.buhrmaster at gmail

Jul 24, 2012, 7:10 PM

Post #7 of 42 (1251 views)
Permalink
Re: CableCard Chain. [In reply to]

On Wed, Jul 25, 2012 at 1:53 AM, Chuck Peters <cp [at] ccil> wrote:
....
> OK, except that it doesn't seem possible that this is just hardware based
> because WMC (Windows Media Center and Windows 7) will record and play (on
> the machine it was recorded on) video streams with the CCI flag set as
> protected-copyonce.

WMC implements something called a "protected path", which uses
signed codes that insure that the content(s) cannot be accessed
from outside of that "protected path", which was what Devin was
saying was an alternative implementation.

For some MythTV users, the pragmatic alternative for MSOs that
are more protective of their content is to take advantage of the
"analog hole", and purchase something like a HD-PVR.

See: http://www.mythtv.org/wiki/Hauppauge_HD-PVR

The other alternative (for some) is to change MSOs (or move :-)

And while I expect it to have little to no impact (the decision
about what to protect is probably above their pay grade), you
should raise your concerns with your local franchise manager
(and not just some CSR at the front desk).

Gary
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


cp at ccil

Jul 24, 2012, 7:19 PM

Post #8 of 42 (1246 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 9:37 PM, Gary Buhrmaster
<gary.buhrmaster [at] gmail> wrote:
>
>
> Oh, and did someone mention that that certification would
> probably cost closer to a quarter million dollars, and that
> any change to the app requires re-certification (at a lower
> cost as long as the change is considered minor, but still
> real money).


Now that's reasoning that sounds like CableLabs creating artificial
barriers. It would screw the whole concept of fixes, and that would
suck. A quarter million dollars is by no means cheap but I'm not sure
if that is enough of a barrier to explain why only Tivo and WMC are
the only non cable company solutions. Mark Shuttleworth and a lot of
other people could afford that. What other explanations as to why we
don't have the proliferation of devices?

Will UbuntuTV be CableLabs certified and could working with Canonical
allow us, the Mythtv Community, to get DRM hell certified?


Chuck
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


dheitmueller at kernellabs

Jul 24, 2012, 7:21 PM

Post #9 of 42 (1247 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 10:10 PM, Gary Buhrmaster
<gary.buhrmaster [at] gmail> wrote:
> On Wed, Jul 25, 2012 at 1:53 AM, Chuck Peters <cp [at] ccil> wrote:
> ....
>> OK, except that it doesn't seem possible that this is just hardware based
>> because WMC (Windows Media Center and Windows 7) will record and play (on
>> the machine it was recorded on) video streams with the CCI flag set as
>> protected-copyonce.
>
> WMC implements something called a "protected path", which uses
> signed codes that insure that the content(s) cannot be accessed
> from outside of that "protected path", which was what Devin was
> saying was an alternative implementation.

Correct. Basically Microsoft came up with a fairly sophisticated
model which uses signed drivers (including the video driver) to ensure
that the unencrypted path is never exposed.

Yup, it's crappy. Yes, you're getting screwed by the cable companies.
They almost certainly doing this to increase rental income by forcing
people to have more settop boxes. I never intended to suggest
otherwise.

Devin

--
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


adeffs.mythtv at gmail

Jul 24, 2012, 7:21 PM

Post #10 of 42 (1250 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 10:10 PM, Gary Buhrmaster
<gary.buhrmaster [at] gmail> wrote:
> On Wed, Jul 25, 2012 at 1:53 AM, Chuck Peters <cp [at] ccil> wrote:
> ....
>> OK, except that it doesn't seem possible that this is just hardware based
>> because WMC (Windows Media Center and Windows 7) will record and play (on
>> the machine it was recorded on) video streams with the CCI flag set as
>> protected-copyonce.
>
> WMC implements something called a "protected path", which uses
> signed codes that insure that the content(s) cannot be accessed
> from outside of that "protected path", which was what Devin was
> saying was an alternative implementation.
>
> For some MythTV users, the pragmatic alternative for MSOs that
> are more protective of their content is to take advantage of the
> "analog hole", and purchase something like a HD-PVR.
>
> See: http://www.mythtv.org/wiki/Hauppauge_HD-PVR
>
> The other alternative (for some) is to change MSOs (or move :-)
>
> And while I expect it to have little to no impact (the decision
> about what to protect is probably above their pay grade), you
> should raise your concerns with your local franchise manager
> (and not just some CSR at the front desk).
>
> Gary

Tivo also cannot playback copy once content through it's network
connected boxes.


--
Steve
http://www.mythtv.org/wiki/User:Steveadeff
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette - http://www.mythtv.org/wiki/Mailing_List_etiquette
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


danielk at cuymedia

Jul 24, 2012, 7:21 PM

Post #11 of 42 (1248 views)
Permalink
Re: CableCard Chain. [In reply to]

On 07/24/2012 09:01 PM, Chuck Peters wrote:
> On Tue, Jul 24, 2012 at 8:42 PM, Saul A. Peebsen <jaglover [at] gmail
> <mailto:jaglover [at] gmail>> wrote:
>
> On Tue, 24 Jul 2012 20:37:28 -0400
> Chuck Peters <cp [at] ccil <mailto:cp [at] ccil>> wrote:
>
> > Tivo was, and probably still is, running Linux, so why is it
> > technically insurmountable for MythTV to get certified by CableLabs?
>
> Open source.
>
>
> That really doesn't explain it. Tivo uses GPLv2 with Linux and
> is certified by CableLabs to name one example among many other
> proprietary software that run on Fedora, Ubuntu and other flavors. Why
> can't some API be put in Mythtv and optionally also run the Cable Labs
> DRM hell?

The first barrier is that you need a secret key in order
to connect to the CableLabs certified recording hardware in
permissive mode. CableLabs will not issue such a key until
you've paid them $500,000 for them to certify that you have:

1/ made sufficient measures to prevent anyone else from
gaining access to that key.
2/ ensured that the application can't be hacked to allow
the end user to view the content in unapproved fashion.
3/ complied with a whole bunch of silly requirements that will
add another $500,000 to the software development costs.

If you give me $1,000,000 + a reasonable profit today + I can
probably give you one system running MythTV that is CableLabs
certified in 2-3 years.

The barrier is not entirely insurmountable, but it is very
expensive and if I had that type of money to spend on MythTV
I'm pretty sure this isn't how I would spend it.

-- Daniel
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


dheitmueller at kernellabs

Jul 24, 2012, 7:23 PM

Post #12 of 42 (1251 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 10:19 PM, Chuck Peters <cp [at] ccil> wrote:
> Now that's reasoning that sounds like CableLabs creating artificial
> barriers. It would screw the whole concept of fixes, and that would
> suck. A quarter million dollars is by no means cheap but I'm not sure
> if that is enough of a barrier to explain why only Tivo and WMC are
> the only non cable company solutions. Mark Shuttleworth and a lot of
> other people could afford that. What other explanations as to why we
> don't have the proliferation of devices?

Cable Labs is effectively the consortium of cable companies and legacy
set top box manufacturers. Yes, the FCC delegated the actual
implementation of the regulation to the people who had a vested
interest in seeing it not be successful.

Devin

--
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


raymond at wagnerrp

Jul 24, 2012, 7:37 PM

Post #13 of 42 (1255 views)
Permalink
Re: CableCard Chain. [In reply to]

On 7/24/2012 21:53, Chuck Peters wrote:
> On Tue, Jul 24, 2012 at 9:05 PM, Devin Heitmueller
> <dheitmueller [at] kernellabs <mailto:dheitmueller [at] kernellabs>> wrote:
>
> On Tue, Jul 24, 2012 at 8:37 PM, Chuck Peters <cp [at] ccil
> <mailto:cp [at] ccil>> wrote:
> > Tivo was, and probably still is, running Linux, so why is it
> technically
> > insurmountable for MythTV to get certified by CableLabs?
>
> The way most of these hardware designs work is the encryption is done
> in hardware and the operating system never has access to the
> unencrypted stream. It comes in on the cable card, gets reencrypted
> in silicon using keys built into the chip, and the encrypted stream is
> stored on disk. Then when playback is needed the encrypted stream is
> read off disk, fed into the on-chip decryption engine and the
> resulting stream is funneled out the video output. The point is that
> the operating system can never actually see the unencrypted stream.
>
>
> OK, except that it doesn't seem possible that this is just hardware
> based because WMC (Windows Media Center and Windows 7) will record and
> play (on the machine it was recorded on) video streams with the CCI flag
> set as protected-copyonce. In other words WMC is storing the recording
> encrypted and can only be played by that machine, or a so called media
> extender. And it seems the only media extender currently being
> manufactured is Xbox 360.

Windows is a closed source platform. You cannot simply modify the code,
and add in a new interface to access the unencrypted video. Even if it
were open source, you would only be able to access the content on the
original binary distribution, as that would be the only version known to
maintain the DRM. Additionally, Windows Vista and 7 implement a
"protected video path" to prevent users from writing additional software
that attempts to intercept the data at any point on the system.

> after running mythtv since 1996

Would that be 2006?

> I haven't found anything that will allow Windows XP to record or
> play protected-copyonce streams.

Windows XP does not have the protected path incorporated into Vista,
which is why Microsoft has never certified it with CableLabs, and also
why there are difficulties playing some Bluray content.

> I think this cable card mess started in the year 2000 or earlier and
> given that much time I don't see how it can be a technical barrier,
> I think the cable companies via CableLabs have gamed the system to
> create artificial barriers to prevent this proliferation of consumer
> devices in large part because they rent and sell more DVR's etc.

Yes and no. By being given the only keys to the system, CableLabs has
afforded cable companies a near monopoly on what hardware can connect
directly to cable networks. They have very strict requirements, and
very high certification fees, that has resulted in nearly no third party
hardware available for purchase in the more than half decade since the
module CableCard access system became a federal requirement.

However, the core problem is DRM. DRM demands a closed source
environment, or at least one with signed, uneditable binaries.
Conditional access itself is not a problem, as it is only a closed
system up until the point that it is unencrypted and handed off to the
3rd party hardware. With DRM, the entire chain of software and hardware
that touches the unencrypted content must be free of user control, as
its only purpose is to restrict user access. You don't actually own
anything you may have purchased that is protected by DRM, you are merely
allowed to access it in an approved manner, for now.

Complain about CableCard all you wish, but the simple fact is that the
ideals of DRM and the open source community are categorically opposed.
If CableCard gets replaced by something else, that something else will
still be protected by DRM, and since MythTV cannot maintain that DRM and
still be capable of user modification, MythTV will not be allowed to
access any content through it. You're right back in the same situation
we have now, where DRM-free content using a CableCard tuner as a
conditional access system works great, but for any DRM-protected
content, you're hosed.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


gary.buhrmaster at gmail

Jul 24, 2012, 7:38 PM

Post #14 of 42 (1247 views)
Permalink
Re: CableCard Chain. [In reply to]

On Wed, Jul 25, 2012 at 2:21 AM, Devin Heitmueller
<dheitmueller [at] kernellabs> wrote:

> .... They almost certainly doing this to increase rental income by forcing
> people to have more settop boxes. I never intended to suggest
> otherwise.
>
> Devin

This is OT to the discussion, but I do not really believe this is true.
The STB's cost the MSOs quite a lot, and the rental fees would take
many years to fully recover (and by that time most people with any
knowledge have upgraded to a newer, bigger, hard disk STB for "free"
because they can by walking into the local office and asking for it).

No, the purpose of the STB's is to enable you to spend more
(on PPV/On-Demand), allow them (via digital tech) to broadcast
400 channels (of which you regularly watch 10, but someone
else watches a different subset, etc.), while protecting the
content they have agreed to protect via various DRM tech.

In the longer term, the STB as we know it today will morph
into being just another IP end-point, but there is still some
disagreement on exactly the approaches to take. We live
in interesting times.

Gary
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


cp at ccil

Jul 24, 2012, 7:56 PM

Post #15 of 42 (1246 views)
Permalink
Re: CableCard Chain. [In reply to]

On Tue, Jul 24, 2012 at 10:10 PM, Gary Buhrmaster
<gary.buhrmaster [at] gmail> wrote:
> The other alternative (for some) is to change MSOs (or move :-)

We are in rural Virginia and have one choice for cable and too many
trees for satellite.

> And while I expect it to have little to no impact (the decision
> about what to protect is probably above their pay grade), you
> should raise your concerns with your local franchise manager
> (and not just some CSR at the front desk).

To summarize my experience with our local cable company my language
would not be appropriate for this public list.

Shortly after getting the CableCards I made a number of calls telling
them it was a CCI issue. I have been trying for more than 7 weeks,
been told numerous times they would fix the CCI issues, then Monday
they basically said we are screwed. Before the first tech visit I
posted a number of files including a channel scan at
http://axs.org/Metrocast/ One thing that has been very frustrating is
I have had to explain CCI to everyone of the so called techs I called,
including the local head end manager, and he just seemed to be
stonewallling for the most part because after dealing with him for a
month it became obvious he did not understand CCI etc... Four visits
from techs, a so called requirement of escalation was to check signal
strength, and that was after telling them I could provide the signal
strength of any channel they wanted with the hdhomerun_config program,
a lot of unreturned calls and emails and too much to go into here. I
am waiting for a written explanation, but I am expecting the same
level of CS and have to keep calling and emailing them...


Chuck
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


dekarl at spaetfruehstuecken

Jul 24, 2012, 11:16 PM

Post #16 of 42 (1217 views)
Permalink
Re: CableCard Chain. [In reply to]

Hi Chuck,

On 25.07.2012 02:37, Chuck Peters wrote:
>
> Tivo was, and probably still is, running Linux, so why is it technically
> insurmountable for MythTV to get certified by CableLabs?

see http://en.wikipedia.org/wiki/Tivoization on how to use open source
in a way compatible with DRM and how much *some* open source communities
like it.
Its a way that works for a company but not for a fast moving open
project. (reasons have already been given by others)

Regards,
Karl
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


linux at thehobsons

Jul 25, 2012, 12:23 AM

Post #17 of 42 (1215 views)
Permalink
Re: CableCard Chain. [In reply to]

Chuck Peters wrote:

>I am trying to get a better understanding of why
>after running mythtv since 1996 and being forced
>by our local cable company to convert to
>digital, they will force me to pay for channels
>I can't watch, and upgrading to their so called
>"Digital Basic" they will allow me to watch 2 of
>48 channels. The lowest tier of this digital
>transition "Expanded Basic" has 26 channels set
>so we can't watch them. We are getting screwed.

You forget a couple of key points :

First, and most important, too many people really
can't see why this is a problem. The same people
buy and i<thing> and buy into "St Steve's" claim
that it's all for their protection and security;
same goes for the slightly less closed Android
platform. The same people who buy DRM infested
ebooks, and closed DRM infested devices like
Kindle.
Because so many people are prepared to buy these,
then the manufacturers will sell them in that
state. Put simply, the number of people who
understand the issues is very small -
insignificant in fact.

Secondly, this is all about money. Forget any
rhetoric about safety and security, it's all
about money and control. By going digital the
cable companies can screw you. They can
effectively prevent you from doing anything but
watching what they push to you, when they push
it, on a device approved by the industry. They
really couldn't care less if a handful of MythTV
users turned round and refused to pay - the other
99.99% of the population will pay.

We have (almost) the same situation over here in
the UK. Satellite is "owned" by Sky who use
closed proprietary boxes, use a closed
proprietary encryption, control the programs
transmitted and their position in the EPG - in
short, they control who sees what and how easy it
is to find (don't pay enough and you'll be hidden
away on the last page of the EPG). But while a
handful of us know about the limitations and
refuse go give a penny to the bunch of
<expletives removed> scum, many millions do and
thing they are getting a good deal. Sky really
don't care about the handful of us that do
understand - we don't even make the rounding
errors in their subscriber base.
We do have cable in some areas - pretty much the same applies.

Where we do differ from you guys in the US is
that we have a healthy FTA service. Whatever
people say about it, I'm convinced that we have
that in a large part due to use having a state
broadcaster funded by a mandatory TV licence fee
and who (despite some appearances) do still seem
to care both about technical standards and
program quality. Of course, every now and then
there's another call for the licence fee to be
scrapped - IMO that would be giving everything a
good shove down the slippery slope to what you
guys have.



As to the technical stuff, until the HDMI HDCP
security protocol gets broken open, then there
will be no way whatsoever to have an open source
system able to work with these encrypted and
protected sources. Even then, it will be a
criminal offence in the US (and over here in the
UK now) to use that knowledge.
Presumably if that ever happens, the industry
will roll out an "upgrade" that makes older kit
useless. Only then with the average man in the
street take notice when thousands of $ (£ over
here) of TV kit etc stops working - and if it
happens, we need to be ready to publicise exactly
who is responsible and why.


Complaining here will do you no good. The people
you need to be ear-bending are your politicians.
Good luck with that because the handful of us
that care cannot match the backhanders the
powerful "media industry" offers - they aren't
going to jump off the gravy train for a handful
of votes.

--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


nick.rout at gmail

Jul 25, 2012, 12:37 AM

Post #18 of 42 (1214 views)
Permalink
Re: CableCard Chain. [In reply to]

On Wed, Jul 25, 2012 at 7:23 PM, Simon Hobson <linux [at] thehobsons> wrote:
> Chuck Peters wrote:
>
>> I am trying to get a better understanding of why after running mythtv
>> since 1996 and being forced by our local cable company to convert to
>> digital, they will force me to pay for channels I can't watch, and upgrading
>> to their so called "Digital Basic" they will allow me to watch 2 of 48
>> channels. The lowest tier of this digital transition "Expanded Basic" has
>> 26 channels set so we can't watch them. We are getting screwed.
>
>
> You forget a couple of key points :
>
> First, and most important, too many people really can't see why this is a
> problem. The same people buy and i<thing> and buy into "St Steve's" claim
> that it's all for their protection and security; same goes for the slightly
> less closed Android platform. The same people who buy DRM infested ebooks,
> and closed DRM infested devices like Kindle.
> Because so many people are prepared to buy these, then the manufacturers
> will sell them in that state. Put simply, the number of people who
> understand the issues is very small - insignificant in fact.
>
> Secondly, this is all about money. Forget any rhetoric about safety and
> security, it's all about money and control. By going digital the cable
> companies can screw you. They can effectively prevent you from doing
> anything but watching what they push to you, when they push it, on a device
> approved by the industry. They really couldn't care less if a handful of
> MythTV users turned round and refused to pay - the other 99.99% of the
> population will pay.
>
> We have (almost) the same situation over here in the UK. Satellite is
> "owned" by Sky who use closed proprietary boxes, use a closed proprietary
> encryption, control the programs transmitted and their position in the EPG -
> in short, they control who sees what and how easy it is to find (don't pay
> enough and you'll be hidden away on the last page of the EPG). But while a
> handful of us know about the limitations and refuse go give a penny to the
> bunch of <expletives removed> scum, many millions do and thing they are
> getting a good deal. Sky really don't care about the handful of us that do
> understand - we don't even make the rounding errors in their subscriber
> base.
> We do have cable in some areas - pretty much the same applies.
>
> Where we do differ from you guys in the US is that we have a healthy FTA
> service. Whatever people say about it, I'm convinced that we have that in a
> large part due to use having a state broadcaster funded by a mandatory TV
> licence fee and who (despite some appearances) do still seem to care both
> about technical standards and program quality. Of course, every now and then
> there's another call for the licence fee to be scrapped - IMO that would be
> giving everything a good shove down the slippery slope to what you guys
> have.
>
>
>
> As to the technical stuff, until the HDMI HDCP security protocol gets broken
> open, then there will be no way whatsoever to have an open source system
> able to work with these encrypted and protected sources. Even then, it will
> be a criminal offence in the US (and over here in the UK now) to use that
> knowledge.
> Presumably if that ever happens, the industry will roll out an "upgrade"
> that makes older kit useless. Only then with the average man in the street
> take notice when thousands of $ (£ over here) of TV kit etc stops working -
> and if it happens, we need to be ready to publicise exactly who is
> responsible and why.

Agree with what you say, but for the same reasons you have already
explained (market dominance etc) the blame will be squarely laid at
the pinko long haired cheating pirates who broke their previous TVs
safety features...
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


bkamen at benjammin

Jul 25, 2012, 12:46 AM

Post #19 of 42 (1220 views)
Permalink
Re: CableCard Chain. [In reply to]

On 2012-07-25 2:23 AM, Simon Hobson wrote:
> Chuck Peters wrote:
>
>> I am trying to get a better understanding of why after running mythtv since 1996 and being forced by our local cable company to convert to digital, they will force me to pay for channels I can't watch, and upgrading to their so called "Digital Basic" they will allow me to watch 2 of 48 channels. The lowest tier of this digital transition "Expanded Basic" has 26 channels set so we can't watch them. We are getting screwed.
>
> You forget a couple of key points :
>
> First, and most important, too many people really can't see why this is a problem. The same people buy and i<thing> and buy into "St Steve's" claim that it's all for their protection and security; same goes for the slightly less closed Android platform. The same people who buy DRM infested ebooks, and closed DRM infested devices like Kindle.
> Because so many people are prepared to buy these, then the manufacturers will sell them in that state. Put simply, the number of people who understand the issues is very small - insignificant in fact.
>
> Secondly, this is all about money. Forget any rhetoric about safety and security, it's all about money and control. By going digital the cable companies can screw you. They can effectively prevent you from doing anything but watching what they push to you, when they push it, on a device approved by the industry. They really couldn't care less if a handful of MythTV users turned round and refused to pay - the other 99.99% of the population will pay.

Amen.

It's truly sad that people have forgotten how to vote with their wallet.

Imagine if everyone cancelled their Cable for just 3 months with the message to their provider at disconnection that, "I'm unhappy how you've been railroading me to pay more for less content and even less choice. Bring back my choice and my content without the fees that goes with DRM everything, and I'll happily sign up."

Just 3 months... just think of the message.

But just like the folks crying out that Apple hires Foxconn to enslave people (however they want to term it) and how we should sign petitions for them to change their ways when really we can send a bigger message by refusing to give them our money, as long as people keep paying, companies aren't going to change a thing.

We have the power. We simply choose not to exercise it.

-Ben

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


linux at thehobsons

Jul 25, 2012, 3:45 AM

Post #20 of 42 (1207 views)
Permalink
Re: CableCard Chain. [In reply to]

Ben Kamen wrote:

>It's truly sad that people have forgotten how to vote with their wallet.

Unfortunately, in many cases it's no longer practical. Back in the
days when there were many small companies it worked, now each area
has more or less a monopoly - your cable co can simply turn round and
say "so which other cable company are you going to ?" knowing that
the answer is "err, there isn't one".

>Imagine if everyone cancelled their Cable for just 3 months with
>the message to their provider at disconnection that, "I'm unhappy
>how you've been railroading me to pay more for less content and even
>less choice. Bring back my choice and my content without the fees
>that goes with DRM everything, and I'll happily sign up."

But the problem is that the vast majority don't see any problem.
Talk to msot people and they can't see a problem - there are hundreds
of fart apps for i<stuff> so why does it matter that it's a closed
system ?
Try explaining and you tend to get lumped into one of two crowds. As
Nick Rout wrote :
>... the blame will be squarely laid at the pinko long haired
>cheating pirates who broke their previous TVs safety features...

To those doing the screwing over, anyone questioning it must be
either an extremist against any form of copyright at all (Richard
Stallman doesn't exactly do much to dispel this image), or a pirate
simply out to steal. Somehow we need to break down those sterotypes
and persuade people (especially politicians) that there are people
who just want to make fair use of what they are paying for.

**** knows how we do that when we're up against people with vested
interests and very deep pockets to buy laws with.

--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Jul 25, 2012, 6:32 AM

Post #21 of 42 (1205 views)
Permalink
Re: CableCard Chain. [In reply to]

On 07/25/2012 06:45 AM, Simon Hobson wrote:
> Ben Kamen wrote:
>
>> It's truly sad that people have forgotten how to vote with their wallet.
>
> Unfortunately, in many cases it's no longer practical. Back in the
> days when there were many small companies it worked, now each area has
> more or less a monopoly - your cable co can simply turn round and say
> "so which other cable company are you going to ?" knowing that the
> answer is "err, there isn't one".

This is the root of the problem. Too many believe that cable TV (or
even TV itself) is a necessity and fail to realize it's just a luxury.
Yes, it's possible to do without TV--I went without any TV
reception/service at all for many years, a while back, when I couldn't
receive terrestrial broadcasts (analog "class B" reception wasn't
usable--fortunately, digital TV is all or nothing, so I now have
terrestrial reception) and I refused to send money to the cable or
satellite TV industry.

And, FWIW, I currently have only OTA TV. Any cable-only shows that are
worth watching, I buy on DVD, and doing so is significantly cheaper than
paying a cable TV subscription to get a license to view those shows, and
in the end, I actually own DVD media with the shows rather than a
fair-use exemption allowing me to time-shift (not archive forever) some
recorded shows.

>> Imagine if everyone cancelled their Cable for just 3 months with the
>> message to their provider at disconnection that, "I'm unhappy how
>> you've been railroading me to pay more for less content and even less
>> choice. Bring back my choice and my content without the fees that
>> goes with DRM everything, and I'll happily sign up."
>
> But the problem is that the vast majority don't see any problem.
> Talk to msot people and they can't see a problem - there are hundreds
> of fart apps for i<stuff> so why does it matter that it's a closed
> system ?
> Try explaining and you tend to get lumped into one of two crowds. As
> Nick Rout wrote :
>> ... the blame will be squarely laid at the pinko long haired cheating
>> pirates who broke their previous TVs safety features...
>
> To those doing the screwing over, anyone questioning it must be either
> an extremist against any form of copyright at all (Richard Stallman
> doesn't exactly do much to dispel this image), or a pirate simply out
> to steal. Somehow we need to break down those sterotypes and persuade
> people (especially politicians) that there are people who just want to
> make fair use of what they are paying for.
>
> **** knows how we do that when we're up against people with vested
> interests and very deep pockets to buy laws with.
>

Agreed. Convincing people that there's a problem is nearly impossible.
Too many believe it's "just the way it is." A lot of my (well-educated,
believe it or not) friends actually believe I'm stealing TV because I
don't pay for cable or satellite service. They grew up in families that
never had OTA systems, so they think TV is something that comes from the
cable company. When I try to explain that local broadcasters actually
send a signal over the air for anyone who can receive it to watch, they
have no idea what I'm talking about...

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


bkamen at benjammin

Jul 25, 2012, 7:09 AM

Post #22 of 42 (1201 views)
Permalink
Re: CableCard Chain. [In reply to]

On 2012-07-25 8:32 AM, Michael T. Dean wrote:
>
> And, FWIW, I currently have only OTA TV. Any cable-only shows that are worth watching, I buy on DVD, and doing so is significantly cheaper than paying a cable TV subscription to get a license to view those shows, and in the end, I actually own DVD media with the shows rather than a fair-use exemption allowing me to time-shift (not archive forever) some recorded shows.

I'm "OTA Only" on my Cable hookup because I have internet service and they just tossed it in.

If I had DSL, I would just be OTA via antenna.

> A lot of my (well-educated, believe it or not) friends actually believe I'm stealing TV because I don't pay for cable or satellite service. They grew up in families that never had OTA systems, so they think TV is something that comes from the cable company. When I try to explain that local broadcasters actually send a signal over the air for anyone who can receive it to watch, they have no idea what I'm talking about...

(Present arm. Slap forehead)

Wow.

-Ben

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


linux at thehobsons

Jul 25, 2012, 7:35 AM

Post #23 of 42 (1199 views)
Permalink
Re: CableCard Chain. [In reply to]

Ben Kamen wrote:
>Michael T. Dean wrote:
>>A lot of my (well-educated, believe it or not) friends actually
>>believe I'm stealing TV because I don't pay for cable or satellite
>>service. They grew up in families that never had OTA systems, so
>>they think TV is something that comes from the cable company. When
>>I try to explain that local broadcasters actually send a signal
>>over the air for anyone who can receive it to watch, they have no
>>idea what I'm talking about...
>
>(Present arm. Slap forehead)

Yeah, my thoughts exactly - and the sort of problem we are up against.

Over here, there is still a mindset that Satellite TV == Sky, even
though we have a very good FTA service (Freesat, DVB-S[2])) as well
as terrestrial (Freeview, DVB-T[2]). I think that (the sat==Sky bit)
is now starting to change with the number of PVRs on the market.

Thankfully we've almost got rid of the universal mindset that "phone
line" == BT, it's only taken 3 decades since privatisation and the
introduction of competition for it to happen !


--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


rob at davis-family

Jul 25, 2012, 8:40 AM

Post #24 of 42 (1196 views)
Permalink
Re: CableCard Chain. [In reply to]

On 2012-07-25 09:35, Simon Hobson wrote:
>
> Over here, there is still a mindset that Satellite TV == Sky, even
> though we have a very good FTA service (Freesat, DVB-S[2])) as well
> as
> terrestrial (Freeview, DVB-T[2]). I think that (the sat==Sky bit) is
> now starting to change with the number of PVRs on the market.
>

However, over there, there is an acceptance that you can get a
freeview/freesat dvr system from a supermarket or catalog(ue) store and
plug it in without paying the sat or cable company anything to use it.
Therefore, defining MythTV becomes easier to your average Brit. Here,
DVR means renting something from the cable company and that's it. Tivo
is a possible exception, but they require a monthly fee, so looks and
feels like the same thing as paying a cable company. OTA epgs are
pretty much broken here and only provide a few hours if they work, so
any manufacturer wanting to make a DVR has to buy a listing service from
somewhere to enable scheduling, including us with MythTV (Schedules
Direct).

Cable in the UK feels different from here, as it's another way to get
satellite tv, rather than here, where sat tv is another way to get cable
tv. Here, for years, you would get one box (maybe), but run the
incoming cable into antenna cable wiring already installed around your
house as they use the same connectors for antenna and cable (and sat).
Most tv's could switch to "cable frequency" and pick up 60+ channels
without a box. That has now gone away for the vast majority of cable
companies around the country and everyone is up in arms (they told
people it was to do with going digital, even though new tv's can pick up
cable style digital is unencrypted). However, that never happened in
the UK, and at connection level, the antenna plugs were different, so no
one even thought about plugging the cable line into a TV. For cable,
you need a cable box, for sat, you need a sky box. Sat/Cable boxes were
just black boxes that "did their stuff" and no one cared about
encryption.

Freeview was the game changer, (introduced just as I left the UK) now
you can get 50+ channels (30 watchable and many more akin to us cable
channels than just big network channels) through your antenna (which
every house already had, unlike the US where houses are built cable
ready and very few have antennas). I think most of my UK friends settle
with a Sky/Virgin box (is there anyone else?) in their main room and
freeview for other tv's plugged into the antenna, although many have a
Freeview DVR which they bought outright for around $150. The main
reason for going from freeview to sky/virgin is sport or movies not more
network channels. Plus, subscription to sky/virgin is half the price of
here, not including the tv license.

Freeview and freesat are completely unencrypted (with the exception of
top up tv - which I don't know of a single subscriber) so 3rd parties
can have a field day with a 2 week epg built into the stream. Also,
they use the same standard as most of Europe (and a lot of other
countries) so your average chinese upstart company can build a pan
european dvr box and expect it to work well enough. This also means,
getting MythTV (or VDR which I used when living in Italy) with UK
digital signals is pretty easy compared to the US, where everything is
non standard and encrypted.

I would love the plethora of OTA DVR boxes you have in the UK to be
available to us here, and available at the same style of stores. If
they incorporated things like Netflix/Hulu I think they'd start to sell
well. Especially if they didn't require a listings service, or it was
cheap like Schedules Direct. Tivo had a good deal going with an antenna
and lifetime membership for OTA, but it was still priced higher than the
average person thinking of cord cutting would be willing to pay. (IMHO).

Just my thoughts having lived in both places. I would much prefer the
UK setup to the US one, even though all our OTA channels are HD.
Widescreen PAL looks so much better than SD NTSC.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


linux at thehobsons

Jul 25, 2012, 9:08 AM

Post #25 of 42 (1201 views)
Permalink
Re: CableCard Chain. [In reply to]

Rob Davis wrote:

>>Over here, there is still a mindset that Satellite TV == Sky, even
>>though we have a very good FTA service (Freesat, DVB-S[2])) as well as
>>terrestrial (Freeview, DVB-T[2]). I think that (the sat==Sky bit) is
>>now starting to change with the number of PVRs on the market.

>However, over there, there is an acceptance that you can get a
>freeview/freesat dvr system from a supermarket or catalog(ue) store
>and plug it in without paying the sat or cable company anything to
>use it.

There is now.
As you say, Freeview was a game changer here - before that you only
got 4 1/2 channels*

* or Sky. Now, as you say, people are used to being able to buy DVRs
(or non-DVR set top boxes) from pretty well anywhere - on the shelf
at big places like ASDA (part of Walmart).

>I think most of my UK friends settle with a Sky/Virgin box (is there
>anyone else?)

AFAIK, that's about it. All the different cable companies ended up
merged into Virgin - but for those (a lot of use) not in a cabled
area, it's Free[view|sat] or Sky.
Though there is the Top-upTV service which runs encrypted channels on
the Freeview platform.


>Just my thoughts having lived in both places. I would much prefer
>the UK setup to the US one

Sadly, a lot of people here seem to crave the US system. Actually
that's not true, they want to scrap the TV licence fee that pays for
a lot of what we have, without thinking through the consequences.


* How many channels you got on analogue was variable - as you'll
probably remember. If you were lucky then you got 5 watchable
channels - channel 5 being prone to interference and dropout for many
due to using lower power (to avoid interference). For many using
relays, they might only get 3 or 4 channels.
Oh those heady days when choosing what to watch was simpler - but
(perhaps through rose tinted specs) of mostly better quality (in
terms of script, production etc).

--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users

First page Previous page 1 2 Next page Last page  View All MythTV users 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.