Skip to content

ultrasaurus/rust-tokio-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Proxy

RUST_LOG=trace  cargo run 

Then after running proxy, run TCP server listening on 1935 and make client connection on 19355.

For example, run an RTMP server (default port 1935) then...

rtmpdump -V --stop 1 -r rtmp://localhost:19355/vod/media -o test.flv

About

experimenting with tokio async/await and networking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages