RuStream 0.0.1-a

Rustic API to stream videos using Actix API via authenticated sessions
RuStream-0.0.1-a is not a library.
Visit the last successful build: RuStream-1.4.0

RuStream

made-with-rust

build

Summary

RuStream is an application written in Rust to stream videos using Actix API via authenticated sessions.

Usage

Download Executable

macOS
curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-Darwin-x86_64.tar.gz"
Linux
curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-Linux-x86_64.tar.gz"
RaspberryPi
curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-RaspberryPi.tar.gz"
Windows
curl -o asset -LH "Accept: application/octet-stream" "https://github.com/thevickypedia/RuStream/releases/latest/download/RuStream-Windows-x86_64.zip"

Arguments

  • debug - Enable debug level logging

Flags

  • --filename / -f - Filename (JSON) for the secrets config

Crate

https://crates.io/crates/RuStream

Linting

Requirement

rustup component add clippy

Usage

cargo clippy --no-deps --fix --allow-dirty

License & copyright

© Vignesh Rao

Licensed under the MIT License