Any recommendations for showing captions for audio using media-chrome library? #937
Unanswered
hellovietduc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using media-chrome to build a custom audio player. It's very configurable in terms of styling so it's a great choice for me. However, I have yet to find a guide or suggestion for how to display captions with this library. I'm aware that
<track>
element when put inside<audio>
won't display captions so I have tried changing to<video>
but I think media-chrome hides the native<video>
element inside shadow DOM so the captions aren't visible.Did anyone try using this library to build an audio player that shows captions? Any recommendations for me? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions