Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

video streaming application made with Dart

streamZ

A simple video streaming application made with DartJSHTMLCSS & 

Show some  by putting 

Recently I wrote an article, explaining how to deploy it using systemd in LAN, which can be found here.

what does it do ?

how can I use it ?

$ wget https://github.com/itzmeanjan/streamZ/releases/download/v1.0.1/streamZ.zip # consider downloading zip, using wget from terminal
$ cd
$ unzip streamZ.zip # unzipping it
$ cd streamZ # getting into actual directory
$ tree -h
.
├── [4.0K]  final
│   └── [7.8M]  streamZ
└── [4.0K]  frontend
    ├── [4.0K]  images
    │   └── [ 318]  favicon.ico
    ├── [4.0K]  pages
    │   └── [1.0K]  index.html
    ├── [4.0K]  scripts
    │   └── [9.7K]  index.js
    └── [4.0K]  styles
        └── [2.0K]  index.css

6 directories, 5 files
$ cd final
$ ./streamZ # running movie steaming server
[+]streamZ_v1.0.0 listening ( streamZ0 ) ...

[+]streamZ_v1.0.0 listening ( streamZ1 ) ...

how does it look like ?

Feel free to check source code to dig deeper ( it’s pretty well documented )

Download Flutter Video Streaming App Source Code on GitHub

https://github.com/itzmeanjan/streamZ

Exit mobile version