1
0
Forka 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/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Daniel Perelman c7083ac088 Add accientally omitted test file. 4 anni fa
LZMA-JS@8f98fe85a1 Initial commit. 4 anni fa
lz-string@b2e0b270a9 Initial commit. 4 anni fa
node-lz4@29ecbd1cbf Initial commit. 4 anni fa
test-dictionary Initial commit. 4 anni fa
test-files Add accientally omitted test file. 4 anni fa
.gitmodules Initial commit. 4 anni fa
LICENSE Initial commit. 4 anni fa
README.md Initial commit. 4 anni fa
test.html Output as table. 4 anni fa

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.