Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
Options
GUID of remote recorder
in API
Hi, looking at the Remote Recorder REST API, I understand that each RR will be assigned with a GUID as Id.
Does anyone know how these Ids are assigned? Is it by random on first assignment or is it based on hashing of something?
I am asking this because I want to know if the RR Ids will ever be modified. Let's say I have a faulty device replaced with another machine of the same model. The IP of the device will stay the same. Does this mean the GUID Id will stay the same?
I want to make sure our system can refer to the RR by the GUID Id consistently without it changing/updating by accident.
0
Answers
The Remote Recorder's Public ID is a GUID that gets assigned at the time of installation (i.e. when the installer runs). It happens to be the GUID returned by the API call which registers the remote recorder: https://demo.hosted.panopto.com/Panopto/Api/Docs/index.html#/RemoteRecorderAPI/RemoteRecorderAPI_RegisterRemoteRecorder (The RR is only registered once at the time of installation.)
If you uninstall and then reinstall Remote Recorder, the ID value will be different.
The value of the GUID is not related to the entropy of your IP address. It is derived from a standard random GUID generator.