Hi,
It's the same problem I had in France with the channel TNT "France 4". I
proposed this dirty patch in May 2010, without understanding why :
--- remux.c 2010-05-04 14:55:50.000000000 +0200
+++ remux.c.orig 2010-05-04 21:57:38.000000000 +0200
@@ -960,6 +960,7 @@
return Processed; // flush everything before this new frame
newFrame = true;
independentFrame = ((Data[i + 2] >> 3) & 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 Andersson<jna(a)jna.pp.se>
> Subject: Re: [vdr] Weird recording problem
> To: vdr(a)linuxtv.org
> Message-ID:<4DE94531.2010103(a)jna.pp.se>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
> 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 vdr/remux.c.
>
> It seems the 'new coding platform', before an I-frame, always puts the
> picture startcode, ie '00000100' at the end of the TS packet. This means
> that the code:
>
> independentFrame = ((Data[i + 2]>> 3)& 0x07) == 1; // I-Frame
>
> looks at the wrong byte, as i+2> TS_SIZE
>
> For non-I frames it can appear anywhere in the packet. The idea seems to
> be that an I-frame is always at the start of a TS-packet, do not ask me why.
>
> So, your instinct of rejecting my suggestion for a patch was correct.
>
> I have sample TS data of this stream, or dvbsnoop output of the relevant
> PID, if you are interested.
>
> /Johan
>
>
> Johan Andersson skrev 2011-05-29 19:14:
>> [...]
>> I got a very positive sounding response from Teracom. I got the
>> impression they are really going to fix this. For anyone else interested
>> I simply mailed their support address on their homepage
>> http://www.teracom.se, ie: kundtjanst(a)teracom.se
>>
>>
>> /Johan
>>
>>
>> Klaus Schmidinger skrev 2011-05-28 23:55:
>>> 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* have a problem ;-)
>>>
>>>> 'Your problem seems to relate to the error we have', was their
>>>> statement. They had no due date for fixing it though.
>>>
>>> Maybe they would give this more priority if more people contacted
>>> them about this. Once replying to inquiries takes up a considerable
>>> amount of their time, they might consider doing something about it.
>>> Perhaps you should post here how to contact them, so other viewers
>>> of their channels could also bother them ;-)
>>>
>>> Klaus
>>>
>
>
hi,
may be a feature but from usability point its a bug
if you choose to have a special starting channel and insert or delete a
channel before that channel its not the right channel anymore when
starting vdr the next time
reason is that only the number of the channel in the channels.conf is
saved to setup.conf (InitialChannel =)
it should be the method as it is used in timers.conf, that way it should
always start with the channel originally selected in setup as start channel
PS: with vdr 1.7.18
Looking at the data sheet for the new TT Premium S2-6400 hardware
decoder card, it mentions a "Video Breakout Cable for analog audio/video".
Can anyone tell me if this includes YUV/RGB out, or just composite?
Thanks,
Richard
Hi,
I have a working vdr 1.7.16 installation with a satellite dvb-s2 card
working fine.
Now I have a separate receiver which I would like to integrate with vdr
I have a supported bt878 card (item number 23 in the list)
http://linuxtv.org/hg/v4l-dvb/file/tip/linux/Documentation/video4linux/CARD…
Besides a scart to rca cable to connect the receiver to the bt878 card
what else will I need to do so vdr works with it?
The sky plugin? (I am not interested in Sky, just want to have analog
video input from my third party receiver into my vdr box)
or some other analog tv plugin?
Hi,
version 3.6.7 of VDRAdmin-AM has been released. You can get it from
http://andreas.vdr-developer.org/vdradmin-am/
Have fun!
Andreas
*** Changes from v3.6.7 to v3.6.8 ***
* Updated: Dutch translation (Submitted by Roel Koelewijn).
* Updated: Finnish translation (Ville Skyttä).
* Improved: Access logging (Ville Skyttä).
* Improved: SVDRP connection error handling/logging/messages (Ville Skyttä).
* Improved: Default SVDRP port is 6419 in initial config if
locally installed VDR is >= 1.7.15 (Ville Skyttä).
* Improved: Use default streamdev host from browser URL when VDR
host is localhost (Ville Skyttä).
* Improved: Allow specifying multiple local subnets (Feature #560,
Ville Skyttä).
--
http://andreas.vdr-developer.org --- VDRAdmin-AM & EnigmaNG & VDRSymbols
VDR user #303