You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use this library to send WebRTC traffic to Cloudflare Stream. It worked well on Chrome, but did not work for me on Safari. The traffic never reached Cloudflare, and I got an error.
I thought maybe I was implementing it wrong, but then I tried using your demo at https://web.whip.eyevinn.technology/ and received the same error on Safari. Here is the error (copy and pasted from the dev console):
WHIPClient"IceCandidate""Failed to setup stream connection with endpoint"406"Expecting SDP to send at least one track in direction sendonly."
To reproduce this, you could try to send WebRTC traffic from your WHIP client demo to a Cloudflare Stream WebRTC publish URL on both Chrome and Safari. For me, it worked on Chrome but I got the error above on Safari.
Hello,
I was trying to use this library to send WebRTC traffic to Cloudflare Stream. It worked well on Chrome, but did not work for me on Safari. The traffic never reached Cloudflare, and I got an error.
I thought maybe I was implementing it wrong, but then I tried using your demo at https://web.whip.eyevinn.technology/ and received the same error on Safari. Here is the error (copy and pasted from the dev console):
WHIPClient"IceCandidate""Failed to setup stream connection with endpoint"406"Expecting SDP to send at least one track in direction sendonly."
To reproduce this, you could try to send WebRTC traffic from your WHIP client demo to a Cloudflare Stream WebRTC publish URL on both Chrome and Safari. For me, it worked on Chrome but I got the error above on Safari.
Maybe there is some config option that is missing in both my implementation and the demo at https://web.whip.eyevinn.technology/ ?
Many thanks,
Michael
The text was updated successfully, but these errors were encountered: