plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Not supporting low latency mode (HLS)

Open tzutoo opened this issue 1 year ago • 2 comments

https://pub.dev/packages/video_player_tizen 'https://stream.mux.com/v69RSHhFelSm4701snP22dYz2jICy4E4FUyk02rW4gxRM.m3u8'

[E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Pause, Player pause failed, null, null) #0 VideoPlayerVideoholeApi.pause (package:video_player_videohole/src/messages.g.dart:759) #1 VideoPlayerController._applyPlayPause (package:video_player_videohole/video_player.dart:584) [E] [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(SetPlaybackSpeed, Player set playback speed failed, null, null) #0 VideoPlayerVideoholeApi.setPlaybackSpeed (package:video_player_videohole/src/messages.g.dart:550) #1 VideoPlayerController._applyPlaybackSpeed (package:video_player_videohole/video_player.dart:607) #2 VideoPlayerController._applyPlayPause (package:video_player_videohole/video_player.dart:581) #3 VideoPlayerController.play (package:video_player_videohole/video_player.dart:508)

tzutoo avatar Dec 29 '23 05:12 tzutoo

Low latency HLS is not supported for now, we will check this crash soon.(we got network issue this week, so can't reproduce this crash)

xuelian-bai avatar Jan 03 '24 05:01 xuelian-bai

@tzutoo Hi, I really recommend you use video_player_avplay, the feature is available using avplay.

hyue7 avatar Jan 03 '24 10:01 hyue7