Camera dual encoding using nvtee

Hi.
I wanna encode camera stream in H264 and H265 simultaneously.
Nvidia suggests that nvtee is better than tee because of (NVMM) dma buffer, But I don’t see any examples. in Nvidia Accelerated gstreamer there are afew examples which none of them is my application. Can you give a simple example for dual encoding?
Ty

Hi,
It is fine to use tee plugin in gst-launch-1.0 commands. The nvtee plugin is more specific to use-cases in nvgstcapture-1.0. Please use tee for encoding single source into multiple streams.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.