streampal-connect 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/streampal-connect.js +1 -1
- package/package.json +1 -1
package/bin/streampal-connect.js
CHANGED
|
@@ -101,7 +101,7 @@ if (hasFlag("help") || hasFlag("h")) {
|
|
|
101
101
|
|
|
102
102
|
const cfg = loadConfig();
|
|
103
103
|
|
|
104
|
-
const DEFAULT_RELAY = process.env.STREAMPAL_RELAY_URL || "wss://
|
|
104
|
+
const DEFAULT_RELAY = process.env.STREAMPAL_RELAY_URL || "wss://dispatch-manifesto-feline.ngrok-free.dev";
|
|
105
105
|
const RELAY_URL = (flag("relay") || cfg.relayUrl || DEFAULT_RELAY).replace(/\/$/, "");
|
|
106
106
|
const OBS_URL = flag("obs-url") || cfg.obsUrl || "ws://127.0.0.1:4455";
|
|
107
107
|
let PAIR_CODE = positionalPairCode || process.env.STREAMPAL_PAIR_CODE || cfg.pairCode || "";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "streampal-connect",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Link your OBS to your StreamPal dashboard. Runs on your streaming PC and connects outbound to StreamPal's relay — no port-forwarding, no config.",
|
|
5
5
|
"keywords": ["streampal", "obs", "obs-websocket", "streaming", "stream-deck"],
|
|
6
6
|
"homepage": "https://streampal.gg/download",
|