Hell I am running XPlex on Ubuntu 24.04.2 LTS and Docker version 27.3.1. I tried installing xplex with this command sudo docker run --name xplex -p 5780:80 -p 5781:1935 xplex/xplex and I am able to get to the dashboard and add the stream keys for Twitch and YouTube.
When I try to connect through OBS though, I get an error saying Could not access the specified channel or stream key, please double-check your stream key. If it is correct, there may be a problem connecting to the server. I did follow the documentation to set it up including adding a random string key (I tried 1234 and asdf from the docs, as well as some random string keys). My OBS config looks like this
- Server =
rtmp://{local server IP}:1935 (I also tried 5781, 5780, 80, and 8080 but no luck)
- Stream Key
asdf
I also tried recreating the docker container with the command docker run --name xplex -p 5780:80 -p 1935:1935 xplex/xplex, but I have the same issue.
Hell I am running XPlex on Ubuntu 24.04.2 LTS and Docker version 27.3.1. I tried installing xplex with this command
sudo docker run --name xplex -p 5780:80 -p 5781:1935 xplex/xplexand I am able to get to the dashboard and add the stream keys for Twitch and YouTube.When I try to connect through OBS though, I get an error saying
Could not access the specified channel or stream key, please double-check your stream key. If it is correct, there may be a problem connecting to the server. I did follow the documentation to set it up including adding a random string key (I tried1234andasdffrom the docs, as well as some random string keys). My OBS config looks like thisrtmp://{local server IP}:1935(I also tried5781,5780,80, and8080but no luck)asdfI also tried recreating the docker container with the command
docker run --name xplex -p 5780:80 -p 1935:1935 xplex/xplex, but I have the same issue.