Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-23 Thread James Courtier-Dutton
2010/6/22 Bjørnar Nilsen ni...@nilux.com:
 Den 22.06.2010 07:21, skrev ECLiPSE:

 I know that is not directly related to vdr, as my problem should come from
 the reel src and not vdr.
 I know there is here a good community of developpers and perhaps someone
 can look at the src of the hdplayer and see if it could be possible to add
 the detection of e-ac3 audio format , (and perhaps finding the way to decode
 it or at least enable the ac3 compatibility?).

 I have this problem on norwegian terrestrial channels, getting no audio. I
 have just upgraded to vdr-1.7.15(yavdr 0.2.0). Im using xineliboutput. Have
 used this ppa https://launchpad.net/~yavdr/+archive/unstable-vdr .

 Here are the stats:
    -Audio through xineliboutput doesnt work
    -Audio through streamdev to vlc(windows 7) works.
    -Recording plays fine in vlc(windows 7), but not wiht xineliboutput.
    -Femon 1.7.7 does not detect this audio codec.

 I have made a recording, here is a sample http://www.nilux.com/2.ts .

 Dunno if its xineliboutput or vdr.


This is a xine problem, and not a vdr problem.
Linux mplayer plays that stream's audio so the audio is OK.
The latest development version of xine might work better.

Kind Regards

James

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-19 Thread ECLiPSE
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.vale...@free.fr

 On 18/06/2010 22:21, aju...@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




-- 
ECLiPSE - VDR  Linux
http://vdr.bluox.org
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-18 Thread Eric Valette

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


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-18 Thread Eric Valette

On 18/06/2010 22:21, aju...@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


[vdr] vdr 1.7.15 eHD French HD DTV

2010-06-13 Thread 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 there a way to fix the problem for the eHD card? Someone have an idea?

thanks
ECLiPSE
-- 
ECLiPSE - VDR  Linux
http://vdr.bluox.org
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-13 Thread Klaus Schmidinger
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.0 -0400
+++ pat.c   2010-06-12 19:44:39.0 -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


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-13 Thread Christopher Reimer

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


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-13 Thread ECLiPSE
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 -Pdvbsddevice -Preelbox


2010/6/13 Christopher Reimer reimer.christop...@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




-- 
ECLiPSE - VDR  Linux
http://vdr.bluox.org
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr 1.7.15 eHD French HD DTV

2010-06-13 Thread ajurik
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

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr