Plex - Add proxy configuration for library streams #757
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Hi, I'm experiencing a problem in Plex with Auto Proxy mod behind Swag, in some version of the plex app and via web, the subtitles are not displayed even if correctly active on the player; specifically the subtitles are external in SRT format.
I've found a post on the Plex forum describing the solution (link on Source/References), and I've tested it successfully including the fix in the Plex proxy configuration sample.
For reference before the fix in the error.log on nginx inside SWAG you can find error like this:
Benefits of this PR and context
In Plex you can finally use and see external SRT subtitles on Plex App versions like Linux or Web
How Has This Been Tested?
Used SWAG with Auto-Proxy mod and modified the plex.subdomain.conf.sample with the new location
/library/streams/
; Played some movies with external SRT subtitles in Plex for Linux and via web, the subtitles now are working correctly, no more errors on nginxSource / References
https://forums.plex.tv/t/external-srt-subtitles-are-not-working/886540/29