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?
thanks ECLiPSE
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
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
Am 13.06.2010 11:17, schrieb ECLiPSE:
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 your VDR patched, then? Or how does the reelbox-Plugin work in your system?
Hi Christopher, vdr is vanilla 1.7.15 i've only patched the reelbox plugin with reelbox-svn14625-vanilla-vdr.diff (http://www.vdr-portal.de/board/attachment.php?attachmentid=24769) no other plugin ./vdr -c /etc/vdr -P"dvbsddevice" -P"reelbox"
2010/6/13 Christopher Reimer reimer.christopher@freenet.de
Am 13.06.2010 11:17, schrieb ECLiPSE:
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 your VDR patched, then? Or how does the reelbox-Plugin work in your system?
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Sunday 13 June 2010 11:17:32 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?
thanks ECLiPSE
Hi,
I do not watch those channels but my friend reported me that it works for him with eHD without any problem (vdr-1.7.15, rmm svn 14579, patches for enable compiling with rmm svn and x86_64 platform), maybe better then earlier versions of vdr - it seems that channel switching is faster.
How do you have set reelbox plugin "audio setting"? He wrote to me that he set "Use Dolby Digital" to "Yes" and "Analog Audio on" to "HDMI".
Ales
Hi Ales, thanks for the patches it doesn't solve the problem.
No one can help us more?
2010/6/13 ajurik@quick.cz
On Sunday 13 June 2010 11:17:32 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?
thanks ECLiPSE
Hi,
I do not watch those channels but my friend reported me that it works for him with eHD without any problem (vdr-1.7.15, rmm svn 14579, patches for enable compiling with rmm svn and x86_64 platform), maybe better then earlier versions of vdr - it seems that channel switching is faster.
How do you have set reelbox plugin "audio setting"? He wrote to me that he set "Use Dolby Digital" to "Yes" and "Analog Audio on" to "HDMI".
Ales
On 18/06/2010 20:46, ECLiPSE wrote:
Hi Ales, thanks for the patches it doesn't solve the problem.
I have 1.7.14 correctly working with french HD TV with one patch in pat.c integrated in 1.7.15 and another one liner in streamdev (also integrated in the next version of streamdev).
So I suspect ypur problem has nothing to do with vdr but with sound in general when using HDMI. Do you have anlog audio?
--eric
On Friday 18 June 2010 22:00:08 Eric Valette wrote:
On 18/06/2010 20:46, ECLiPSE wrote:
Hi Ales, thanks for the patches it doesn't solve the problem.
I have 1.7.14 correctly working with french HD TV with one patch in pat.c integrated in 1.7.15 and another one liner in streamdev (also integrated in the next version of streamdev).
So I suspect ypur problem has nothing to do with vdr but with sound in general when using HDMI. Do you have anlog audio?
--eric
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
As I understand from private mail of ECLiPSE the problem appears with DVB-T channels, the same channels in DVB-S are not using eAC3 and this mean no problem with eHD on DVB-S.
BR,
Ales
Hi Eric, are you watching these channels on DVB-T with an eHD and getting sound ? if yes, i'm very interested.
thx
2010/6/18 Eric Valette eric.valette@free.fr
On 18/06/2010 22:21, ajurik@quick.cz wrote:
As I understand from private mail of ECLiPSE the problem appears with
DVB-T channels, the same channels in DVB-S are not using eAC3 and this mean no problem with eHD on DVB-S.
I watch DVB-T with eac3 (TF1HD, FRANCE2 HD, M6HD).
--eric
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr