Hello folks!
I am working with MSENC chip (hardware encoder) on Jetson TK1.
here NVIDIA VIDEO CODEC SDK | NVIDIA Developer they said that “NVENC on GeForce hardware can support a maximum of 2 concurrent streams per system” but when i am trying to encode two streams simultaneously (with Gstreamer pipeline) the output is not up to the mark (might be the encoder gets slow).
Any idea about this behavior?
Can i encode two streams simultaneously on Jetson TK1?
One stream encoding on MSENC chip with Gstreamer pipeline working completely fine.
resolution : 1280 * 720 (for both the streams)
bitrate : for 1 stream it’s “4000000” and for other one “800000”
and codec : H264 (using “nv_omx_h264enc” plugin for encoding both the streams)
I am using Logitech usb cam (usb 2.0)(v4l2src Gstreamer plugin), taking input @ 24 fps.