Here are the example files from my talk on Wowza at Flash Camp Birmingham yesterday. I’ve zipped everything up into one file, but in order to use them there are a couple of steps you need to do in order to get up and running.
Download demo files (2.3MB zip)
Firstly, install Wowza Server and the Wowza IDE (I’m assuming you have Flash Builder installed already). Then, from the zip file:
Copy Drawing.jar into your Wowza server’s /lib directory
Make a directory in Wowza’s /conf directory called ‘drawing’, and copy Application.xml into it
Also make a directory called ‘drawing’ in Wowza’s /applications directory
In the Wowza IDE, import the project
In FlashBuilder, import the client project supplied
Run the server from the IDE run/debug button, or using the server’s own Start/Stop commands – this should start the server. Then, run/debug the FlashBuilder client application, and start two instances and try drawing. As I mentioned earlier, the resolution isn’t quite there in this example, but in a subsequent post I’ll talk about how we can tune that further.
Enjoy!
