Advanced Topic: Live Presenter Video in Articulate Presenter?
6 Comments Dave blogged on Thursday, July 06, 2006 at 5:30 PM.I warn you, this example might be a little complex, but I will try to be as clear as possible. And if you have any questions on this, please don't hesitate to contact me on the subject.
Requirements for adding LIVE Presenter Video in Articulate Presenter:
- Articulate Presenter
- Flash (the application)
- Flash Media Server or Flash Communication Server or Flash Streaming Service (such as Vital Stream)
- A Web Cam
- A Microphone
Why this is cool:
Adding LIVE Presenter Video in Articulate Presenter definitely produces a WOW factor. How cool is it that I can add LIVE Video and stream it to my learners. This will allow presenters to present LIVE presentations to users without expensive, bloated, bandwidth killing, enterprise applications (the app I am referring to rhymes with sneeze).
What does it look like:
Here is a screenshot of what Articulate Presenter looks like when I have streamed in LIVE video into the presenter panel.
As you can see I am waving my hand to the camera.
What you can't see is that the presentation is also streaming audio from my microphone to the presentation as well, so I didn't have to record audio.
How I accomplished this:
I was able to accomplish this by creating two SWF's. One was inserted into Articulate Presenter as Presenter video (play.swf), the other was run on the machine that I wanted to stream the video from (publish.swf). The publish.swf would open up a connection to the Flash Media Server, then the play.swf, when inserted in Articulate Presenter would stream the video back down.
Step by Step Instructions
Create the SWFs:
- Download the source files for the play.swf and publish.swf here.
- Create a folder in the applications folder of your Flash Communication Server's applications directory called "videos" (Should be C:\Program Files\Macromedia\Flash Communication Server MX\applications by default)
- In the "videos" folder copy the main.asc file downloaded in the zip file in step 1
- Create a "streams" folder in this folder as well
- Open up the play.fla in Flash
- In the Actions Frame change the my_nc.connect("rtmp:/videos/") string to point to the videos application on your rtmp server.
- Save and publish this file
- Open up the play.fla in Flash
- In the Actions Frame change the my_nc.connect("rtmp://66.74.217.93/videos/") string to point to the videos application on your rtmp server.
- Save and publish this file
- Close out of Flash
Verify it works:
You should now test your two SWF's to ensure they are setup properly. Launch the publish.swf, it should be blank by default, then launch the play.swf. If everything is set up properly, you should now be able to see what is being published in the publish.swf in the play.swf file. It should look something like what is on the right. If this is not working, then most likely the paths that you have setup in the FLA to point to your Flash Media Server are incorrect.
Add the SWF to Articulate Presenter:
Now that you have verified that it works it is time to add the play.swf to Articulate Presenter.
- Open up PPT
- Go to Articulate>Insert Flash Movie>Display in presenter panel
- Browse to and select the SWF
- Deselect the option to Move to next slide automatically when movie finishes
- Click Next
- Click Finish
- Repeat for any slide that you want to contain live presenter video
Distribute your presentation:
Before distributing your presentation test your project and make sure that it works successfully. After verifying that it works you are ready to distribute it:
- Upload your presentation to website or intranet
- Send the link to the presentation to anyone you want to view the presentation with instructions on when the presentation will begin
- When the presentation begins click on the publish.swf
This will then begin the broadcast of your presentation.
I hope this helps everyone out. Let me know if you have any questions on this.
Labels: Presenter
you beat me to it - I was looking to get the time to document how to do this. Going to test your system out next week and I'll get back to you.
steve button
Hi Dave,
is it possible to record the presenter and put it into presentation without cutting the video file into pieces (for each slide one video file)
Thanks,
Arthur
(ak@itzone.at)
Hello Arthur,
Currently this is not possible, but this something that we are looking at for the future.
Is it possible to stop the presenter panel video with the stop button in the articulate presenter?
Thanks a lot,
Arthur
Hello Arthur,
Are you looking to stop live video, or just normal video in the Presenter pannel?
If you are trying to stop live video, and have access to the Articulate Presenter SDK you should be able to check the status to see if the Articulate Player is paused, then pause the video. Not sure of a real elegant way to do that, but I am not really a flash expert on the subject.
For more info on the Articulate SDK see this blog posting:
http://www.mozealous.com/2006/04/articulate-presenter-sdk.html
Hi Dave,
Thanks for your response. I want to stop the presenter video (not live video). I have read in the articulte forum that this function should work smoothly. Furthermore, do you know, how I can put out the preloader of the presenter video?
Thanks, Arthur