mangui / flashls

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer,mediaelement.js,video.js,Clappr)
http://www.flashls.org
Mozilla Public License 2.0
751 stars 264 forks source link

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

Open rajubabannavar opened 6 years ago

rajubabannavar commented 6 years ago

@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.

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 commented 6 years ago

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

neilrackett commented 6 years ago

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.