plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[video_player_avplay] Unable to build for 8.0 Tizen Version

Open AMarozzi opened this issue 1 year ago • 7 comments

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 avatar May 02 '24 07:05 AMarozzi

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

JSUYA avatar May 02 '24 07:05 JSUYA

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 avatar May 06 '24 02:05 xiaowei-guan

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 avatar May 08 '24 06:05 xiaowei-guan

Do you build app for ARM64?

video_player_avplay doesn't support TV emulator now.

xiaowei-guan avatar May 08 '24 06:05 xiaowei-guan

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?

AMarozzi avatar May 08 '24 07:05 AMarozzi

@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.

swift-kim avatar May 08 '24 09:05 swift-kim

@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?

xuelian-bai avatar May 09 '24 01:05 xuelian-bai

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

xiaowei-guan avatar May 27 '24 11:05 xiaowei-guan

@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.

AMarozzi avatar May 27 '24 12:05 AMarozzi

I tried to use video_player_avplay package. but the following below error is found. builderror.txt

rinsarmu avatar Sep 17 '24 10:09 rinsarmu