Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2420

update gst-record to remoting plugin

XMLWordPrintable

    • Renesas H3, Renesas M3, Renesas M3+KF

      update gst-record to remoting plugin

      current gst-record only support weston 2.0.0, but we should use weston 5.0.0.
      remoting plugin  [1] is upstreamed into weston6.0.0. I should back port weston5.0.0.

       

       [1] https://gitlab.freedesktop.org/wayland/weston/merge_requests/7

       

      Receiver side:

      gst-launch-1.0 rtpbin name=rtpbin \
      	       udpsrc caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=JPEG,payload=26" port=$1 ! \
      	       rtpbin.recv_rtp_sink_0 \
      	       rtpbin. ! rtpjpegdepay ! jpegdec ! autovideosink \
      	       udpsrc port=$(($1 + 1)) ! rtpbin.recv_rtcp_sink_0 \
      	       rtpbin.send_rtcp_src_0 ! \
      	       udpsink port=$(($1 + 2)) sync=false async=false
      

      https://gitlab.freedesktop.org/wayland/weston/blob/master/doc/remoting-client-receive.bash

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            harunobu.kurokawa Harunobu Kurokawa
            harunobu.kurokawa Harunobu Kurokawa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: