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()?
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.
Yes, that (ssrc) was the issue