Wowza Community

video on demand streaming with Media Cache : standalone Wowza

Hi

I am using wowza 4.0.1 with developer license key…

I have followd all steps from https://www.wowza.com/docs/how-to-scale-video-on-demand-streaming-with-media-cache#mediacacheconf_playbacks3

But unable to stream from s3…Getting 404 error…

I am accessing url like

http://192.168.1.177:1935/mediacache/definst/mp4:amazons3/frp-stagging/audio/test/FRP_perennial.mp44/playlist.m3u8

where mediacache is application name…

frp-stagging bucket name

/audio/test/FRP_perennial.mp4 is path of file name…

Kindly help me what is wrong…

It looks like there is a typo in your playback URL:

http://192.168.1.177:1935/mediacache/_definst_/mp4:amazons3/frp-stagging/audio/test/FRP_perennial.mp44/playlist.m3u8

Change “.mp44” to “.mp4” and see if that helps

Salvadore

What do the access logs (in [install-dir]/logs/) say when you attempt to play this back?

Hi salvadore

Thanks for reply…

Tried by change “.mp44” to “.mp4” but still no luck…

My updated url is

http://192.168.1.177:1935/mediacache/definst/mp4:amazons3/frp-stagging/audio/test/FRP_perennial.mp4/playlist.m3u8