Nvcompositor documentation or alternative

  1. correct the sample command-line for Jetson.
gst-launch-1.0 filesrc  location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 ! h264parse ! nvv4l2decoder ! mux.sink_0  \
	   filesrc  location=/opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 ! h264parse ! nvv4l2decoder ! mux.sink_1 \
   nvstreammux name=mux batch-size=2 width=1920 height=1080  ! nvmultistreamtiler !  fakesink
  1. Since nvcompositor is not deepstream plugin, it may not work with some deepstream plugins. please refer to this topic. hence Suggest use DeepStream plugn nvmultistreamtiler.