Skip to content

Missing remote-kind reports from getStats() #3079

@icypow

Description

@icypow

Your environment.

  • Version: 4.0.14
  • Browser: Google Chrome
  • Other Information -

What did you do?

Connecting videostream to pion then sending it to web.

videoTrack, err := webrtc.NewTrackLocalStaticSample(webrtc.RTPCodecCapability{MimeType: ph.Conf.GetVideoConfig().MimeType}, "video", "test")
if rtpSender, err := PeerConnection.AddTrack(videoTrack); err == nil {
    go ph.processRTCP(rtpSender)
} else {
    return err
}

What did you expect?

Getting RTCRemoteOutboundRtpStreamStats from backend.

What happened?

Only getting RTCInboundRtpStreamStats which are probably generated on front-end.

...
Based on this commit,
891d96f
I assumed that support for these stats had been implemented. Please tell me if this is really the case. If so, what could be the reason for the lack of these reports? It would be nice to permanently recieve round-trip latency numbers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions