commit 142d08a06cbfd372e09ab090a44201e440c8a64f Author: Anton Lydike Date: Sun Aug 30 20:04:02 2020 +0200 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5a1788 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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