Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
**• How to reproduce the issue ? (This is for bugs. Including which sample app is
Hi.
I wanna use 2 tees in my pipeline. first tee to save H264 encoded camera streams and seecond for filesink in bellow pipeline.
I use nvinfer plugin which uses nvidia metadata and is not compatible with tee.
Do you have a solution how to handle it or I should nvtee?
for nvtee there is no good source. Can you lead me how to use it?
this is my piepline.
gst-launch-1.0 v4l2src device=/dev/video1 ! nvvideoconvert ! video/x-raw(memory:NVMM),format=(string)NV12,framerate=(fraction)30/1 ! queue ! m.sink_0 nvstreammux name=m gpu-id=0 batch-size=1 nvbuf-memory-type=0 enable-padding=0 ! nvinfer name=pgie config-file-path=config_detector.txt batch-size=1 interval=1 ! queue ! nvmultistreamtiler ! nvvideoconvert ! nvv4l2h264enc ! filesink location=videoout.mp4