Im new to Wowza and currently stream files via Darwin Streaming Server. I have Wowza installed, verified it running and accessable by connecting through my browser (http://IPAddress:1935) and now would like to stream some video.
I created a folder “PhoneFling” in the applications directory. Its an empty folder. I then added a hinted H264 video into the content folder named Test1.mp4.
I then start quicktime viewer, > open from URL and type:
I downloaded a flash player and was able to stream my MP4 files. I also need to stream H263 encoded 3gp and 3g2 files as well. From the documentation I see only H264 3GP & 3G2 files are supported by Wowza…Is this correct? I guess I can stream the MP4 through Wowza, and keep streaming my 3gp and 3g2 files through Darwin SS…
Also, if I try to create subfolders in the Content folder, ie Test1 and Test2, then place the files test1.mp4 in Test1, and test2.mp4 in Test2 folder, I am unable to stream them.
here is what is in the error log after I add the file to the test1 subdirectory:
ERROR server comment 2009-01-28 15:30:28 - - - - - 62.516 - - - - - - - onApplicationInstanceCreate: javax.management.MalformedObjectNameException: Invalid character ‘:’ in value part of property
WARN server comment 2009-01-28 15:30:28 - - - - - 62.657 - - - - - - test1.mp4 open: java.io.FileNotFoundException: C:\Program Files (x86)\Wowza Media Systems\Wowza Media Server Pro 1.6.0\content\test1.mp4.flv (The system cannot find the file specified)
the main thing i am trying to accomplish here is adding a subdirectory under the content folder. If I take a file named test1.mp4 and place it directly into the content folder, i can stream it using
However…If I create a folder called test1 inside the content folder, then add my same file into the test1 folder, and try to stream it from the same FLV player using the url specified in the documentation
ok the FixStream module worked. It only works with the definst in the URL. Does that just mean I need to copy the Application.xml file into my application folder?
How would I change the content directory. Most of our vids are going to be on a direct attached storage RAID so I need to be able to keep my content dir somewhere else.