Re: [vdr] Weird recording problem

2011-06-06 Thread Senufo
) { if (framesPerPayloadUnit = 1) scanning = false; I use it since without problem. Senufo Date: Fri, 03 Jun 2011 22:33:53 +0200 From: Johan Anderssonj...@jna.pp.se Subject: Re: [vdr] Weird recording problem To: vdr@linuxtv.org Message-ID:4de94531.2010...@jna.pp.se Content

Re: [vdr] Weird recording problem

2011-06-06 Thread Johan Andersson
) 0x07) == 1; // I-Frame + if (((Data[i + 2] 3) 0x07) == 0) { independentFrame = 1;} if (synced) { if (framesPerPayloadUnit = 1) scanning = false; I use it since without problem. Senufo Date: Fri, 03 Jun 2011 22:33:53 +0200 From: Johan Anderssonj...@jna.pp.se Subject: Re: [vdr] Weird recording

Re: [vdr] Weird recording problem

2011-06-03 Thread Johan Andersson
Klaus, I got a new reply from Teracom, where they had looked into this and could not see any problem on their end. They did say they had recently changed coding platform for TV6 though but it produced correct codes. So, I did some further analysis of this, and I believe now the error is in

Re: [vdr] Weird recording problem

2011-06-03 Thread Klaus Schmidinger
On 03.06.2011 22:33, Johan Andersson wrote: Klaus, I got a new reply from Teracom, where they had looked into this and could not see any problem on their end. They did say they had recently changed coding platform for TV6 though but it produced correct codes. So, I did some further analysis

Re: [vdr] Weird recording problem

2011-05-31 Thread Magnus Hörlin
On 05/29/2011 07:14 PM, Johan Andersson wrote: In a small company like where I work I take the support call and fix the issue. Then your strategy would work. I suspect that in a larger company the only thing that happens is that the people at frontline support gets annoyed. The relevant

Re: [vdr] Weird recording problem

2011-05-29 Thread Johan Andersson
In a small company like where I work I take the support call and fix the issue. Then your strategy would work. I suspect that in a larger company the only thing that happens is that the people at frontline support gets annoyed. The relevant people will only see one issue in their issue

Re: [vdr] Weird recording problem

2011-05-28 Thread Johan Andersson
I sent off a question to customer support at Teracom and got a reply indicating that they do have an error relating to these channels in their 'coding platform'. 'Your problem seems to relate to the error we have', was their statement. They had no due date for fixing it though. I managed to

Re: [vdr] Weird recording problem

2011-05-28 Thread VDR User
On Sat, May 28, 2011 at 1:57 AM, Johan Andersson j...@jna.pp.se wrote: I sent off a question to customer support at Teracom and got a reply indicating that they do have an error relating to these channels in their 'coding platform'. 'Your problem seems to relate to the error we have', was

Re: [vdr] Weird recording problem

2011-05-28 Thread Johan Andersson
VDR User skrev 2011-05-28 11:44: Getting a VDR setup with vdpau is very easy. There's no need to use special repositories, packages, etc. unless you actually want to. If vdpau is the only thing you're after, you might be creating more work for yourself by not just keeping it small simple.

Re: [vdr] Weird recording problem

2011-05-28 Thread Klaus Schmidinger
On 28.05.2011 10:57, Johan Andersson wrote: I sent off a question to customer support at Teracom and got a reply indicating that they do have an error relating to these channels in their 'coding platform'. Thanks for actually doing this - finally a broadcaster who at least admits *they*

[vdr] Weird recording problem

2011-05-25 Thread Johan Andersson
Has anyone seen something similar to this? I have two unscrambled channels on the same MUX where both is watchable in Live-TV but only one is recordable. The other terminates vdr (video stream broken). The MUX is f=522MHz, se_Gothenburg-BrudareMossen, channels TV4 and TV6. After throwing

Re: [vdr] Weird recording problem

2011-05-25 Thread Dominique
Hi This has been discussed here .. even if the solution is a temporary one, it works nice in France from months http://www.linuxtv.org/pipermail/vdr/2010-June/023193.html Best regards Le mercredi 25 mai 2011 21:57:15, Johan Andersson a écrit : Has anyone seen something similar to this? I

Re: [vdr] Weird recording problem

2011-05-25 Thread Johan Andersson
Thank you! It all works if we change the line to: #609: independentFrame = ((Data[i+2]3) 0x06)==0; For some reason 'picture_coding_type' is set to '000' in this stream, not '001'. So only checkin the upper bits seem to do the trick. As streams like this seem to exist both in Sweden and in

Re: [vdr] Weird recording problem

2011-05-25 Thread Klaus Schmidinger
On 25.05.2011 23:47, Johan Andersson wrote: Thank you! It all works if we change the line to: #609: independentFrame = ((Data[i+2]3) 0x06)==0; For some reason 'picture_coding_type' is set to '000' in this stream, not '001'. So only checkin the upper bits seem to do the trick. As streams

Re: [vdr] Weird recording problem

2011-05-25 Thread Johan Andersson
Klaus Schmidinger skrev 2011-05-26 00:41: If you can point me to an official standard document that defines 000 as a valid picture coding type... ;-) Just curious: since as you write TV4 works and TV6 doesn't, and both are apparently broadcast by the same provider, is there any chance you could