flutter-tizen / plugins

Flutter plugins for Tizen
65 stars 42 forks source link

[video_player_avplay] Unable to build for 8.0 Tizen Version #680

Open AMarozzi opened 2 months ago

AMarozzi commented 2 months ago

Hello Tizen Team,

we have tried to support the 8.0 version of the Tizen Os for 2024 Tv lines but when it's come to build and run the app on the emulator a build error happens.

Here the log build_error.txt

How can we fix? Futhermore the error is not happening when build on real 2023 Tv lines or old version on remote emulator.

JSUYA commented 2 months ago

video_player_avplay does not support 8.0 yet. @xiaowei-guan Could you please support 8.0 plusplayer?

xiaowei-guan commented 1 month ago

video_player_avplay does not support 8.0 yet. @xiaowei-guan Could you please support 8.0 plusplayer?

I am doing this part of the work. Checking a issue with the security team.

xiaowei-guan commented 1 month ago

Hello Tizen Team,

we have tried to support the 8.0 version of the Tizen Os for 2024 Tv lines but when it's come to build and run the app on the emulator a build error happens.

Here the log build_error.txt

How can we fix? Futhermore the error is not happening when build on real 2023 Tv lines or old version on remote emulator.

amarozzi@amarozziMB16 technogym-training-flutter % flutter-tizen run -v
[ +139 ms] executing: sysctl hw.optional.arm64
[  +17 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'

Hello, Do you build app for ARM64?

xiaowei-guan commented 1 month ago

Do you build app for ARM64?

video_player_avplay doesn't support TV emulator now.

AMarozzi commented 1 month ago

Do you build app for ARM64?

video_player_avplay doesn't support TV emulator now.

ok, but we have some defects reported by the TV Seller QA team, specifically on the 2024 TV lines. How can we fix and test these issues without the possibility to use emulator?

swift-kim commented 1 month ago

@AMarozzi The problem is that the libraries video_player_avplay depends on are not available for the x86 architecture (emulator). The libraries are only available for real devices (arm). You should use physical TV devices to build and test your app.

Note: The libraries (arm) are not yet available for Tizen 8.0 TV. We'll let you know when they are ready.

xuelian-bai commented 1 month ago

@AMarozzi you may try on remote test lab https://developer.samsung.com/remotetestlab/devices/117/tv and is it possible to reproduce these issues on tizen7.0 tv?

xiaowei-guan commented 1 month ago

@AMarozzi We have supported Tizen 8.0 on TV devices, please apply latest version of plugin.

AMarozzi commented 1 month ago

@xiaowei-guan thank for the feedback. I have just update the plugin and release a new version. I will update you with the result of the Tv Seller Office.