You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LZMA-JS@8f98fe85a1 | 3 years ago | |
lz-string@b2e0b270a9 | 3 years ago | |
node-lz4@29ecbd1cbf | 3 years ago | |
test-dictionary | 3 years ago | |
test-files | 3 years ago | |
.gitmodules | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
test.html | 3 years ago |
README.md
prefix-compression-test
Demonstration of using a known prefix to reduce compression size for WebRTC SDPs with different compression algorithms.
test-files/
contains examples from the IETF documents
RFC 4566 and
draft-ietf-rtcweb-sdp-12.
As a workaround
to allow fetch
to work, run a local server
python3 -m http.server 8000 --bind 127.0.0.1
and open http://localhost:8000/test.html.