[vdr] vdr-xine-plugin and LATM AAC

2011-11-15 Thread Luis Fernandes
hello, is there a patch for vdr-xine-plugin to do the repack LATM AAC audio as e-ac3 patch. xine-lib-1.2 already supports and works very well in my recordings with LATM HE-AAC but not live tv. how can I do a debug, has changed on vdr172remux.c / / Set this to 'true' for debug output: DebugPatPm

Re: [vdr] [ANNOUNCE] vdr-actuator-1.2.0 plugin

2010-10-10 Thread Luis Fernandes
hello, just to say that in scanner.c must contain this patch if relevant: - Int Atypes [MAXDPIDS + 1] = {0}; + Int Atypes [MAXAPIDS + 1] = {0}; and also Dpids [NumDpids] = esPid; + Dtypes [NumDpids] = SI:: AC3DescriptorTag; strn0cpy (DLangs [NumDpids], lang, MAXLA

Re: [vdr] Xine plugins and LATM AAC audio (was Re: vdr 1.7.15 & eHD & French HD DTV)

2010-06-27 Thread Luis Fernandes
2010/6/26 Jonas Bardino : > Luis Fernandes wrote: >> 2010/6/23 Jonas Bardino : >>> Bjørnar Nilsen wrote: >>>> Den 22.06.2010 07:21, skrev ECLiPSE: > >> >> hello, try to do as I did with svn xine-lib 1.2 >> >> read this >> http:/

Re: [vdr] Xine plugins and LATM AAC audio (was Re: vdr 1.7.15 & eHD & French HD DTV)

2010-06-23 Thread Luis Fernandes
2010/6/23 Jonas Bardino : > Bjørnar Nilsen wrote: >> 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

Re: [vdr] vdr and aac support

2010-05-17 Thread Luis Fernandes
Only to report, the patch works well in both live TV and recordings with xineliboutput. This patch is expected to: * DVB-T in Norway * DVB-T in New Zealand * DVB-T and DVBS2 in Portugal Thank you very much Klaus 2010/5/17 Newsy Paper : > funny, today sound works with xine, yesterday i

Re: [vdr] vdr and aac support

2010-05-15 Thread Luis Fernandes
hello everybody, in my case of he-aac streamtype 0x11 coming in, if you want to record or listen to xineliboutput i have to change in remux.c and pat.c in the following lines, pat.c case 0x04: / / STREAMTYPE_13818_AUDIO + case 0x11: / / ISO/IEC 14496-3 Audio with LATM transport syntax thus ad