python-ffmpeg-video-streaming
python-ffmpeg-video-streaming copied to clipboard
Subtitles not displaying—due to not being referenced in manifest?
Thanks for writing this very handy utility!
I have transcoded a video containing a single subtitle track. The renditions do contain separate segmented .vtt files (see screenshot), but subtitles do not show up when the video is viewed in Safari or Chrome using an embedded video.js instance.
I think the problem is that there is no reference to the subtitle files in the manifests (see, for example, https://stackoverflow.com/questions/39631349/hls-live-streaming-subtitle).
I'd be very grateful if you could fix this!

Edit: I have gotten subtitles to appear by hand-editing the master playlist to reference the subtitle media playlists.
I will this feature in the future!