diff options
author | Wataru Mizuno <wmizuno@jp.adit-jv.com> | 2018-07-16 18:28:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-27 10:52:33 +0000 |
commit | 35ee03887eef55c3210b256ae9cd1f3f9ccf6c51 (patch) | |
tree | d2ae8113b44a1d90d8c42e743b80fa7af16da7a4 /waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg | |
parent | 18aa25385bcfc4c686f4700de2b2dd9fa9b38ee9 (diff) |
README: example configuration for gstreamer pipeline
README contains how to configure gstreamer pipeline to be used by
waltham-renderer.
Example configuration files specified as pipline_example*.cfg .
Change-Id: I7195bf9168d1093f6f52d8f65b122ab359eb71bc
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
Diffstat (limited to 'waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg')
-rw-r--r-- | waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg b/waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg new file mode 100644 index 0000000..2993365 --- /dev/null +++ b/waltham-transmitter/waltham-renderer/pipeline_example_rcar.cfg @@ -0,0 +1 @@ +appsrc name=src ! videoconvert ! video/x-raw,format=I420 ! omxh264enc bitrate=3000000 control-rate=2 ! rtph264pay ! udpsink name=sink host=YOUR_RECIEVER_IP port=YOUR_RECIEVER_PORT sync=false async=false
\ No newline at end of file |