Is there a way for me to pause the recording in console command instead of using the admin console?
Have you looked at the Remote Admin Platform documentation and example code here: https://community.rti.com/static/documentation/connext-dds/7.0.0/doc/manuals/connext_dds_professional/services/recording_service/common/remote_admin_platform.html
Here's the example sending a PAUSE command:
code
Requester UPDATE /recording_services/remote_admin/state paused
Have you looked at the Remote Admin Platform documentation and example code here: https://community.rti.com/static/documentation/connext-dds/7.0.0/doc/manuals/connext_dds_professional/services/recording_service/common/remote_admin_platform.html
Here's the example sending a PAUSE command:
code