I've been struggling with this for some time now and would be grateful if someone could help.
I wrote a python proxy which redirects a client to wowza server's live stream, or redirects it to another python code which acts as an HTTP Server (BaseHTTPServer) and provides a file from a directory (an advertisement). It's working fine except for the transition between the live stream and the advertisement where it freezes. (I'm using Quicktime player as the client).
How can I have a smooth transition between both streams?
Thank you,