1
0
Çatalla 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/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Daniel Perelman c7083ac088 Add accientally omitted test file. 4 yıl önce
LZMA-JS@8f98fe85a1 Initial commit. 4 yıl önce
lz-string@b2e0b270a9 Initial commit. 4 yıl önce
node-lz4@29ecbd1cbf Initial commit. 4 yıl önce
test-dictionary Initial commit. 4 yıl önce
test-files Add accientally omitted test file. 4 yıl önce
.gitmodules Initial commit. 4 yıl önce
LICENSE Initial commit. 4 yıl önce
README.md Initial commit. 4 yıl önce
test.html Output as table. 4 yıl önce

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.