debloper / debloper/xplex

Could not access the stream key

Open
#35 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
218
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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](https://docs.xplex.me/setup/postinstall/) 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.