Hello,
We are trying to upload videos that are streamed through media cache to S3. Basically we have several remote servers that store mp4 files and we can retrieve them via http. We have MediaCache set up so that we can access any of those remote servers and view the videos. The problem that we are trying to solve is once the videos are streamed thorugh media cache is there a way to record the file that was streamed and then uploaded to s3?.
We are doing that with live streams, once the streaming is done we have a module that uploads the file to s3. We want to do the same with files that are cached?.
Note: We don’t want to loose the playback capability that mediacache offers which is something that we cant do in wowza with rtsp streams.
Is this possible?