Hi
Have you created a simple video streaming application, i assume you have looking at the above post but could check the following :
To create an application you need to go to:
[Wowza Install Folder]/applications/
and create [Your Application] called what ever you choose.
You should then see:
[Wowza Install Folder]/applications/[Your Application]/
Then go to:
[Wowza Install Folder]/conf/
and create [Your Application] with the same name as [Your Application] above.
You should then see:
[Wowza Install Folder]/conf/[Your Application]/
Copy the Application.xml file from [Wowza Install Folder]/conf/ into:
[Wowza Install Folder]/conf/[Your Application]/
You should then see:
[Wowza Install Folder]/conf/[Your Application]/Application.xml
You have now created an application in Wowza.
Edit your Application.xml in
[Wowza Install Folder]/conf/[Your Application]/Application.xml
as applicable.
In your Application.xml you need to edit :
default to file
also
Maker sure your stroage dir is set to: C:</StorageDir>
Wowza doesnt support .wav files im affraid so you will have to convert it to MP3
When you have done this you should change :
url: ‘mystream.stream’ to url: 1.mp3, assuming your mp3 is called 1.mp3 after converting it from wav.
This may not be what your after but hopefully give you a pointer in the right direction.
Jason