mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 82 forks source link

Plex in Muximux not working #209

Closed dobage closed 2 years ago

dobage commented 2 years ago

I found another post about using the URL from the XML > Connection protocol="https" address=x.x.x.x port=xxxxxx the uri=etc

I have tried both the internal and external an I can not get either to work. I am only using inside my network. So local so be fine.

I am running Muximux out of a docker and Plex is on a Windows machine.

I checked an I am on the current linuxserver.io docker build (latest)

mescon commented 2 years ago

The only way to embed Plex is to remove the headers that Plex sets, that prohibits embedding it. Put Plex behind a reverse proxy that strips the headers, and it'll work.

There's plenty of guides and examples on how to do that around the web, if you just google it.