mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-02 03:37:40 +02:00
update owncast
This commit is contained in:
parent
d1a3cd0b48
commit
5266a7a25f
@ -12,7 +12,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
owncast:
|
owncast:
|
||||||
image: owncast/owncast:0.1.3
|
image: owncast/owncast:0.1.3
|
||||||
command: /app/owncast -backupdir=/app/data -database=/app/data/database.db
|
command: /app/owncast
|
||||||
ports:
|
ports:
|
||||||
- "1935:1935"
|
- "1935:1935"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
@ -42,4 +42,21 @@ OBS is a pretty good piece of free software that will get you streaming from you
|
|||||||
- Start the server.
|
- Start the server.
|
||||||
- Press “Start Streaming” (OBS) or “Go Live” (Streamlabs) on OBS.
|
- Press “Start Streaming” (OBS) or “Go Live” (Streamlabs) on OBS.
|
||||||
|
|
||||||
|
## Recommended Mobile Apps
|
||||||
|
|
||||||
|
- Android: https://play.google.com/store/apps/details?id=com.streamlabs&hl=en_US
|
||||||
|
- iOS: https://apps.apple.com/us/app/streamlabs-live-streaming-app/id1294578643
|
||||||
|
|
||||||
|
## 3rd-party Integrations
|
||||||
|
|
||||||
|
- https://owncast.online/thirdparty/apis/
|
||||||
|
- http://127.0.0.1:8080/admin/access-tokens/
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ API_URL=http://127.0.0.1:8080/api/integrations
|
||||||
|
$ API_TOKEN=******
|
||||||
|
$ curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $API_TOKEN" -d '{"body": "I am a system message!"}' $API_URL/chat/system
|
||||||
|
{"message":"sent","success":true}
|
||||||
|
```
|
||||||
|
|
||||||
[1]: https://owncast.online/
|
[1]: https://owncast.online/
|
||||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
owncast:
|
owncast:
|
||||||
image: owncast/owncast:0.1.3
|
image: owncast/owncast:0.1.3
|
||||||
command: /app/owncast -backupdir=/app/data -database=/app/data/database.db
|
command: /app/owncast
|
||||||
ports:
|
ports:
|
||||||
- "1935:1935"
|
- "1935:1935"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
Loading…
Reference in New Issue
Block a user