I installed the live broadcast plugin correctly, I can start a live broadcast, and it's shared as a post on the homepage.
However, users can't watch me because the broadcast freezes.
There are no errors in the installation or ports.
The 4001 port connection is working correctly.
turnserver.json:
{
"iceServers": [
{
"urls": "turn:site-ip-adress:4001",
"username": "admin",
"credential": "123123123"
},
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "stun:stun1.l.google.com:19302"
},
{
"urls": "stun:stun2.l.google.com:19302"
},
{
"urls": "stun:stun3.l.google.com:19302"
},
{
"urls": "stun:stun4.l.google.com:19302"
}
],
"iceTransportPolicy": "all",
"bundlePolicy": "balanced",
"rtcpMuxPolicy": "require",
"iceCandidatePoolSize": 0
}