I am developing a module which will push HLS streams from Wowza to our CDN. I am using the module found on GitHub. It’s very useful!
I was looking through my logfiles and I noticed the following Info message:
2016-08-19 09:20:17 EDT comment server INFO 200 - PushPublishHTTPCupertinoFileHandler.disconnect(live/definst/myStream->myOutputStream) Statistics[success/attempts]: chunkPOST:43/43 chunkDELETE:40/40 chunklistPOST:43/43 playlistPOST:1/1 - - - 482.91 - - - - - - - - - - - - - - myStream - - - - - - - - - -
Where is this method which calls the the logInfo at a “disconnect” action? I am interested in cleaning up my CDN storage after a stream has ended without leaving behind old playlists and chunks.