You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run the example gst-launch-1.0 videotestsrc ! x264enc speed-preset=ultrafast tune=zerolatency byte-stream=true key-int-max=15 ! h264parse ! video/x-h264,stream-format=byte-stream,alignment=au ! connextsink domain=1 topic=Video key=cam1 dp-qos-profile="TransportLibrary::SHMEM" dw-qos-profile="DataFlowLibrary::Reliable
and subscribe to it with gst-launch-1.0 connextsrc domain=0 topic=Video key=cam1 dp-qos-profile="TransportLibrary::SHMEM" dr-qos-profile="DataFlowLibrary::Reliable" ! h264parse ! avdec_h264 ! videoconvert ! fpsdisplaysink
i will get the video screen.
But i cant find the corresponding Processes in my rtiadminconsole
any ideas?
The text was updated successfully, but these errors were encountered:
Is your Admin Console instance running on the same machine? The QoS profile you are using is optimized for SHMEM, so Admin Console will not pick it up unless it is on the same machine.
When i run the example
gst-launch-1.0 videotestsrc ! x264enc speed-preset=ultrafast tune=zerolatency byte-stream=true key-int-max=15 ! h264parse ! video/x-h264,stream-format=byte-stream,alignment=au ! connextsink domain=1 topic=Video key=cam1 dp-qos-profile="TransportLibrary::SHMEM" dw-qos-profile="DataFlowLibrary::Reliable
and subscribe to it with
gst-launch-1.0 connextsrc domain=0 topic=Video key=cam1 dp-qos-profile="TransportLibrary::SHMEM" dr-qos-profile="DataFlowLibrary::Reliable" ! h264parse ! avdec_h264 ! videoconvert ! fpsdisplaysink
i will get the video screen.
But i cant find the corresponding Processes in my
rtiadminconsole
any ideas?
The text was updated successfully, but these errors were encountered: