Skip to content

rsaxvc/LowLatencyVideoPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Building:
	run `make`

Launching a simple loopback:
	./encode | ./viewer_stdin

Launching a UDP broadcaster
    Sender: ./encode_udp
    Player: netcat -kul 12345 | ./viewer_stdin 

Dependencies:
	libv4l2
	libavcodec
	libx264
	libswscale
	libcv
	libhighgui

About

Trying to do low-latency wireless remote video with x264

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published