Skip to content

biddyweb/LowLatencyVideoPrototype

 
 

Repository files navigation

This is an example low-bandwidth, low-latency video transport. Currently the compression is provided by X264.

Building:
	run `make`

Launching:
	./encode | ./viewer_stdin

Dependencies:
	libv4l2
	libavcodec
	libx264
	libswscale

About

Trying to do low-latency wireless remote video with x264

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.8%
  • Makefile 2.8%
  • C 2.2%
  • Shell 1.2%