MrJai / flutter_to_airplay

Flutter plugin that offers two widgets, one to play a video for a given URL or file path using native AVPlayer and second with an option to airplay it on available Apple devices.
MIT License
30 stars 24 forks source link

Subtitle support #20

Open vanlooverenkoen opened 1 year ago

vanlooverenkoen commented 1 year ago

Is it possible to give the airplay support for subtitles?

srt & vtt support would be nice. (not sure if it is possible with airplay). In the video_player plugin the subtitles are done in flutter itself.

MrJai commented 1 year ago

I would look into it, but I would be open to a pull request if someone else wants to contribute.