Wowza Community

WebRTC using WowzaStreamingEngine trial

Hello.

I use WowzaStreamingEngine trial and try to work with WebRTC.

Chrome requires HTTPS for publishing WebRTC feed. But your trial version not provision StreamLock and it means I cannot use SSL and HTTPS.

Can I configure WebRTC without SSL and try it to another (not Chrome) browsers?

Thank You.

Hello,

If using a trial, you will need to create a SSL cert and add that to HostPort 443 and to the WebRTC Properties container in the webrtc Application.xml.

webrtcKeyStorePath

${com.wowza.wms.context.VHostConfigHome}/conf/[streamlock-filename].jks

String

webrtcKeyStorePassword

[streamlock-password]

String

Instructions on creating a SSL cert.

You could try without a cert in other browsers; ie Firefox 50.1.0, although this has not been tested.

Regards,

JasonT