[PoC] Share screen with nwtgck/piping-server + ReadableStream + fetch + Stream encrypt(chacha20).
https://friend-password.netlify.app
Using decrypt.py to decrypt in a stream.
pip3 install requests pycryptodome
python3 decrypt.py -k 'your encryption key in base64' -n 'your nonce in base64' <your stream url> | mpv -
Using decrypt_s.py to decrypt in a stream.
pip3 install pycryptodome
python3 decrypt_s.py
https://github.com/nwtgck/piping-server-streaming-upload-htmls