CC-4335: Timeline: Scheduling multiple webstreams, they can not be playing smoothly
-fixed
This commit is contained in:
parent
886888a958
commit
fbea75e680
3 changed files with 57 additions and 26 deletions
|
@ -103,7 +103,7 @@ server.register(namespace="dynamic_source",
|
|||
description="Stop a dynamic source.",
|
||||
usage="stop <uri>",
|
||||
"read_stop_all",
|
||||
fun (s) -> begin log("dynamic_source.read_stop") destroy_dynamic_source(s) end)
|
||||
fun (s) -> begin log("dynamic_source.read_stop") destroy_dynamic_source_all(s) end)
|
||||
|
||||
default = amplify(id="silence_src", 0.00001, noise())
|
||||
default = rewrite_metadata([("artist","Airtime"), ("title", "offline")], default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue