Matt Joiner
Matt Joiner
Thanks, I've mentioned it in the linked issue to get hopefully get some outside input.
I haven't worked on that. I believe there are ways to advertise srt files to the player, or you can transcode them "hard sub" style, but you'd have to tinker...
It's definitely possible. I don't have access to a suitable DNLA player anymore that would allow me to test an implementation for robustness. This guy nails it: http://superuser.com/a/645519/15896 I find...
Your best bet it would seem is to ensure the SRT file is exposed, or readable from the server. Most schemes that have this working for external subtitles seem to...
Yes that will put all the responsibility on the player, which is a smart work around (assuming your player supports it).
@hemantmits @tYYGH would you be able to try out and/or comment on https://github.com/anacrolix/dms/pull/79?
You might try with some of the debugging flags to the main binary. More than likely it will be some SSDP or device description incompatibility.
@halfwit thanks. I take it you have not tested with Kodi?
Yes. IIRC I wrote a custom Walk that did follow symlinks unlike the default os.Walk. I think my reasoning was that if your security is based on manually rooting a...
Any update?