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/
| lz-string@b2e0b270a9 | ||
| LZMA-JS@8f98fe85a1 | ||
| node-lz4@29ecbd1cbf | ||
| test-dictionary | ||
| test-files | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| test.html | ||
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.