I’m pushing video to mediasoup producer with gstremer. There is no problems with it if there is no consumers for the producer. But after about 80 seconds of consuming (video play perfectly whole time) mediasoup worker process dies with:
2022-12-13T09:44:20.633Z mediasoup:ERROR:Worker (stderr) (ABORT) RTC::RtpStreamSend::Insert() | failed assertion `this->buffer.size() <= MaxSeq': StorageItemBuffer contains more than 65535 entries
2022-12-13T09:44:20.835Z mediasoup:PayloadChannel Consumer PayloadChannel ended by the worker process
2022-12-13T09:44:20.836Z mediasoup:PayloadChannel Producer PayloadChannel ended by the worker process
2022-12-13T09:44:20.836Z mediasoup:Channel Consumer Channel ended by the worker process
2022-12-13T09:44:20.836Z mediasoup:Channel Producer Channel ended by the worker process
2022-12-13T09:44:20.837Z mediasoup:ERROR:Worker worker process died unexpectedly [pid:33, code:null, signal:SIGABRT]
2022-12-13T09:44:20.837Z mediasoup:Worker died() [error:Error: [pid:33, code:null, signal:SIGABRT]]