@agora-build/atem 0.2.1 → 0.2.3
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/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Enter the code in Astation's Dev Console to pair. If a local Astation is running
|
|
|
44
44
|
Override the relay URL:
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
|
|
47
|
+
AGORA_STATION_RELAY_URL=https://my-relay.example.com atem
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Configuration
|
|
@@ -52,8 +52,8 @@ AGORA_STATION_URL=https://my-relay.example.com atem
|
|
|
52
52
|
Create `~/.config/atem/atem.toml`:
|
|
53
53
|
|
|
54
54
|
```toml
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
astation_ws = "ws://127.0.0.1:8080/ws"
|
|
56
|
+
station_relay_url = "https://station.agora.build"
|
|
57
57
|
|
|
58
58
|
[agora]
|
|
59
59
|
app_id = "your_app_id"
|
|
@@ -65,8 +65,7 @@ Or use environment variables:
|
|
|
65
65
|
```bash
|
|
66
66
|
AGORA_CUSTOMER_ID=...
|
|
67
67
|
AGORA_CUSTOMER_SECRET=...
|
|
68
|
-
|
|
69
|
-
ANTHROPIC_API_KEY=...
|
|
68
|
+
AGORA_STATION_RELAY_URL=...
|
|
70
69
|
```
|
|
71
70
|
|
|
72
71
|
## Supported Platforms
|