fluttercommunity / fluttercommunity/chewie
Does chewie honor the `closedCaptionFile` in VideoPlayerController?
Open
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
I need to provide CC/Subtitles in the way of `srt` file, I found it is supported in `VideoPlayerController`
```dart
VideoPlayerController.networkUrl(Uri.parse(widget.playList),
closedCaptionFile: _loadCaptions())
```
but It was not coming in the player, how should I give `srt` content to chewie player?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.