-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[video_player] API version in tizen-manifest.xml #794
Comments
Hi video_player_tizen is built on the platform's player API. Therefore, compatibility is guaranteed. You don't need to build each version. Can you share a test video link we can check? Do you have the appropriate privilege added to tizen-manifest.xml? |
@JSUYA
This is what the reviewers replied with I tested the same configuration with other platforms and it worked |
HI I tested this link on my tizen 6.0 test device. The video link played well. If infinite loading is the issue, you could also display a warning popup(or message) to the user if the video doesn't start playing for a certain amount of time after it starts. |
@JSUYA Thank you for your response, I uploaded a new build I hope it will resolve the playback issue. |
I'm having issues with HLS playback using the video_player and video_player_tizen packages. I'm not using any encryption or DRM for streaming, and I want to know if the API version in the XML could be related to the issue. For example, if I'm trying to support devices from 2021, do I need to compile different API version TPK files for each TV device? I can't recreate the error because emulator doesn't support the playback.
The text was updated successfully, but these errors were encountered: