From ef8dacaa48acfbff86bc29d3d6bff76ef2146163 Mon Sep 17 00:00:00 2001 From: SteadyW <233242505+YusufB5@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:27:34 +0300 Subject: [PATCH] Add LAN streaming instructions to README Added instructions for LAN/Network streaming using the stream server. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7dc96c8..801a2a6 100644 --- a/README.md +++ b/README.md @@ -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