Hello there,
Im working to add support for Samsung TVs (Tizen OS) on my flutter app.
Im using flutter-tizen to build my app and it runs on Samsung TVs.
I see that Bitmovin already has a sample app and support for Tizen but using css/js: Bitmovin Docs - Player Tutorials | Getting started with the web player on Samsung Tizen.
Im seeing 2 options to integrate:
- Integrate a native SDK(.NET/C#?) with a platform plugin in the same way I did for iOS(swift)/android(kotlin)/android TV(kotlin).
- Use a webview and replicate what was done in the sample app using the web SDK.
If the only way today to integrate with Tizen is the Web SDK, the webview should work? Is there any issue for Bitmovin SDK to run in a webview?
Thanks,