> Hello Hans!
>
>> I looked at your stream and it is indeed very similar to a problem that
>> I have too: after 5-10 minutes my pvr350 also suddenly shows audio and
>> video artifacts. What happens is that somehow the mpeg data seems to be
>> shifted: the start of a freshly captured mpeg should start with this
>> hex string:
>>
>> 00 00 01 ba
>>
>> Instead it is shifted to the back, in your case 4 bytes:
>>
>> 10 33 0a 6c 00 00 01 ba
>
> Since I bought my PVR-350 I have this problem from time to time with any
> driver (tested since 0.2.0f until bleeding-edge 0.5.0) and any recent
> encoder firmware (0x02040011, 0x02040024, 0x02050032). If this problem
> occurs, the only way to get rid of it is to reboot. Neither reloading
> the firmware via "ivtvctl -H" or reloading the driver works.

I've started work on this problem yesterday. I discovered that the MPEG
data is placed at the correct memory location so the shift happens either
in the DMA handling (most likely) or in the internal buffer handling of
the driver. I can easily reproduce it, so that helps a lot. I hope I can
find the cause quickly. I have several ideas, but it needs more debugging
and tracing.

         Hans


_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to