CC-4335: Timeline: Scheduling multiple webstreams, they can not be playing smoothly

-fixed
This commit is contained in:
Martin Konecny 2012-08-31 18:12:11 -04:00
parent 886888a958
commit fbea75e680
3 changed files with 57 additions and 26 deletions

View file

@ -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)