chewie icon indicating copy to clipboard operation
chewie copied to clipboard

Does chewie honor the `closedCaptionFile` in VideoPlayerController?

Open http600 opened this issue 10 months ago • 1 comments

I need to provide CC/Subtitles in the way of srt file, I found it is supported in VideoPlayerController

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?

http600 avatar Mar 30 '24 10:03 http600