Hello again,
Here’s more informations about my first post.
As you can see, the frames are correctly sent by the client producer
But the client consumer does not receive any
I don’t understand why bytes are received but my browser says no frames are received
As mentioned in my first post the transports are “connected”, icestate are “completed”, and dtlsState are “connected”
Server side consumer stats :
{
availableOutgoingBitrate: 1437682,
bytesReceived: 61830,
bytesSent: 58790905,
dtlsState: 'connected',
iceRole: 'controlled',
iceSelectedTuple: {
localIp: '0.0.0.0',
localPort: 45245,
protocol: 'udp',
remoteIp: '10.22.11.91',
remotePort: 62704
},
iceState: 'completed',
probationBytesSent: 376960,
probationSendBitrate: 0,
recvBitrate: 1248,
rtpBytesReceived: 0,
rtpBytesSent: 57334910,
rtpPacketLossSent: 0,
rtpRecvBitrate: 0,
rtpSendBitrate: 1150819,
rtxBytesReceived: 0,
rtxBytesSent: 0,
rtxRecvBitrate: 0,
rtxSendBitrate: 0,
sendBitrate: 1350368,
timestamp: 17060073,
transportId: 'b0a25950-925b-434f-9b78-88e472824868',
type: 'webrtc-transport'
}
Server side producer stats :
{
bytesReceived: 136417912,
bytesSent: 743923,
dtlsState: 'connected',
iceRole: 'controlled',
iceSelectedTuple: {
localIp: '0.0.0.0',
localPort: 46433,
protocol: 'udp',
remoteIp: '10.22.11.91',
remotePort: 56335
},
iceState: 'completed',
probationBytesSent: 0,
probationSendBitrate: 0,
recvBitrate: 1543648,
rtpBytesReceived: 121237176,
rtpBytesSent: 0,
rtpPacketLossReceived: 0,
rtpRecvBitrate: 1422490,
rtpSendBitrate: 0,
rtxBytesReceived: 12452950,
rtxBytesSent: 0,
rtxRecvBitrate: 0,
rtxSendBitrate: 0,
sendBitrate: 7680,
timestamp: 17266551,
transportId: '47957e15-a2f1-41cf-a09d-eab257574047',
type: 'webrtc-transport'
}
If you have an idea, let me know
Thanks