Wowza Community

Change storagedir

Hi all

I have changed my vod storage from ${com.wowza.wms.context.VHostConfigHome}/content to home/voduser

Then it has worked ok on website, but i couldn’t play on ipad

When i change the storage to default ${com.wowza.wms.context.VHostConfigHome}/content, it worked ok again

I don’t know how can i change my storage???

sorry. now i can play it, but i can’t play .mov file on ipad???file .mov worked ok on web

Check to make sure the Wowza process has permissions to read the file - if you’re using an MP4 .mov file, you’ll need to prefix the filename with mp4: like this:

http://server.ip/vodapplication/mp4:movie.mov/playlist.m3u8

If the MOV file is not encoded with h.264/aac, you’ll need to convert the file.

-Ian

I have used link: http://ipaddress:1935/vod/mp4:new/sample.mp4/playlist.m3u8, my storage is /home/voduser

and my wowza log is

WARN server comment 2011-12-03 09:50:17 - - - - - 0.724 - - - - - - - sample.mp4 MediaReaderH264.open[1]: java.io.FileNotFoundException: /home/voduser/sample.mp4 (No such file or directory)

In the log, we can see that it open the wrong path file /home/voduser/sample.mp4 (the correct path must be /home/voduser/new/sample.mp4)

I don’t know why the subfolder didn’t work???

I have tried but it didn’t work :frowning:

Hi dragelec,

When you have subfolders in your content dir, you need to add “definst” like this to separate the path from the instance name:

http://ipaddress:1935/vod/definst/mp4:new/sample.mp4/playlist.m3u8

Hi draglec,

  1. What is the value of your StorageDir property?

  2. What is the full URI that you are trying to play?

  3. Does sample.mp4 exist in the correct folder?

  4. What errors do you get in the Wowza console/logs when you try to play the stream?