22bde08fb8
Added V4L2 player program - it will be put here until I can find a better place to put it. Will now kill the xvfb process. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/456004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1932 4adac7df-926f-26a2-2b94-8c16560cd09d
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
This is a simple program which can feed raw video data into a V4L2 sink, such as
|
|
the v4l2loopback driver. See the .c file for implementation notes and how to run
|
|
the program.
|
|
|
|
You will require the gstreamer developer package and the "bad" plugin set for
|
|
gstreamer. The easiest way to get this is to run
|
|
|
|
sudo apt-get install gstreamer0.10-plugins-bad libgstreamer0.10-dev
|
|
|
|
Then just build using make in this directory. |