Hello,
I have followed following article to use mediaCahce with amazon S3:
During startup it doesn’t shoe any error, and it displays following entry:
MediaCache[MediaCache]: Add source[amazons3]: prefix:amazons3/ basePath:http://s3.amazonaws.com/ - - - 3.4
which means connnection was sucees. But while playing a file,it throws following exception:
I am not able to play any file on S3 bucket:
play: error opening file (/usr/local/WowzaStreamingEngine/content/amazons3/sample-folder/sample/small.mp4) : java.lang.NullPointerException|at com.wowza.wms.mediareader.h264.MediaReaderH264.open(MediaReaderH264.java:262)|at com.wowza.wms.stream.file.PlaylistPlayer.play(PlaylistPlayer.java:790)|at com.wowza.wms.stream.file.MediaStreamFilePlay.play(MediaStreamFilePlay.java:111)|at com.wowza.wms.response.ResponseStreams.output(ResponseStreams.java:51)|at com.wowza.wms.request.RTMPRequestAdapter.service(RTMPRequestAdapter.java:671)|