diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-10-15 14:52:27 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-12-01 13:07:53 +0200 |
commit | e6ad86a86fe3ed73cac6478e07eb1220399ace1f (patch) | |
tree | 58beffdda0ac9fce19432709a79c7c46ce300890 /config/receiver_pipeline_example_rcar.cfg | |
parent | e0c6ec4cf049522b662874f069244b5c19229906 (diff) |
Init waltham-receiver
Bug-AGL: SPEC-3605
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ia352702d0c43f1f2ccecbffea85f3d0f17f2fd56
Diffstat (limited to 'config/receiver_pipeline_example_rcar.cfg')
-rw-r--r-- | config/receiver_pipeline_example_rcar.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/receiver_pipeline_example_rcar.cfg b/config/receiver_pipeline_example_rcar.cfg new file mode 100644 index 0000000..15fd4ef --- /dev/null +++ b/config/receiver_pipeline_example_rcar.cfg @@ -0,0 +1 @@ + udpsrc port=YOUR_RECIEVER_PORT caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96" ! rtpjitterbuffer latency=0 ! rtph264depay ! h264parse config-interval=1 disable-passthrough=true ! omxh264dec no-reorder=true ! waylandsink name=sink |