Sanatcha.T
Sanatcha.T

Reputation: 1

I have a problem unable to send RTMP with egress

I'm trying to use Egress to send RTMP from livekit. detail livekist-server:v1.5.0 egress:v1.7.9 run on docker 2 vm i trying testing send RTMP to youtube enter image description here

I don't understand where I misconfigured it. Or what do I need to fix?

enter image description here

Upvotes: -2

Views: 450

Answers (2)

Sanatcha.T
Sanatcha.T

Reputation: 1

The cause is that I config api_key and api_secret incorrectly, which makes it impossible to connect to the livekit server as Mr. Frostbyte recommends.

Upvotes: 0

David Zhao
David Zhao

Reputation: 21

Your Egress is likely not configured properly to connect to LiveKit server. ws_url must be set to a publicly reachable address to your LiveKit server. i.e. wss://my.livekit.host

Upvotes: 0

Related Questions