문제

What is PCR Accuracy Error?

I am developing application which extracts particular programs from TS, muxes them, makes stream CBR and transmits them.

To make stream CBR, I am inserting NULL packets in output TS.

But on analyser I get errors like PCR-Accuracy_error. What can cause this error.

I think my logic add NULLs to make CBR is perfect. You can see this in attached picture.

enter image description here Please help me on this.

도움이 되었습니까?

해결책

Are you using PID 0x1FFF for the null packets? Or are you creating video packets with empty payloads? I could see this problem occurring if you are creating video packets with no payload.

다른 팁

Why don't you do this? When you meet a packet you don't want, replace it with NULL pkt.

If you have done so and still see pcr accuracy error, which means the input stream is not CBR either.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top