From 0e79ab59165bf925f1288476dad66109aa01b3fa Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 16 Oct 2020 00:05:51 +0300 Subject: Add waltham-transmitter-plugin This adds the waltham-transmiter-plugin, which is a copy-pasta version of the wayland-ivi-plugins developed by ADIT-J. It has been split into a different repository. The major change from the initial version is the fact that remote output has been completely removed, and it only takes care of remote input. The renderer side has been moved/migrated into attic/ directory for further posterity. Bug-AGL: 3601 Signed-off-by: Marius Vlad Change-Id: Ifc1a6f58567d8b86cbe6e84dc1de79246dd95435 --- attic/waltham-renderer/pipeline_example_intel.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 attic/waltham-renderer/pipeline_example_intel.cfg (limited to 'attic/waltham-renderer/pipeline_example_intel.cfg') diff --git a/attic/waltham-renderer/pipeline_example_intel.cfg b/attic/waltham-renderer/pipeline_example_intel.cfg new file mode 100644 index 0000000..8440bce --- /dev/null +++ b/attic/waltham-renderer/pipeline_example_intel.cfg @@ -0,0 +1 @@ +appsrc name=src ! videoconvert ! video/x-raw,format=I420 ! mfxh264enc bitrate=3000000 rate-control=1 ! rtph264pay config-interval=1 ! udpsink name=sink host=YOUR_RECIEVER_IP port=YOUR_RECIEVER_PORT sync=false async=false \ No newline at end of file -- cgit 1.2.3-korg