Skip to content

fsphil/net264

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

net264

Quick and dirty multi-client TCP streamer for the Raspberry Pi camera module

Build & Install:

make sudo make install

Example Usage:

On the Raspberry Pi: $ raspivid -t 1000000 -fps 25 -o - | net264

On a client PC: $ nc 5500 | mplayer -demuxer h264es -fps 25 -

Or a client Raspberry Pi: $ nc 5500 | omxplayer -

About

Quick and dirty multi-client TCP streamer for the Raspberry Pi camera module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages