anacrolix / dms

A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
BSD 3-Clause "New" or "Revised" License
646 stars 96 forks source link

Subtitles #140

Open Kristav-ghoost opened 7 months ago

Kristav-ghoost commented 7 months ago

Hello

I'm trying to get subtitles to play with videos but they just seem to not work. Is there a way to make subtitles play with videos?

Cheers!

anacrolix commented 7 months ago

Players vary wildly in how they expect subtitles to be provided. For example Chromecasts expect subtitles to be provided by an external file from a separate network location in a specific format. Many files have subtitles embedded in the file.

I think subtitles in DMS are served from the file being viewed, with the file extension replaced with .srt. You should make sure the file exists, and is in the expected format.