flashls icon indicating copy to clipboard operation
flashls copied to clipboard

CEA-608/EIA-608 Closed-captions are not getting rendered in v0.4.4.24

Open rajubabannavar opened this issue 7 years ago • 2 comments

@mangui I am playing an HLS stream with EIA-608 closed caption (Please find the sample chunks in the below-mentioned attachment).

When I put a breakpoint readCC, it is getting hit and it is adding new FLVTag with the onCaptionInfo call. But even after that, I am not able to see the closed-captions being rendered.

  • Anything I need to handle, specific to closed-caption rendering. ?
  • Do I need to integrate OSMFCClib.swc to render closed-caption?

Any pointers here will be very helpful. Thanks.

I have gone through these links: https://github.com/mangui/flashls/issues/11 https://github.com/mangui/flashls/pull/514

sample_chunks.zip

rajubabannavar avatar Feb 06 '18 11:02 rajubabannavar

@jlacivita @kfeinUI @neilrackett Any direction here will be very helpful. Thank you.

rajubabannavar avatar Feb 06 '18 12:02 rajubabannavar

#514 doesn't render subtitles automatically, instead requiring users to render them in response to text/subtitle events; I haven't used flashls with CEA-608 to know if it works in the same way.

neilrackett avatar Feb 06 '18 13:02 neilrackett