I am a streaming media server, and I need to stream video to WebRTC in H.264 format. The SDP exchange has no errors, and Edge passes normally.
These are the log debugging details from edge://webrtc-internals/
. Both DTLS and STUN show normal status, and SDP exchange is also normal. I used Wireshark to capture packets and saw that data streaming has already started. The transport
section (iceState=connected, dtlsState=connected, id=T01) also shows that data has been received, but there is no display of RTP video data at all.
enter image description here
video recv info
enter image description here
wireshark,I have verified that the SSRC in the SRTP is correct.
enter image description here
This player works normally when tested with other streaming servers. I don’t know what the problem is. Is there any way to find out why the web browser cannot play the WebRTC stream that I’m pushing?