feat(playout): remove unused liquidsoap outputs connection status
This commit is contained in:
parent
aed90d835f
commit
a0f232ba66
4 changed files with 5 additions and 61 deletions
|
@ -95,15 +95,13 @@ def to_live(old,new) =
|
|||
end
|
||||
|
||||
|
||||
def output_to(output_type, type, bitrate, host, port, pass, mount_point, url, description, genre, user, s, stream, connected, name, channels) =
|
||||
def output_to(output_type, type, bitrate, host, port, pass, mount_point, url, description, genre, user, s, stream, name, channels) =
|
||||
source = ref s
|
||||
def on_error(msg)
|
||||
connected := "false"
|
||||
gateway("stream '#{stream}' '#{boot_timestamp()}' --error='#{msg}'")
|
||||
5.
|
||||
end
|
||||
def on_connect()
|
||||
connected := "true"
|
||||
gateway("stream '#{stream}' '#{boot_timestamp()}'")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue