GstKinesisWebRTC/Description/Properties

From RidgeRun Developer Wiki
Revision as of 17:25, 9 October 2022 by Mmontero (talk | contribs) (Created page with " *ca-certificate: string with the path to the SSL CA certificate *channel : string with the name of the signaling channel, this should be set before starting the playing, if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  • ca-certificate: string with the path to the SSL CA certificate
  • channel : string with the name of the signaling channel, this should be set before starting the playing, if the channel is not set during the READY to PAUSED state change the element will fail.
  • region: string with the AWS region in which the signaling channel will be opened. If set after the READY to PAUSED transition, it will be ignored and default us-west-2 will be used.
  • access-key: string with the AWS access key ID. This is one of the options to set the AWS credentials, to be used it must be set before the READY to PAUSED transition.
  • secret-key: string with the AWS secret key. This is one of the options to set the AWS credentials, to be used it must be set before the READY to PAUSED transition.