Hi,
I am trying to move from one Wowza server to another. Now I used an pre-build AMI with devkey, and installed on an AWS EC2 instance. All went well, but it seems that the stream is not saved anywhere. First I tried to move the file to a mounted S3 bucket. I was thinking that this was the problem, but I changed the destination to a temp folder in /tmp. Still doesn’t seem to work. I am recording from a mic and send the stream to wowza server. The access log seems to create the stream , and tries to publish:
2014-06-02 08:06:06 UTC create stream INFO 200 - - defaultVHost vod tempFolder 0.001 [any] 1935 rtmp:///vod/tempFolder 89.35.222.125 rtmp http:// WIN 13,0,0,214 171168091 155834 4845 1 - 0 0 - - - - 0 0.0 rtmp:///vod/tempFolder rtmp:///vod/tempFolder - rtmp:///vod/tempFolder -
2014-06-02 08:06:06 UTC create stream INFO 200 - - defaultVHost vod definst 0.0 [any] 1935 rtmp:///vod 89.35.222.125 rtmp http:// WIN 13,0,0,214 774290454 155816 4845 1 - 0 0 - - - - 0 0.0 rtmp:///vod rtmp:///vod -rtmp:///vod -
2014-06-02 08:06:07 UTC publish stream INFO 401 - - defaultVHost vod tempFolder 0.151 [any] 1935 rtmp:///vod/tempFolder 89.35.222.125 rtmp WIN 13,0,0,214 171168091 155914 4886 1 - 0 0 - - - - 0 0.0 rtmp:///vod/tempFolder rtmp:///vod/tempFolder - rtmp:///vod/tempFolder -
2014-06-02 08:06:07 UTC publish stream INFO 401 - - defaultVHost vod definst 0.15 [any] 1935 rtmp:///vod 89.35.222.125 rtmp http:// WIN 13,0,0,214 774290454 155896 4886 1 - 0 0 - - - - 0 0.0 rtmp:///vod rtmp:///vod -rtmp:///vod -
The flow used before, and that we try also now is : record a sound from a flash recorder, send the stream to wowza server, there the stream is saved to a file on a S3 Bucket, we get the file from there and use it in our app.
Perhaps I am missing something. I followed the steps described in the server installation guide, and then https://www.wowza.com/docs/how-to-use-the-fuse-based-file-system-backed-by-amazon-s3 , but I think something else is wrong.
Thanks.