Page 1 of 1

interception interruption of the video stream

Posted: 16 Jul 2020 10:48
by Amos57
How do I intercept this event in libvlc ?
Tried to subscribe to libvlc_MediaStateChanged but it is silent.


020-40-13 20:40:12 INFO :268 - [Enter11] libvlc_log: Timestamp conversion failed (delay 1100000, buffering 0, bound 9000000)
2020-40-13 20:40:12 INFO :268 - [Enter11] libvlc_log: Could not convert timestamp 4295005709696 for FFmpeg
2020-40-13 20:40:12 INFO :268 - [Enter11] libvlc_log: early picture skipped
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: no data received in 10s, eof ?
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: EOF reached
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: Timestamp conversion failed (delay 1100000, buffering 0, bound 9000000)
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: Could not convert timestamp 4295005789696 for FFmpeg
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: early picture skipped
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: Timestamp conversion failed (delay 1100000, buffering 0, bound 9000000)
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: Could not convert timestamp 4295005869696 for FFmpeg
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: early picture skipped
2020-40-13 20:40:22 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty
2020-40-13 20:40:23 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty
2020-40-13 20:40:23 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty
2020-40-13 20:40:23 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty
2020-40-13 20:40:23 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty

Re: interception interruption of the video stream

Posted: 16 Jul 2020 16:36
by RĂ©mi Denis-Courmont
What event? I don't see any message in the log that would correspond to a LibVLC event.