GstKinesisWebRTC/Description/Properties: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{GstKinesisWebRTC/Head|previous=Description/Configurations|next=Description/Signals}}
{{GstKinesisWebRTC/Head|previous=Description/Configurations|next=Description/Signals|metakeywords=SSL CA certificate, SSL CA, access-key, secret-key}}
</noinclude>
</noinclude>



Revision as of 06:20, 22 February 2023



Previous: Description/Configurations Index Next: Description/Signals






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



Previous: Description/Configurations Index Next: Description/Signals