public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
@ 2008-09-28 20:07 Simon Siemonsma
  2008-09-28 20:43 ` Christophe Thommeret
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Simon Siemonsma @ 2008-09-28 20:07 UTC (permalink / raw)
  To: linux-dvb

I have a problem with encrypted channels.
I have a Conax CAM Module (by Smit)
Further I use a Technotrend T1500 Budget card with CI cart.

With FTA channels everything works just fine.
With encoded channels some things don't work.

I can't record one channel and at the same time look at another channel from 
the same bouquet. (Kaffeine says: "no CAM free", vdr says: "Channel not 
available"
Teletext doesn't work (vdr says: "Page 100-00 not found")
When I start vdr I get the following in the log file:
"CAM 1: module present
CAM 1: module ready
Conax Conditional Access, 01, CAFE, BABE
CAM 1: doesn't reply to QUERY - only a single channel can be decrypted"

This looks like the CAM can't just encode one channel at a time.

But on the dvbshop Website they say:
http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--Rev--1-2----4-00e-by-Smit.html
"MPEG DEMUX: Multi-channel SECTION and PID filter configurable through 
software"
in vdr's CAM menu is stated: "Number of sessions: 5"

This looks like the CAM can handle multiple channels at a time isn't it?

Someone at 
http://www.dvbnetwork.de/index.php?option=com_fireboard&Itemid=27&func=view&catid=2&id=6191#6192 
(German) pointed me in the direction of the linux drivers.

Is he right?

I understood from 
http://www.linuxtv.org/docs/dvbapi/Introduction.html#SECTION00230000000000000000 
that the CAM comes before the Demuxer and: "The complete TS is passed through 
the CA hardware".
If I understood this right this means that onces I watch one channel in a 
bouquet the complets TS is decrypted. So all other channels and teletext are 
decrypted too. This makes it extra confusing why I can't record one channel 
and watch another in the same bouquet.
Do I understand it wrong or are the drivers or the dvb software not mature 
enough yet.
I use kernel 2.6.25.

Simon Siemonsma

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
@ 2008-09-28 20:43 ` Christophe Thommeret
  2008-09-28 20:56 ` [linux-dvb] Re : " Emmanuel ALLAUD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Christophe Thommeret @ 2008-09-28 20:43 UTC (permalink / raw)
  To: linux-dvb

Le Sunday 28 September 2008 22:07:20 Simon Siemonsma, vous avez écrit :
> I have a problem with encrypted channels.
> I have a Conax CAM Module (by Smit)
> Further I use a Technotrend T1500 Budget card with CI cart.
>
> With FTA channels everything works just fine.
> With encoded channels some things don't work.
>
> I can't record one channel and at the same time look at another channel
> from the same bouquet. (Kaffeine says: "no CAM free",

Only Kaffeine 0.8.7 support multiservices cam.

> vdr says: "Channel 
> not available"
> Teletext doesn't work (vdr says: "Page 100-00 not found")
> When I start vdr I get the following in the log file:
> "CAM 1: module present
> CAM 1: module ready
> Conax Conditional Access, 01, CAFE, BABE
> CAM 1: doesn't reply to QUERY - only a single channel can be decrypted"
>
> This looks like the CAM can't just encode one channel at a time.
>
> But on the dvbshop Website they say:
> http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--Rev--1-2----4
>-00e-by-Smit.html "MPEG DEMUX: Multi-channel SECTION and PID filter
> configurable through software"
> in vdr's CAM menu is stated: "Number of sessions: 5"
>
> This looks like the CAM can handle multiple channels at a time isn't it?
>
> Someone at
> http://www.dvbnetwork.de/index.php?option=com_fireboard&Itemid=27&func=view
>&catid=2&id=6191#6192 (German) pointed me in the direction of the linux
> drivers.
>
> Is he right?
>
> I understood from
> http://www.linuxtv.org/docs/dvbapi/Introduction.html#SECTION002300000000000
>00000 that the CAM comes before the Demuxer and: "The complete TS is passed
> through the CA hardware".

Yes.

> If I understood this right this means that onces I watch one channel in a
> bouquet the complets TS is decrypted. So all other channels and teletext
> are decrypted too.

No, the whole TS isn't decrypted. Only one (or more, if your cam can do more) 
service(s).

> This makes it extra confusing why I can't record one 
> channel and watch another in the same bouquet.
> Do I understand it wrong or are the drivers or the dvb software not mature
> enough yet.

Most probably your cam is only able to decrypt one service at a time.


-- 
Christophe Thommeret


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [linux-dvb] Re : Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
  2008-09-28 20:43 ` Christophe Thommeret
@ 2008-09-28 20:56 ` Emmanuel ALLAUD
  2008-09-29 18:11 ` [linux-dvb] " Brice DUBOST
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Emmanuel ALLAUD @ 2008-09-28 20:56 UTC (permalink / raw)
  To: linux-dvb

Le 28.09.2008 16:07:20, Simon Siemonsma a écrit :
> I have a problem with encrypted channels.
> I have a Conax CAM Module (by Smit)
> Further I use a Technotrend T1500 Budget card with CI cart.
> 
> With FTA channels everything works just fine.
> With encoded channels some things don't work.
> 
> I can't record one channel and at the same time look at another
> channel from 
> the same bouquet. (Kaffeine says: "no CAM free", vdr says: "Channel
> not 
> available"
> Teletext doesn't work (vdr says: "Page 100-00 not found")
> When I start vdr I get the following in the log file:
> "CAM 1: module present
> CAM 1: module ready
> Conax Conditional Access, 01, CAFE, BABE
> CAM 1: doesn't reply to QUERY - only a single channel can be
> decrypted"
> 
> This looks like the CAM can't just encode one channel at a time.
> 
> But on the dvbshop Website they say:
> http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--
> Rev--1-2----4-00e-by-Smit.html
> "MPEG DEMUX: Multi-channel SECTION and PID filter configurable 
> through
> 
> software"
> in vdr's CAM menu is stated: "Number of sessions: 5"
> 
> This looks like the CAM can handle multiple channels at a time isn't
> it?
> 
> Someone at 
> http://www.dvbnetwork.de/index.php?
> option=com_fireboard&Itemid=27&func=view&catid=2&id=6191#6192
> 
> (German) pointed me in the direction of the linux drivers.
> 
> Is he right?
> 
> I understood from 
> http://www.linuxtv.org/docs/dvbapi/
> Introduction.html#SECTION00230000000000000000
> 
> that the CAM comes before the Demuxer and: "The complete TS is passed
> through 
> the CA hardware".
> If I understood this right this means that onces I watch one channel
> in a 
> bouquet the complets TS is decrypted. So all other channels and
> teletext are 
> decrypted too. This makes it extra confusing why I can't record one
> channel 
> and watch another in the same bouquet.
> Do I understand it wrong or are the drivers or the dvb software not
> mature 
> enough yet.
> I use kernel 2.6.25.

Hi,
I have an AstonCrypt which is able to decode 2 services at the same 
time and it works beautifully with mythtv (I have a TT 32000 but the CI 
is the same and I had a 1500 and I think, but I am not sure, that it 
worked also with it).
HTH
Bye
Manu


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
  2008-09-28 20:43 ` Christophe Thommeret
  2008-09-28 20:56 ` [linux-dvb] Re : " Emmanuel ALLAUD
@ 2008-09-29 18:11 ` Brice DUBOST
  2008-10-03 11:59 ` Simon Siemonsma
  2008-10-05 14:57 ` P. van Gaans
  4 siblings, 0 replies; 8+ messages in thread
From: Brice DUBOST @ 2008-09-29 18:11 UTC (permalink / raw)
  To: Simon Siemonsma; +Cc: linux-dvb

Simon Siemonsma wrote:
> I have a problem with encrypted channels.
> I have a Conax CAM Module (by Smit)
> Further I use a Technotrend T1500 Budget card with CI cart.
> 
> With FTA channels everything works just fine.
> With encoded channels some things don't work.
> 
> I can't record one channel and at the same time look at another channel from 
> the same bouquet. (Kaffeine says: "no CAM free", vdr says: "Channel not 
> available"
> Teletext doesn't work (vdr says: "Page 100-00 not found")
> When I start vdr I get the following in the log file:
> "CAM 1: module present
> CAM 1: module ready
> Conax Conditional Access, 01, CAFE, BABE
> CAM 1: doesn't reply to QUERY - only a single channel can be decrypted"
> 
> This looks like the CAM can't just encode one channel at a time.
> 
> But on the dvbshop Website they say:
> http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--Rev--1-2----4-00e-by-Smit.html
> "MPEG DEMUX: Multi-channel SECTION and PID filter configurable through 
> software"
> in vdr's CAM menu is stated: "Number of sessions: 5"
> 
> This looks like the CAM can handle multiple channels at a time isn't it?
> 

Hello,
I think this is your issue

I have a PowerCam Pro and I succed to send at least 5 channels at the
same time to it (as far as I remember, it supports 16 channels)

Hope this will help

-- 
Brice

http://mumudvb.braice.net


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
                   ` (2 preceding siblings ...)
  2008-09-29 18:11 ` [linux-dvb] " Brice DUBOST
@ 2008-10-03 11:59 ` Simon Siemonsma
  2008-10-03 17:00   ` BOUWSMA Barry
  2008-10-05 14:57 ` P. van Gaans
  4 siblings, 1 reply; 8+ messages in thread
From: Simon Siemonsma @ 2008-10-03 11:59 UTC (permalink / raw)
  To: linux-dvb

On Sunday 28 September 2008 22:07:20 Simon Siemonsma wrote:
> I have a problem with encrypted channels.
> I have a Conax CAM Module (by Smit)
> Further I use a Technotrend T1500 Budget card with CI cart.
>
> With FTA channels everything works just fine.
> With encoded channels some things don't work.
>
> I can't record one channel and at the same time look at another channel
> from the same bouquet. (Kaffeine says: "no CAM free", vdr says: "Channel
> not available"
> Teletext doesn't work (vdr says: "Page 100-00 not found")
> When I start vdr I get the following in the log file:
> "CAM 1: module present
> CAM 1: module ready
> Conax Conditional Access, 01, CAFE, BABE
> CAM 1: doesn't reply to QUERY - only a single channel can be decrypted"
>
> This looks like the CAM can't just encode one channel at a time.
>
> But on the dvbshop Website they say:
> http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--Rev--1-2----4
>-00e-by-Smit.html "MPEG DEMUX: Multi-channel SECTION and PID filter
> configurable through software"
> in vdr's CAM menu is stated: "Number of sessions: 5"
>
> This looks like the CAM can handle multiple channels at a time isn't it?
>
> Someone at
> http://www.dvbnetwork.de/index.php?option=com_fireboard&Itemid=27&func=view
>&catid=2&id=6191#6192 (German) pointed me in the direction of the linux
> drivers.
>
> Is he right?
>
> I understood from
> http://www.linuxtv.org/docs/dvbapi/Introduction.html#SECTION002300000000000
>00000 that the CAM comes before the Demuxer and: "The complete TS is passed
> through the CA hardware".
> If I understood this right this means that onces I watch one channel in a
> bouquet the complets TS is decrypted. So all other channels and teletext
> are decrypted too. This makes it extra confusing why I can't record one
> channel and watch another in the same bouquet.
> Do I understand it wrong or are the drivers or the dvb software not mature
> enough yet.
> I use kernel 2.6.25.
>
> Simon Siemonsma
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Everyone thanks for their answers.
I understood:
-my cam can just decode one channel at a time. Only some expensive cams can do 
multiple channels.
-teletext is encrypted in the Netherlands while it normaly shouldn't.

I decided to give vdr-sc (softcam) a try combined with a cardreader.
This seems to be the only reasonable solution to me.

It should at least make it possible to use multipe encrypted channels.

Thanks,

Simon Siemonsma

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-10-03 11:59 ` Simon Siemonsma
@ 2008-10-03 17:00   ` BOUWSMA Barry
  2008-10-04  8:09     ` Simon Siemonsma
  0 siblings, 1 reply; 8+ messages in thread
From: BOUWSMA Barry @ 2008-10-03 17:00 UTC (permalink / raw)
  To: Simon Siemonsma; +Cc: linux-dvb

On Fri, 3 Oct 2008, Simon Siemonsma wrote:

> I understood:

> -teletext is encrypted in the Netherlands while it normaly shouldn't.

I don't think so -- I've had no problems viewing NOS-text with
a FTA receiver -- if you could give me names of particular
channels from which you want to view ttx, I can check at
19E2 or 23E5 (DVB-S).

It could be that some subscription services do encrypt the
teletext, as I've seen that with a few other channels.


thanks,
barry bouwsma

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-10-03 17:00   ` BOUWSMA Barry
@ 2008-10-04  8:09     ` Simon Siemonsma
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Siemonsma @ 2008-10-04  8:09 UTC (permalink / raw)
  To: linux-dvb

On Friday 3 October 2008 19:00:03 you wrote:
> On Fri, 3 Oct 2008, Simon Siemonsma wrote:
> > I understood:
> >
> > -teletext is encrypted in the Netherlands while it normaly shouldn't.
>
> I don't think so -- I've had no problems viewing NOS-text with
> a FTA receiver -- if you could give me names of particular
> channels from which you want to view ttx, I can check at
> 19E2 or 23E5 (DVB-S).
>
> It could be that some subscription services do encrypt the
> teletext, as I've seen that with a few other channels.
>
>
> thanks,
> barry bouwsma

I understand you are saying that teletext is not encrypted on satelite 
broadcasting aimed for the Netherlands.
P. van Gaans understood from my problems that I must be living in the 
Netherlands. As teletext on Digitenne is encrypted contrary to what is 
normally done.
So you are talking about DVB-S (Canal digital) while I'm talking about DVB-T 
(Digitenne).

Simon Siemonma

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels)
  2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
                   ` (3 preceding siblings ...)
  2008-10-03 11:59 ` Simon Siemonsma
@ 2008-10-05 14:57 ` P. van Gaans
  4 siblings, 0 replies; 8+ messages in thread
From: P. van Gaans @ 2008-10-05 14:57 UTC (permalink / raw)
  To: linux-dvb

On 09/28/2008 10:07 PM, Simon Siemonsma wrote:
> I have a problem with encrypted channels.
> I have a Conax CAM Module (by Smit)
> Further I use a Technotrend T1500 Budget card with CI cart.
> 
> With FTA channels everything works just fine.
> With encoded channels some things don't work.
> 
> I can't record one channel and at the same time look at another channel from 
> the same bouquet. (Kaffeine says: "no CAM free", vdr says: "Channel not 
> available"
> Teletext doesn't work (vdr says: "Page 100-00 not found")
> When I start vdr I get the following in the log file:
> "CAM 1: module present
> CAM 1: module ready
> Conax Conditional Access, 01, CAFE, BABE
> CAM 1: doesn't reply to QUERY - only a single channel can be decrypted"
> 
> This looks like the CAM can't just encode one channel at a time.
> 
> But on the dvbshop Website they say:
> http://www.dvbshop.net/product_info.php/info/p2194_Conax-CAM--Rev--1-2----4-00e-by-Smit.html
> "MPEG DEMUX: Multi-channel SECTION and PID filter configurable through 
> software"
> in vdr's CAM menu is stated: "Number of sessions: 5"
> 
> This looks like the CAM can handle multiple channels at a time isn't it?
> 
> Someone at 
> http://www.dvbnetwork.de/index.php?option=com_fireboard&Itemid=27&func=view&catid=2&id=6191#6192 
> (German) pointed me in the direction of the linux drivers.
> 
> Is he right?
> 
> I understood from 
> http://www.linuxtv.org/docs/dvbapi/Introduction.html#SECTION00230000000000000000 
> that the CAM comes before the Demuxer and: "The complete TS is passed through 
> the CA hardware".
> If I understood this right this means that onces I watch one channel in a 
> bouquet the complets TS is decrypted. So all other channels and teletext are 
> decrypted too. This makes it extra confusing why I can't record one channel 
> and watch another in the same bouquet.
> Do I understand it wrong or are the drivers or the dvb software not mature 
> enough yet.
> I use kernel 2.6.25.
> 
> Simon Siemonsma
> 
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
> 

You likely live in The Netherlands. Teletext on Digitenne is encrypted, 
and you are not the only one with problems. The teletext simply 
shouldn't be encrypted, but we can't control KPN. In some cases this can 
be solved by changing settings in the CAM menu.

When saying the whole transport stream goes to the CAM, this means 
everything connected to the requested service ID gets decrypted (if the 
CAM is capable). So not just audio and video, but also extra audio 
tracks, teletext etc.

To descramble multiple channels you usually need a more expensive CAM. 
For example 
http://www.made-in-china.com/china-products/productviewJqSxvLmUREWp/Professional-Irdeto-CI-Module.html 
shows a "professional Irdeto CAM" that will descramble 4 TV channels at 
the same time. Not usefull for you because you need Conax, but I don't 
know which Conax module could descamble multiple channels.

This is no linux-DVB problem.

P. van Gaans

-- note: this is an old message, but I just found out I *AGAIN* forgot 
to send it to the list. Linux-dvb missing in the reply-to field is very, 
very, very annoying. --

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-10-05 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 20:07 [linux-dvb] Can't record an encrypted channel and watch another in the same bouquet. (also teletext doesn't work for encrypted channels) Simon Siemonsma
2008-09-28 20:43 ` Christophe Thommeret
2008-09-28 20:56 ` [linux-dvb] Re : " Emmanuel ALLAUD
2008-09-29 18:11 ` [linux-dvb] " Brice DUBOST
2008-10-03 11:59 ` Simon Siemonsma
2008-10-03 17:00   ` BOUWSMA Barry
2008-10-04  8:09     ` Simon Siemonsma
2008-10-05 14:57 ` P. van Gaans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox