Wowza Community

Wowza and digitalocean spaces (S3 compatible) configuration Media Cache

I am trying to set up MediaCache with DigitalOcean spaces(which claims that S3 compatible). Here is my setup

prefix : aws3/

base path : https://sgp1.digitaloceanspaces.com/sstream-tank/

authentication : no authentication (no key/nosecret)

bucketname : sstream-tank

working validation link :

https://sgp1.digitaloceanspaces.com/sstream-tank/bigbuckbunny_160x90_250k.mp4

appname : edgeapp (wowza edge application with the above configured mediacache source)

and I tried my wowza server with the following url

http://[WOWZA-IP]:1935/edgeapp/definst/aws3/mp4:bigbuckbunny_160x90_250k.mp4/playlist.m3u8

the links is not working. and getting errors in my logs

#Version: 1.0 #Start-Date: 2018-12-11 11:22:31 MMT #Software: Wowza Streaming Engine 4.7.7 build20181108145350 #Date: 2018-12-11 #Fields: x-severityx-categoryx-eventdatetimec-client-idc-ipc-portcs-bytessc-bytesx-durationx-snamex-stream-idx-spossc-stream-bytescs-stream-bytesx-file-sizex-file-lengthx-ctxx-comment WARNservercomment2018-12-1111:23:05-----0.316-----MediaCacheItemHTTPImpl.getItemInfo[sgp1.digitaloceanspaces.com/sstream-tank/bigbuckbunny_160x90_250k.mp4]: HTTP response: 302 WARNservercomment2018-12-1111:23:05-----0.317-----MediaCacheItemBase.init: Item does not exist: aws3/bigbuckbunny_160x90_250k.mp4 WARNservercomment2018-12-1111:23:05-----0.32-----MediaCacheItemHTTPImpl.getItemInfo[sgp1.digitaloceanspaces.com/sstream-tank/bigbuckbunny_160x90_250k.mp4]: HTTP response: 302 WARNservercomment2018-12-1111:23:05-----0.321-----MediaCacheItemBase.init: Item does not exist: aws3/bigbuckbunny_160x90_250k.mp4 WARNservercomment2018-12-1111:23:05-----0.326-----MediaCacheItemHTTPImpl.getItemInfo[sgp1.digitaloceanspaces.com/sstream-tank/bigbuckbunny_160x90_250k.mp4]: HTTP response: 302 WARNservercomment2018-12-1111:23:05-----0.326-----MediaCacheItemBase.init: Item does not exist: aws3/bigbuckbunny_160x90_250k.mp4 WARNservercomment2018-12-1111:23:05-----0.329-----aws3/bigbuckbunny_160x90_250k.mp4MediaReaderH264.open[1]: java.io.IOException: MediaCacheRandomAccessReader.open: Item not in cache: aws3/bigbuckbunny_160x90_250k.mp4: java.io.IOException: MediaCacheRandomAccessReader.open: Item not in cache: aws3/bigbuckbunny_160x90_250k.mp4|at com.wowza.wms.mediacache.impl.MediaCacheRandomAccessReader.open(MediaCacheRandomAccessReader.java:75)|at com.wowza.wms.mediacache.impl.MediaCacheRandomAccessReaderFilter.open(MediaCacheRandomAccessReaderFilter.java:75)|at com.wowza.wms.mediareader.h264.MediaReaderH264.open(MediaReaderH264.java:267)|at com.wowza.wms.httpstreamer.model.HTTPStreamerAdapterBase.doesFileExist(HTTPStreamerAdapterBase.java:1547)|at com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.onPlaylist(HTTPStreamerAdapterCupertinoStreamer.java:1550)|

I’m having the same issue. Any solution?