Skip to content

samuelkuz/streaming-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Streaming Server

The goal of this project is to stream (or record) my Windows desktop and send the information to a client.

Build

This will only build and work on Windows OS

  • Make sure you have ffmpeg installed and follow the build instructions for rust-ac-ffmpeg

  • cargo build --release

  • cargo run --release

Example

  • cargo run --release
  • cargo run --release -- -d (# of monitor to record)

Attributions

  • Windows API code is adapted from screenshot-rs, licensed under the MIT license.
  • Referenced code from sharer, licensed under GPL-3.0 license

About

A simple application to record and stream your Windows monitor display, written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages