GStreamer Webcam APP
To receive video run:
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink
To receive video and audio encoded with FLAC run:
gst-launch-1.0 udpsrc port=5000 ! h264parse ! avdec_h264 ! autovideosink udpsrc port=5001 ! flacparse ! flacdec ! autoaudiosink sync=false
Last used IP address is saved. Keep in mind that maximum video resolution and bitrate is limited by your bandwidth.