vr000m / rmcat-eval-test

The Real-time Transport Protocol (RTP) is used to transmit media in multimedia telephony applications, these applications are typically required to implement congestion control. The RMCAT working group is currently working on candidate algorithms for such interactive real-time multimedia applications. This document describes the test cases to be used in the performance evaluation of those candidate algorithms.

Home Page:https://tools.ietf.org/html/draft-ietf-rmcat-eval-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmcat-test-scenarios

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 sarker-eval-test-00
$ 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

The Real-time Transport Protocol (RTP) is used to transmit media in multimedia telephony applications, these applications are typically required to implement congestion control. The RMCAT working group is currently working on candidate algorithms for such interactive real-time multimedia applications. This document describes the test cases to be used in the performance evaluation of those candidate algorithms.

https://tools.ietf.org/html/draft-ietf-rmcat-eval-test


Languages

Language:HTML 99.7%Language:Makefile 0.3%