Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Showing off cute file descriptor hacks - records screen and pushes it over a TCP stream

Notifications You must be signed in to change notification settings

Skarlett/tiny-ffplay-tcp-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-ffplay-tcp-stream

records screen and pushes it over a TCP stream

cargo build --release

#records stream
./target/release/client -c 127.0.0.1:9090 &

# captures stream output
./target/release/viewer -c 127.0.0.0:9090

with nix

nix develop # with flakes enabled
nix-shell # without flakes

# now follow the instructions above

About

Showing off cute file descriptor hacks - records screen and pushes it over a TCP stream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published