can other transport consumer consume rtp media stream produced by direct transport

producer=directtransport.producer(…)
h264 was packed to rtp packet, then
producer.send(rtp)

But I cannot use webrtctransport consumer consume the producer’s stream.

Anyone has experience using producer.send()?

After debug, I found that my rtppacket’s ssrc and the producer’s rtpparameters’ssrc was not match.
It works after modifying the parameters.

2 Likes

Yes, that (ssrc) was the issue