Help with problem H.264 A/V Streaming
Posted: 04 May 2011 23:00
Our hardware produces an H.264 A/V stream (RTP/TCP). If using a single content stream (either A or V), we have no problems. When we combine streams VLC reports these error messages:
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 4515 ms)
main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 5281 ms ignored)
avcodec error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
We beleive that there is something amiss within the streams we are providing, but we do not have the proper tools to diagnose the live stream. Is there something within VLC or another tool we can use to find what is wrong with the stream (and thus be better equipped to find the problem in our embedded Linux code)?
Regards,
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 4515 ms)
main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 5281 ms ignored)
avcodec error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
We beleive that there is something amiss within the streams we are providing, but we do not have the proper tools to diagnose the live stream. Is there something within VLC or another tool we can use to find what is wrong with the stream (and thus be better equipped to find the problem in our embedded Linux code)?
Regards,