]> git.meshlink.io Git - utcp/commit
Add a tool to generate a stream with a configurable bitrate.
authorGuus Sliepen <guus@sliepen.org>
Sun, 29 Mar 2020 17:30:01 +0000 (19:30 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 29 Mar 2020 17:30:01 +0000 (19:30 +0200)
commit0c3abf9e3538c482639ed32b0e85104495db5b4f
treec8865a9a19fa090a115ba3d626037f333edc609e
parent68103ae7c369fdccd59b71afb554079d9e6c798d
Add a tool to generate a stream with a configurable bitrate.

This generates a stream with a configurable average bitrate and number of
frames sent per second. The stream has embedded timestamps and counters,
which can be used by the same program to verify the integrity of an
incoming stream and to print the latency between sender and receiver.
Makefile
benchmark-stream [new file with mode: 0755]
stream.c [new file with mode: 0644]