chewie icon indicating copy to clipboard operation
chewie copied to clipboard

The video player for Flutter with a heart of gold

Results 242 chewie issues
Sort by recently updated
recently updated
newest added

chewie 进度条slider是否可以滑动,进行配置

## Environment - Flutter 3.0.0 - video_player: ^2.4.2 - chewie: ^1.3.3 ## Run - VSCode - Google Chrome ## How to reproduction 1. Build application 2. start video 3. click...

I got an m3u8 address, but it inserted a useless placeholder in its header (actually for encryption). Obviously, I need to delete the previous paragraph. But how can I transfer...

I copy example and try to do some modify, however I notice that the player controls unable to click / seek `video_player: ^2.4.5` `chewie: ^1.3.4` https://user-images.githubusercontent.com/6957533/177092594-8349ca0e-eb49-4cd4-b4ba-1d1db7fc76da.mp4 ``` import 'package:chewie/chewie.dart'; import...

Hi, I am facing one issue with your video player in Flutter web release only. Here is the link of web https://sample-f55e4.web.app/#/. Uncaught RangeError: Maximum call stack size exceeded at...

` D/MediaCodecInfo(21447): NoSupport [codec.profileLevel, avc1.F4001E, video/avc] [OMX.qcom.video.decoder.avc, video/avc] [N1, N1s, Hisense, 23] D/MediaCodecInfo(21447): NoSupport [codec.profileLevel, avc1.F4001E, video/avc] [OMX.google.h264.decoder, video/avc] [N1, N1s, Hisense, 23] D/MediaCodecInfo(21447): NoSupport [codec.profileLevel, avc1.F4001E, video/avc] [OMX.qcom.video.decoder.avc, video/avc]...

I have created the video player using chewie controller. I have a video list screen. Touching any item opens the video player page. I need to get the time where...

![Screenshot_20220219-100241](https://user-images.githubusercontent.com/32621169/154796026-905ca2e8-dcf3-4a61-a898-146bceef4b49.png) In the bottom of the image above you can see that the progress bar and the other buttons are a bit together and this was how it was when...

Before: ![Simulator Screen Shot - iPhone 11 - 2021-04-27 at 21 01 46](https://user-images.githubusercontent.com/8716595/116246434-931fbe80-a79c-11eb-80ff-f8d0e7f48cb4.png) After: ![Simulator Screen Shot - iPhone 11 - 2021-04-27 at 21 08 38](https://user-images.githubusercontent.com/8716595/116246683-cbbf9800-a79c-11eb-98ca-05f640c02dce.png)

- After pressing the full-screen button, chewie navigates to a new route with the full screen widget, passing the Chewie-controller. - But depending on where the Chewie widget was placed,...