Chris Pollett > Students >
Blesson

    [Bio]

    [Project Blog]

    [CS 297 Proposal]

    [Adobe Flash Media Server - PPT]

    [Flex and ActionScript - PPT]

    [Del 1-Streams recorded mp3 file]

    [Del 2-Streams output of webcam]

    [Del 3-Bandwidth experiments]

    [Del 4-Load Balancing Server]

    [CS 297 Report - PDF]

    [CS 298 Proposal - PDF]

    [CS 298 Report- PDF]

    [CS 298 Presentation- PPT]

    [Installation guide]


                          

























Streams output of webcam via Flash Media Server

Description

Flash Media Server has the ability to stream live video/audio over the internet.This program streams webcam output from Flash Media Server to the connected clients.

Download webcam_live.zip file.

Files included in zip file

(1)webcamoutput folder contains the main.asc file

(2)main.asc file is the server-side script file

(3)playwebcam.mxml file is the client-side script file for streaming webcam output from server

(4)playwebcam.swf file

(5)publishwebcam.mxml is the client-side script file for publishing the webcam data to the server

(6)publishwebcam.swf file

Software Requirements for running the program

Inorder for the program to work you must have

(1)Apache Web Server

(2)Flash Media Server

Instructions for running the program

(1)Copy paste the webcamoutput folder inside the applications folder of flash media server

(2)Place the playwebcam.swf file inside the appache www folder

(3)Place the publishwebcam.swf inside the appache www folder

(4)Type http://localhost/publishwebcam.swf in your web browser

(5)Click connect button

(6)Click publish webcam button, it starts publishing webcam data to the server

(7)Type http://localhost/playwebcam.swf in your web browser

(8)Click connect button

(9)Click play webcam button, it starts streaming webcam output from the server