Skip to content
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

Open
njoxa opened this issue Jan 8, 2025 · 4 comments
Open

[video_player] API version in tizen-manifest.xml #794

njoxa opened this issue Jan 8, 2025 · 4 comments

Comments

@njoxa
Copy link

njoxa commented Jan 8, 2025

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.

@njoxa njoxa changed the title [video_player] API version int tizen-manifest.xml [video_player] API version in tizen-manifest.xml Jan 8, 2025
@JSUYA
Copy link
Member

JSUYA commented Jan 9, 2025

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?

@njoxa
Copy link
Author

njoxa commented Jan 12, 2025

@JSUYA
Here is the test video link https://rpn.bozztv.com/dvrfl03/itv04060/index.m3u8
this is how the tizen-manifest.xml looks like.

<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.example.app" version="1.0.3" api-version="6.0" xmlns="http://tizen.org/ns/packages">
    <profile name="common"/>
    <ui-application appid="com.example.app" exec="Runner.dll" type="dotnet" multiple="false" nodisplay="false" taskmanage="true">
        <label>Example TV APP</label>
        <icon>ic_launcher.png</icon>
        <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true"/>
    </ui-application>
    <feature name="http://tizen.org/feature/screen.size.all"/>
    <privileges>
        <privilege>http://tizen.org/privilege/mediastorage</privilege>
        <privilege>http://tizen.org/privilege/externalstorage</privilege>
        <privilege>http://tizen.org/privilege/internet</privilege>
        <privilege>http://tizen.org/privilege/network.get</privilege>

    </privileges>
     <metadata key="http://samsung.com/tv/metadata/use.voiceguide" value="false" />
</manifest>

This is what the reviewers replied with
CRITICAL: Infinite media loading. After App has been installed when media is launched, it displays a black screen with an infinite loading animation. Please fix this.

I tested the same configuration with other platforms and it worked

@JSUYA
Copy link
Member

JSUYA commented Jan 13, 2025

Here is the test video link https://rpn.bozztv.com/dvrfl03/itv04060/index.m3u8

HI I tested this link on my tizen 6.0 test device. The video link played well.
Does the issue always occur? We need more information.

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.

@njoxa
Copy link
Author

njoxa commented Jan 13, 2025

@JSUYA Thank you for your response, I uploaded a new build I hope it will resolve the playback issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants