We have an encoder that takes HD-SDI and chunks it up into HLS files and playlists for adaptive bitrate HLS and it works GREAT. It FTP’s them on the fly (along with changed .m3u8 files) to our webserver that has a CDN attached for delivery.
However, we would like to add more streaming sources that our encoder can’t handle, which is where Wowza comes in. We’d love to have Wowza FTP the HLS files over to that CDNified webserver that is on the same network as our Wowza server.
Is this possible?
I’d also be fine with SCP, SFTP, SSH, etc. as both the wowza server and web server are *nix based that I have total control over.
Thanks!