Wowza Community

Webrtc setup issue

Hey, I’m trying to follow instructions from “https://www.wowza.com/docs/how-to-use-webrtc-with-wowza-streaming-engine” to prepare POC on “webRTC + streaming” using Wowza.
So far I’ve completed every step from https://www.wowza.com/docs/how-to-use-webrtc-with-wowza-streaming-engine (including ssl configuration + test).

Was able to publish stream via https://www.wowza.com/_private/webrtc/4.7.4/publish/ .

He is what I’m getting from https://www.wowza.com/_private/webrtc/4.7.4/play/ :

“Live stream is not running: myStream” (stream name in publish sample is “myStream”

Double checked if I followed setup instructions correctly - everything looks ok.

Additional details:
I’m using latest mac os version.

Hey there @Alex Vol, sorry for your frustration on this. I’d suggest opening a support ticket so our tech support team can run some tests on your config files to find the issue.

https://www.wowza.com/support/open-ticket

I was experiencing the same issue, but I was able to resolve it by modifying the file

[install-dir]/conf/webrtc/Application.xml.

I changed the property webrtcIceCandidateIpAddresses from [my-ip],udp to [my-ip],tcp,1935.

I also changed the next property, webrtcUDPBindAddress, from "0.0.0.0" to “”, though I doubt that had any effect since the previous property specifies we’ll use TCP rather than UDP.

Hope that helps!

Thanks @Steven Love! let us now if this worked for you @Alex Vol