LowLatencyVideoPrototype
LowLatencyVideoPrototype copied to clipboard
Trying to do low-latency wireless remote video with x264
trafficstars
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