vdr 1.7.15 & eHD & French HD DTV

Message ID 4C14BE62.9000709@tvdr.de
State New
Headers

Commit Message

Klaus Schmidinger June 13, 2010, 11:17 a.m. UTC
  On 06/13/10 11:17, ECLiPSE wrote:
> Hi,
> i have an eHD card that is running fine with vdr 1.7.15 except i don't
> have sound on the HD french channels (TF1HD, France2HD & M6HD)
> which use the e-AC3 format.
> Is there a way to fix the problem for the eHD card? Someone have an idea?

Just an idea: maybe the patch that Alex Lasnier has posted earlier
helps here?




Klaus
  

Comments

ECLiPSE June 13, 2010, 1:19 p.m. UTC | #1
no Klaus,
it doesn't change anything.

here is the channels that vdr discover itself

France 2 HD;MR5:546000:B8C12G32M16T8Y0:T:27500:220=27:0;231=qaa@122
,230=fra@122:0:0:1282:8442:5:0
TF1 HD;MR5:546000:B8C12G32M16T8Y0:T:27500:120=27:0;130=fra@122,131=qaa@122
:0:0:1281:8442:5:0
M6HD;MR5:546000:B8C12G32M16T8Y0:T:27500:320=27:0;330=fra@122,331=qaa@122
:0:0:1283:8442:5:0

any another idea?
thx


2010/6/13 Klaus Schmidinger <Klaus.Schmidinger@tvdr.de>

> On 06/13/10 11:17, ECLiPSE wrote:
> > Hi,
> > i have an eHD card that is running fine with vdr 1.7.15 except i don't
> > have sound on the HD french channels (TF1HD, France2HD & M6HD)
> > which use the e-AC3 format.
> > Is there a way to fix the problem for the eHD card? Someone have an idea?
>
> Just an idea: maybe the patch that Alex Lasnier has posted earlier
> helps here?
>
> --- pat.c.orig  2010-06-05 09:26:47.000000000 -0400
> +++ pat.c       2010-06-12 19:44:39.000000000 -0400
> @@ -473,6 +473,7 @@
>                              }
>                          if (NumDpids < MAXDPIDS) {
>                             Dpids[NumDpids] = esPid;
> +                            Dtypes[NumDpids] = SI::AC3DescriptorTag;
>                             strn0cpy(DLangs[NumDpids], lang, MAXLANGCODE1);
>                             NumDpids++;
>                             }
>
>
>
> Klaus
>
> _______________________________________________
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>
  

Patch

--- pat.c.orig	2010-06-05 09:26:47.000000000 -0400
+++ pat.c	2010-06-12 19:44:39.000000000 -0400
@@ -473,6 +473,7 @@ 
                              }
                          if (NumDpids < MAXDPIDS) {
                             Dpids[NumDpids] = esPid;
+                            Dtypes[NumDpids] = SI::AC3DescriptorTag;
                             strn0cpy(DLangs[NumDpids], lang, MAXLANGCODE1);
                             NumDpids++;
                             }