Hi all,
I want to know how can I extract information from libVlc (API) native log messages ,
for example i want to extract pts_delay from those messages:
[05257ba8] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 11 ms)
[05257ba8] main input error: ES_OUT_RESET_PCR called
[05257ba8] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 209 ms)
[05257ba8] main input error: ES_OUT_RESET_PCR called
[05257ba8] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 229 ms)
[05257ba8] main input error: ES_OUT_RESET_PCR called
Thanks a lot
Please i need a help