We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test made with Apple live m3u8 stream: https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8
If I use AVPlayer, I get the subtitles.
AVPlayer
When I use KSPlayer, it allocates KSAVPlayer, but the subtitles aren't loaded.
KSPlayer
KSAVPlayer
If I inspect .closedCaption I see there's only 1 track, but it's empty (aka doesn't show subtitles). Also .text returns an empty array.
.closedCaption
.text
The text was updated successfully, but these errors were encountered:
any idea?
Sorry, something went wrong.
No branches or pull requests
Test made with Apple live m3u8 stream:
https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8
If I use
AVPlayer
, I get the subtitles.When I use
KSPlayer
, it allocatesKSAVPlayer
, but the subtitles aren't loaded.If I inspect
.closedCaption
I see there's only 1 track, but it's empty (aka doesn't show subtitles).Also
.text
returns an empty array.The text was updated successfully, but these errors were encountered: