hi wowza people,

we work with wowza on ec2 and it works like a charme so far.
we broadcast a 24/7 playlist for which we dynamically create and change Stream and Play objects (live and vod) in a custom Wowza Module.
The playlist data is being maintainend in a cms, wowza gets the playlist updates as a JSON string and creates the corresponding actions.

Now we want to do the following and need a little hint on how to implement this the best way:

* Stream 1 should play our existing 24/7 playlist (works already)
* On Stream 2, we want to broadcast 1-2 daily live streams, that should replace the 24/7 playlist. When the live stream ends, we want to switch back to the 24/7 stream
* Stream 3 should handle the switch between 24/7 playlist and live streams in order to send a consistent signal to the player.

We are looking forward to all of your answers and thank you a lot in advance!

best,
Christoph