- Start an IVI application.
- Put surface on transmitter output
+Example command
+ $weston-simple-egl &
+ $LaygeManagementControl get scene
+ -> Please check connector name of transmitter output
+ $layer-add-surfaces -d [transmitter output name] -s 1 -l 1
+
Weston log will indicate remoting has started:
[13:18:24.572] HMI transmitting surface 0x1c3dad0, ivi-id 0x9ff6
--- /dev/null
+Waltham renderer
+
+The waltham renderer creates buffer to be transmitted to other domain.
+Current implementation it uses gstreamer.
+
+You can use gstreamer pipeline as you want by configuraing from "pipeline.cfg".
+This file should be put "/etc/xdg/weston/".
+
+As a example, please refers the example file named "pipeline_example*.cfg".
+ -pipeline_example_general.cfg : Does not use any HW encoder.
+ -pipeline_example_intel.cfg : Use Intel's HW encoder.
+ -pipeline_example_rcar.cfg : Use Rcar's HW encoder.
+Rename file as "pipeline.cfg" and put crrect place when you use them.
\ No newline at end of file
--- /dev/null
+appsrc name=src ! videoconvert ! video/x-raw,format=I420 ! jpegenc ! rtpjpegpay ! udpsink name=sink host=YOUR_RECIEVER_IP port=YOUR_RECIEVER_PORT sync=false async=false
\ No newline at end of file
--- /dev/null
+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
--- /dev/null
+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