Add LAN streaming instructions to README

Added instructions for LAN/Network streaming using the stream server.
This commit is contained in:
SteadyW 2026-06-14 21:27:34 +03:00 committed by GitHub
parent bc53f91793
commit ef8dacaa48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,9 @@ You can append the `--debug` flag when launching the server to see live bandwidt
> diff (`experiments/test_e2e.js`). Generate the test clips with
> `experiments/make_test_clips.sh`. (A fuller mutation-test + Autobahn
**LAN / Network Streaming:**
To stream the video on your local network (Wi-Fi), use the `--host` flag:
> python stream_server.py video.mp4 --host 0.0.0.0
## 📦 Installation