CC-3224: "On-the-fly" stream rebroadcasting
- A section where user can setup port and mount point for harbor input in stream setting page(front-end and back-end) - updated the part where it rewrites the liquidsoap.cfg file
This commit is contained in:
parent
48bb19d758
commit
30901aa0d6
8 changed files with 74 additions and 7 deletions
|
@ -54,7 +54,7 @@ def check_client(user,password) =
|
|||
end
|
||||
end
|
||||
|
||||
live = input.harbor("test", port=8080, auth=check_client)
|
||||
live = input.harbor(harbor_input_mount_point, port=harbor_input_port, auth=check_client)
|
||||
|
||||
s = fallback(track_sensitive=false, [live, queue, default])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue