Live Streaming iframe Error 500

What is the name of the domain?

http://localhost:8100

Type

Live Streaming

What is the error number?

500 (Internal Server Error)

What is the error message?

sdk-iframe-integration.fla9.latest.js?video=fe6423e5682d567605a14464c3b7cbb4:271 POST https://platform.dash.cloudflare.com/sentry/envelope 500 (Internal Server Error)

What is the issue you’re encountering

Live Streaming isnt start and not showing

What steps have you taken to resolve the issue?

None, I don’t know the cause of the error.

What are the steps to reproduce the issue?

  <div style="position: relative; padding-top: 56.25%;">
    <iframe [src]="liveUID | safe"
      style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
      allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
      allowfullscreen="true"></iframe>
  </div>

Screenshot of the error

I had a similar issue, the fix was to make sure to explicitly define the allowed origins in the video.
For me it was localhost, your-fqdn.com

1 Like

Thank you for your response.
But I switched to the video.js lib, now the problems are different.