1
0
Fork 0
Demonstration of using a known prefix to reduce compression size for WebRTC SDPs with different compression algorithms. https://aweirdimagination.net/2020/06/14/serverless-webrtc/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Perelman c7083ac088 Add accientally omitted test file. 4 vuotta sitten
LZMA-JS@8f98fe85a1 Initial commit. 4 vuotta sitten
lz-string@b2e0b270a9 Initial commit. 4 vuotta sitten
node-lz4@29ecbd1cbf Initial commit. 4 vuotta sitten
test-dictionary Initial commit. 4 vuotta sitten
test-files Add accientally omitted test file. 4 vuotta sitten
.gitmodules Initial commit. 4 vuotta sitten
LICENSE Initial commit. 4 vuotta sitten
README.md Initial commit. 4 vuotta sitten
test.html Output as table. 4 vuotta sitten

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.