albemala / native_video_player

A Flutter widget to play videos on iOS and Android using a native implementation.
MIT License
18 stars 13 forks source link

I want to use this plugin to play TS format videos, but I found that the video is in a black screen state #24

Closed FLEasy closed 2 months ago

FLEasy commented 3 months ago

I want to use this plugin to play TS format videos, but I found that the video is in a black screen state. How can I set up support for TS format videos

albemala commented 2 months ago

hey @FLEasy , the TS video format is not natively supported by Android or iOS, so this library doesn't support playing these kind of videos. Sorry about that, I'd suggest looking into other packages.