CC-4702Webstream: When webstream is playing, it isn't marked as 'media_item_played' in cc_schedule

-fixed
This commit is contained in:
Martin Konecny 2012-11-22 11:40:44 -05:00
parent 8483439551
commit 3a1945a818
3 changed files with 23 additions and 25 deletions

View file

@ -53,11 +53,6 @@ http = input.http_restart(id="http")
http = cross_http(http_input_id="http",http)
stream_queue = http_fallback(http_input_id="http",http=http,default=queue)
#stream_queue = switch(id="stream_queue_switch", track_sensitive=false,
# transitions=[transition, transition],
# [({!webstream_enabled},web_stream),
# ({true}, queue)])
ignore(output.dummy(stream_queue, fallible=true))
server.register(namespace="vars",