google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.75k stars 6.03k forks source link

How to implement Closed Captioning support for HLS? #288

Closed sachinbhanot closed 9 years ago

sachinbhanot commented 9 years ago

Hi,

I have to integrated the closed captioning support for our videos? what are the different ways to integrate that.? I don't have idea right now,

I have a .srt file . how to use with exoplayer ?

ojw28 commented 9 years ago

We currently support EIA-608 captions for HLS. We'll be adding support for WebVTT captions soon.

Ood-Tsen commented 9 years ago

Actually, HLS does not support webvtt yet. Shall we open another issue for tracking ?

ojw28 commented 9 years ago

151

sachinbhanot commented 9 years ago

Is there any support come for closed caption using srt file?