Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connextsink not showing up in DDS Adminconsole #51

Open
ecschuetz opened this issue Sep 12, 2023 · 1 comment
Open

Connextsink not showing up in DDS Adminconsole #51

ecschuetz opened this issue Sep 12, 2023 · 1 comment

Comments

@ecschuetz
Copy link

ecschuetz commented Sep 12, 2023

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.
image

But i cant find the corresponding Processes in my rtiadminconsole

any ideas?

@ghost
Copy link

ghost commented Nov 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant