One Transport Two Producers

Hi, can someone give me advice?

I create PlainTransport and create on it two Producer (vide) with different ssrc.

Then I stream by ffmpeg to this transport (ip, port, rtpPort) two videos in different ssrc.

And when I create two consumer, from first I get video stream, second don’t show me any thing.

Where I can make mistake? Or you cann’t make two producers on same transport?

You are not sending those two streams from same origin port, right? So two transports are required. Or some magic in ffmpeg side to make both streams be sent from same origin port.

Not a limitation in mediasoup PlainTransport at all.

BTW debug logs would tell you what’s happening.