# Beam - a simple video streaming service Two scripts for setting up local video streaming (audio might work aswell) ## Server Run `server.py` with python3, the only dependency is flask and vlc player. This will open a server on port 5005, listening for these two routes: * `/open?host=[&port=]` This will run vlc on the server and attempt to stream from `http://:/stream` (default port is 4040). The response will contain the session ID that can be used to control the playback * `/close/` will close the vlc player from the specified connection id ## Client Running `client.py