Philipp Hancke
Philipp Hancke
hey @Ri0n I don't think this is the correct way to do it. `session-initiate` is always the first message in a jingle session and the only thing that can create...
> I say nothing about session-initiate Ah, the spec is written in confusing ways. The section where you made the first change and that specifies what elements are contained in...
do we agree that those stats should only show up after negotiation, i.e. when both local and remote description have been set? This would reduce the number of codecs by...
abbreviated: ``` m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 35 36 124 119 123 a=rtpmap:96 VP8/90000 a=rtpmap:124 red/90000 a=rtpmap:119 rtx/90000...
@alvestrand this isn't done "properly" in chrome's SDP *at all* (see question on the decade old bug)
@youennf you probably thought most about this topic, can you take a look?
true, can you make a PR along the lines of #654?
> The RTCTransportStats object's bytesSent is said to be: very odd. I'd expect this to be usable to calculate the actual bitrate (w/o ip overhead). This would include any STUN...
related, I assume RTP packets are encrypted here when bytes are counted (i.e. for non-gcm that is 10 bytes more usually) but they are not for RTCSentRtpStreamStats (et al).
but that means the "transport" has to know about rtp payload or datachannel payload. Which violates layers