My organization is using Wowza to DASH stream VOD files, but I learned recently that the files are not necessarily H.264 encoded (many of them are mjpeg, which I understand is unsupported even by Wowza’s own live transcoder). Right now we’re using avconv/ffmpeg to transcode non-H.264 files so they are streamable, but in these cases the video client cannot play the video because transcoding takes a minute or two for larger files. In brainstorming solutions I realized that if Wowza were able to begin streaming the files before transcoding completed, the client would potentially only have to wait a few seconds before it could begin streaming, which I think would be acceptable.
Thus, my question is: Is there any way to stream a file while it is in the process of being transcoded using Wowza’s tools, without having to wait for transcoding to complete?