|
Has anyone encountered this issue? Using rtpjpegpay in the pipeline hogs the CPU. My pipeline looks like:
gst-launch gstrtpbin name=rtpbin v4l2src ! image/jpeg, width=720, height =360, framerate=30/1 ! jpegparse ! videorate ! rtpjpegpay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink port=5000 host=<ip-address>
At this framerate the usage is about 98%.
Appreciate any input.
Thanks!
|