Developing server side code on FMS to check if a live stream is available
In this tutorial we cover making an application that will allow you to check to see if a live stream is available before trying to play it. This tutorial requires Flash Media Interactive or developer versions as we will be taking advantage of some server side coding to get the job done. The concept in […]
Overriding the play() method server side to limit play time with Wowza
In this tutorial we talk about using the play() method on the server side in Wowza to limit how long a client can play a stream. This is more powerful than doing it client side because you have full control from a security standpoint in that a malicious SWF also can not play the stream […]
Deleting a file using server side code with Wowza Media Server
In this tutorial we cover how to delete a file on the server with server side code in Wowza Media Server. The client side is built with Flex but it doesn’t matter because we are running a function on the server side of Wowza that does all the work. With this, the concept of changing […]