Skip to content

stargazer39/Transport-Pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transport-Pipe

A way to transport a unix pipe over TCP

Serve a pipe (By default at 0.0.0.0:8899)

go run . -mode server -b 1M < '/home/stargazer/Videos/[1080P Full風] Hand in Hand - Hatsune Miku 初音ミク Project DIVA Arcade English lyrics Romaji subtitles [9SKA6PmcLuQ].webm'

Consume it

go run . -address 127.0.0.1:8899 -b 1M | ffplay -

Very alpha. Under devlopment.

About

A way to transport a unix pipe over TCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages