streamZ v1.0.1
- Used dart2native compiler for compiling into a single executable binary, which can be run without Dart VM
- Works pretty fast
- dart2native isn't yet platform agnostic, so if you want to use it on some other platform, you need to recompile it
- Download this zip
- Unzip into a suitable location your machine
- Get into
./streamZ/final
directory - And run executable present on that directory, named streamZ
- Open browser on same machine, and type http://localhost:8000/
- You'll get a list of streamable movies present under
~/Videos/
directory - From other devices, present under same LAN, consider opening http://x.x.x.x:8000, where
x.x.x.x
is nothing but a local IP address of machine, running streamZ
😉