Page 1 of 1

VLClib - decoder stopped during RTCP broadcast

Posted: 14 Jul 2020 13:13
by Amos57
Has anyone ever experienced a libvlc decoder freeze during an RTSP broadcast?

2020-37-01 16:37:07 INFO :268 - [Exit12] libvlc_log: Timestamp conversion failed (delay 1100000, buffering 0, bound 9000000)
2020-37-01 16:37:07 INFO :268 - [Exit12] libvlc_log: Could not convert timestamp 4294968553353 for FFmpeg
2020-37-01 16:37:07 INFO :268 - [Exit12] libvlc_log: early picture skipped
2020-06-01 17:06:31 INFO :268 - [Enter11] libvlc_log: decoder/packetizer fifo full (data not consumed quickly enough), resetting fifo!
2020-20-01 17:20:27 INFO :268 - [Enter11] libvlc_log: decoder/packetizer fifo full (data not consumed quickly enough), resetting fifo!
2020-34-01 17:34:23 INFO :268 - [Enter11] libvlc_log: decoder/packetizer fifo full (data not consumed quickly enough), resetting fifo!
2020-49-01 17:49:02 INFO :268 - [Enter11] libvlc_log: decoder/packetizer fifo full (data not consumed quickly enough), resetting fifo!
2020-53-01 17:53:39 INFO :268 - [Enter11] libvlc_log: no data received in 10s, eof ?
2020-53-01 17:53:39 INFO :268 - [Enter11] libvlc_log: EOF reached
2020-53-01 17:53:39 INFO :268 - [Enter11] libvlc_log: waiting decoder fifos to empty

Re: VLClib - decoder stopped during RTCP broadcast

Posted: 14 Jul 2020 16:05
by Rémi Denis-Courmont
"no data received in 10s"...

Re: VLClib - decoder stopped during RTCP broadcast

Posted: 14 Jul 2020 16:38
by Amos57
"no data received in 10s"...
and how do I intercept such an event to automatically restart the player? When I detect this , the cameras work

Re: VLClib - decoder stopped during RTCP broadcast

Posted: 10 Oct 2020 01:31
by bsenftner
Any progress on this front? I am in need of the same...

Re: VLClib - decoder stopped during RTCP broadcast

Posted: 10 Oct 2020 07:41
by Rémi Denis-Courmont
There should be a stopped, ended or error event.