I am trying to integrate Bitmovin player to my existing nextjs based app in Server side component. I started using GitHub - bitmovin/bitmovin-player-react and was able to integrate Bitmovin player with my app. When I am in chrome browser I can load the player and play the content successfully without any issue.
But when I try to load the same app in Safari, I see the error as “HLS stream has an error” in Bitmovin when I try to view the asset. I am not able to figure out why the player loads in Chrome but not in safari. If I update the confirm and pass the “dash” stream only to the player “SourceConfig” then I can play the content in Safari also. But I am trying to make the configuration so I can play HLS in Safari, once this works then I would like to also enable fairplay DRM.
Please share any inputs / examples that I can refer to identify the issue. Please let me know if any additional details are required.
Maybe you can use the Player Demo to validate that your HLS stream in general works on both browsers, or use the test stream URL from there to test with your app.
Thank you @christian.bartl, I was able to configure client component and it works. To avoid any dependency we are using bitmovin-player and bitmovin-player-ui.