We had webrtc session yesterday (using mediasoup) and there was no video in one of the consumers.
Later we noticed this error in chrome console:
[347:767:1112/103052.123845:ERROR:webrtc_video_engine.cc(3415)] Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
There were couple of those and nothing else. This was chromium on Ubuntu and this was the only time it happened in this setup, usually it works fine.
Any ideas what could be causing it and how to detect it? There were no any errors to catch, so basically the application was in the dark that the video was not there.
Thanks!