I have an API that returns a list of video URLs intended for streaming, with the list updating every 12 hours. I want to create a live stream using Wowza Streaming Engine that sequentially plays these videos and automatically updates the playlist every 12 hours based on the latest API response.
What are the best options or best practices to implement this dynamic live stream setup in Wowza Streaming Engine, considering the limitation with SMIL files not handling special characters?