GstKinesisWebRTC Properties



Previous: Description/Configurations Index Next: Description/Signals





Note that all the following properties must be configured during the READY to PAUSED state in order for the element to start correctly and actually take them into account.

  • 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. By default is configured to use us-west-2.


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


  • channel-role: enum value to select the role to connect to the signaling channel with. It can be either master or viewer. By default is configured to connect as master.


  • trickle-ice: boolean specifying whether the peer supports or not trickle ICE. Only relevant when viewer mode is selected.


  • client-id: string with the identifier name for the client. Only relevant when viewer mode is selected.




Previous: Description/Configurations Index Next: Description/Signals