I use the code of this repository, and using NDI SDK5.0 version found that the decoding of this gst is only up to 4k 40fps, using the following command, how can I optimize it。The following commands are used:
GST_DEBUG=fpsdisplaysink:7 gst-launch-1.0 ndisrc ndi-name="VLC" url-address=192.1.1.8:51 max-queue-length=0 timestamp-mode=4 ! ndisrcdemux name=demux demux.video ! queue ! videoconvert ! fpsdisplaysink video-sink=autovideosink signal-fps-measurements=true text-overlay=false sync=false demux.audio ! queue ! audioconvert ! autoaudiosink sync=false
I use the code of this repository, and using NDI SDK5.0 version found that the decoding of this gst is only up to 4k 40fps, using the following command, how can I optimize it。The following commands are used:
GST_DEBUG=fpsdisplaysink:7 gst-launch-1.0 ndisrc ndi-name="VLC" url-address=192.1.1.8:51 max-queue-length=0 timestamp-mode=4 ! ndisrcdemux name=demux demux.video ! queue ! videoconvert ! fpsdisplaysink video-sink=autovideosink signal-fps-measurements=true text-overlay=false sync=false demux.audio ! queue ! audioconvert ! autoaudiosink sync=false