Wowza Community

record video and whiteboard

We are beginning to work on a classroom flex application which will record video and audio of a live streaming. I have following questions:

  1. Is it also possible to capture whiteboard events on the app (and using what addon?)? If yes, then can it be joined with the video and audio (as we will be switching in between the apps)

  2. The stream getting recorded (i.e. audio, video and whiteboard), is it directly getting saved on the server or first it is getting saved at client and then getting uploaded? Would prefer if it is getting saved on the server directly and what to use for this?

You can make “whiteboard” apps with Wowza using NetStream.send() and NetConnection.call() on the RTMP client-side, and IMediaStream.send() and IClient.call() on the server-side.

There are components available out there, but there is no specific Wowza add-on. Take a look at the ServerSideModule example that ships with Wowza. [install-dir]/examples/ServerSideModules

Salvadore

When you create a whiteboard you know the basic things about whiteboard. Here, I have giving you a some tips: