vr000m / xrblock-rtcweb-rtcp-xr-metrics

This document describes monitoring features related to media streams in WebRTC. It provides a list of RTCP XR metrics, which are useful and may need to be supported in some RTCWEB implementations. It also describes a list of identifiers for WebRTC's statistics API. These identifiers are a set of RTCP SR, RR, and XR metrics related to the transport of multimedia flows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xrblock-rtcweb-rtcp-xr-metrics

use make deploy to build a specific version of the document. the command line utility asks which version, choose 00 (for initial document) or appropriate number when asked.

$ make deploy
version: 00

On submission of a draft to the datatracker, please tag it. In that way we just maintain one xml version and the -xx versions stay static. Command to tag a commit version is:

$ git tag -a draft-name -m "version xx for individual/IETF submission"
$ git push --tags

If you made a mistake with the tag naming, a new tag can replace by follow the instructions on Stack Overflow:

git tag new-tag old-tag
git tag -d old-tag
git push origin :refs/tags/old-tag
git push --tags

About

This document describes monitoring features related to media streams in WebRTC. It provides a list of RTCP XR metrics, which are useful and may need to be supported in some RTCWEB implementations. It also describes a list of identifiers for WebRTC's statistics API. These identifiers are a set of RTCP SR, RR, and XR metrics related to the transport of multimedia flows.


Languages

Language:HTML 99.7%Language:Makefile 0.3%