chudongvip / awesome_video_player

This is a flutter package of video player. it's a very simple and easy to use.
MIT License
196 stars 36 forks source link

Subtile mkv file #30

Open rgalich opened 4 years ago

rgalich commented 4 years ago

Hello,

Is it possible to read the subtitles embedded in an mkv file?

chudongvip commented 4 years ago

Hello,

Is it possible to read the subtitles embedded in an mkv file?

I‘m sorry, it not support.

rgalich commented 4 years ago

Do you think it is possible to add this functionality?

chudongvip commented 4 years ago

Do you think it is possible to add this functionality?

目前实现不太可能。如果你想要实现这样的功能只能修改源生的插件,但是我现在集成的是Flutter官方的video-player插件。这个插件是封装了源生播放器,比如:iOS使用的是avplayer; Android使用的是exoplayer。 122/5000 Implementation is unlikely at the moment. If you want to achieve such a function, you can only modify the generated plugin, but what I have integrated is the official video-player plugin of Flutter. This plug-in encapsulates the source player, for example: avplayer is used in iOS; Android USES exoplayer.