plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[video_player] Its example crashes on Tizen 9.0

Open seungsoo47 opened this issue 1 year ago • 8 comments

  • Environment : Device - RPI5 : Build - tizen-9.0-unified_20241125.125444_tizen-headed-aarch64
  1. Video_player's example is sometimes crashed.

  2. I saw another error log in ConsoleMessage:

[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(player_set_playback_rate failed, Function not implemented, null, null)
#0      TizenVideoPlayerApi.setPlaybackSpeed (package:video_player_tizen/src/messages.g.dart:416:7)
<asynchronous suspension>
[E] #1      VideoPlayerController._applyPlaybackSpeed (package:video_player/video_player.dart:633:5)
<asynchronous suspension>
#2      VideoPlayerController._applyPlayPause (package:video_player/video_player.dart:607:7)
<asynchronous suspension>
#3      VideoPlayerController.play (package:video_player/video_player.dart:558:5)
<asynchronous suspension>

seungsoo47 avatar Dec 23 '24 05:12 seungsoo47

I've got the same issue for live streams. The play method sets the play back speed and this executes the native method player_set_playback_rate which seems to be not implemented (or at least throws this exception in this case).

Senne021 avatar Jan 15 '25 15:01 Senne021

I can reproduce this issue, It maybe need checked by MM team.

xiaowei-guan avatar Jan 16 '25 01:01 xiaowei-guan

@xiaowei-guan Are there any updates to this?

Senne021 avatar Feb 13 '25 08:02 Senne021

@xiaowei-guan Are there any updates to this?

I can reproduce this issue on Tizen 9.0 with RPI4. I think need to check this issue with MM team. Is this issue a urgent issue? if yes, I will check it as soon as possible.

xiaowei-guan avatar Feb 14 '25 07:02 xiaowei-guan

Yes, that is urgent. We have currently copied the video player from the video_player_package into our codebase and removed the parts that are causing errors. However, this can have unwanted side effects, especially when updating the video player, which can lead to other problems.

Senne021 avatar Feb 14 '25 09:02 Senne021

Yes, that is urgent. We have currently copied the video player from the video_player_package into our codebase and removed the parts that are causing errors. However, this can have unwanted side effects, especially when updating the video player, which can lead to other problems.

@Senne021 Do you get this issue on RPI5 or TV ?

xiaowei-guan avatar Feb 17 '25 09:02 xiaowei-guan

On TV

Senne021 avatar Feb 17 '25 10:02 Senne021

On TV

This issue was reproted on a RPI5 device, could you please create a new issue and share the test URL, I will check it on TV device.

xiaowei-guan avatar Feb 17 '25 10:02 xiaowei-guan

This page has been automatically closed since there has not been any recent activity. If you are still experiencing a similar issue, please open a new issue with additional information about the issue.

github-actions[bot] avatar Aug 12 '25 03:08 github-actions[bot]