my fork of Gabes awesome self hosted live stream publishing software https://github.com/owncast/owncast
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
235 B

## setting up direct HLS streaming
```
curl -X POST -u "admin:abc123" 'localhost:8080/api/admin/config/directhlsinputurl' --data-raw '{"value":"samba://192.168.0.40"}'
```
```
{"success":true,"message":"direct hls input url set"}
```