Using external Subtitles provided as an .vtt in a HLS Player #4391
Unanswered
SteveHoffmannCarl
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hey i'm looking into MediaMTX and got some ways to use the video which is published to MediaMTX for Subtitle Generation. The Plan is to either stream the audio from a path directly to an external service to generate a transcription or convert the HLS Segments to an audiofile and generate the transcription.
This part is mostly ready at the moment. Sadly i can't find a comfortable way to get my transcripted text back to MediaMTX and inject it in the playlist (main_stream.m3u8).
My idea at the moment is, to adjust the generation of the main_stream.m3u8 and link to a subtitle.m3u8 which is stored in the hlsDirectory.
What is your opinion? could this be a solid way or am i missing something?
Thanks for your help! :)
Beta Was this translation helpful? Give feedback.
All reactions