[vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-24 Thread martinez
I've setup an HTPC with VDR 1.7.13 and FUPPES. The client is an xbox 360 and it can connect to FUPPES and play divx files but not VDR's .TS recordings. Anybody got this working and could tell me how to configure fuppes to transcode the .TS recordings in .VOB or .MPG so the xbox 360 can play th

[vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
hello i try the patch from Jose Alberto to use ffmpeg eac3 with xine http://www.linuxtv.org/pipermail/vdr/2010-March/022687.html The good things is that eac3 sound is now decoded with xine-lib But it's not stable at all when zapping frhom HD to HD channel or SD channel vdr-sxfe doesn't work any

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread Jose Alberto Reguero
El Miércoles, 24 de Marzo de 2010, zaverel escribió: > hello > > i try the patch from Jose Alberto to use ffmpeg eac3 with xine > http://www.linuxtv.org/pipermail/vdr/2010-March/022687.html > > The good things is that eac3 sound is now decoded with xine-lib > > But it's not stable at all when za

Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-24 Thread Theunis Potgieter
Can't help you on fuppes. Give vdr-upnp plugin a try, if your Xbox supports upnp or dlna, it should work. At least my Xtreamer works propperly with firmware v2.3.1 On 3/24/10, martinez wrote: > > I've setup an HTPC with VDR 1.7.13 and FUPPES. > > The client is an xbox 360 and it can connect to F

[vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
hello your second patch doesn't work : no sound on eac3 channel if you want there is a sample of vdr hd-eac3 recording here: http://dl.free.fr/ew4rJddM8 103mo else , i don't know what mailing-list is the more indicate for debuging the vdr or xine-dev mailing-list ?

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-24 Thread Simon Baxter
Rob wrote: The pvr-testing2 version of xbmc works with 1.6.0 (or did three weeks ago) as long as you have a recent streamdev patched.. Does anyone have this working with vdr-1.6.0? ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bi

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread dplu
Hi I have made previous test with the version release by Petri Hintukainen And I notice this part is not working like it should -if((m->descriptor_tag == STREAM_AUDIO_AC3) ||/* ac3 - raw */ +if(m->descriptor_tag == HDMV_AUDIO_84_EAC3) { + m->content = p; + m->size = pack

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread Jose Alberto Reguero
It works here with a old sample of tdt with eac3. Have you patch also remux.c? You need to change in line 533: case SI::AC3DescriptorTag: +case SI:EnhancedAC3DescriptorTag: and in line 191: -Target[i++] = SI::AC3DescriptorTag; +Target[i++] = SI::EnhancedAC3DescriptorTag Jose Alberto El Miércol

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread dplu
Hi Ok I do not have this line, I better understand now, the type ID in file was not correct so system don't know how to route it ... int cPatPmtGenerator::MakeAC3Descriptor(uchar *Target) { int i = 0; Target[i++] = SI::AC3DescriptorTag; Target[i++] = 0x01; // length Target[i++] = 0x00;

Re: [vdr] VDR 1.7.x, FUPPES and an xbox 360 client

2010-03-24 Thread Denis Loh
I hardly believe that XBox 360 understand anything else than their own microsoft specific profiles. Most DLNA servers which are XBox compliant (not vice versa as it's a microsoft product) transcode their contents to deliver it to the XBox. Try it with another MPEG-TS in Fuppes. If it works, it

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
i 've patched pat.c and now remux.c and with use xine-lib-1.2 with your second patch (who has typo error) and that doesn't work. corrected remux.c line 533 case SI::AC3DescriptorTag: +case SI::EnhancedAC3DescriptorTag: and in line 191: -Target[i++] = SI::AC3DescriptorTag; +Target[i++] = SI::En

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-24 Thread Eric Valette
On 24/03/2010 19:07, Simon Baxter wrote: Rob wrote: The pvr-testing2 version of xbmc works with 1.6.0 (or did three weeks ago) as long as you have a recent streamdev patched.. Does anyone have this working with vdr-1.6.0? No but I do have it with a patched vdr 1.7.14 + streamdev to support

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread Jose Alberto Reguero
I attached a second version of the first patch. I make the same changes that in the second patch, but maintaining the logic of the first patch. Also I commented the line: +//this->context->request_channels = 2; because your example has 5 channels. If you have trouble with that you can co

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-24 Thread Simon Baxter
Does anyone have this working with vdr-1.6.0? No but I do have it with a patched vdr 1.7.14 + streamdev to support french HD TV (VC1 + eac3) --eric Thanks Eric Did you patch streamdev, or is this only necessary if you need parental controls etc? If I run it (with 1.6.0) with unpatched s

Re: [vdr] XBMC with vdr-1.6.0 ??

2010-03-24 Thread Eric Valette
On 24/03/2010 23:14, Simon Baxter wrote: Any clues? No not really. I used the code prepackaged from here Not the pre compiled packages themselves because I needed the eac3 modif in it but as you

Re: [vdr] vdr xine-lib eac3

2010-03-24 Thread zaverel
The typo was on remux.c => lost : and ; Anyway xine-lib has been updated and your patch don't apply. Update is for eac3 with mkv i don't test it yet corrected remux.c line 533 case SI::AC3DescriptorTag: +case SI::EnhancedAC3DescriptorTag: and in line 191: -Target[i++] = SI::AC3Descripto