Wowza Community

Wowza and (mongoDBs gridFS or HDFS)

Hello,

We are using wowza in our production environment to record audio files and to instantaneously play them back, And to achieve this instantaneous playback we are forced to store our recordings in to a NFS share before we archive the recording into S3.

I would like to find out if wowza can write to mongoDB’s gridFS and/or into HDFS. We are looking at simplifying our architecture and if Wowza supports this today it will be of great help to us. We will be able to replace our NFS share and also eliminate the need to archive into S3 as gridFS and HDFS both support redundancy.

If wowza does not support this today, I would like to know is there a way to easily add support to this.

If you can connect to mongoDB in Java you should be able to do it in IMediaWriterActionNotify onWriteComplete handler

https://www.wowza.com/docs/how-to-use-imediawriteractionnotify-to-programmatically-move-and-rename-recordings-of-live-streams

Richard