Admin Recording Highlevel screen flow diagram

11
Page | 1 Document Name adminRecording Component Reference Document Table of contents 1. Purpose of this document 2. Scope of this document 3. Features of the admin Recording Component 4. High Level Data flow Diagram of the adminRecording Component 5. Definition and purpose of the class files 6. Level 1 Data Flow Diagram of the adminRecording component 7. Testing screens of the component 1. Purpose of this Document The purpose of creating this document is to serve as a reference guide for the admin Recording Component which has been developed in Flash action script 3.0. 2. Scope of this Document The document defines the data flow diagrams which show the logical flow of the admin Recording and its internal working. The document does not include the action script 3.0 programming classes used to developed the media and its associated class diagram. 3. Features of the admin Recording component The admin Recording component has been developed to 1) Record the video from the web camera attached in the users system and publish that recorded output into a flv file in the Flash Media Server 2) Record the audio from the users microphone attached in the users system and publish that recorded output into a mp3 file in the flash media server Page | 1

Transcript of Admin Recording Highlevel screen flow diagram

P a g e | 1

Document NameadminRecording Component Reference Document

Table of contents1. Purpose of this document2. Scope of this document3. Features of the admin

Recording Component4. High Level Data flow Diagram

of the adminRecording Component

5. Definition and purpose of the class files

6. Level 1 Data Flow Diagram ofthe adminRecording component

7. Testing screens of the component

1. Purpose of this Document The purpose of creating this document is to serve as a reference guide for the admin Recording Component which has been developed in Flash action script 3.0.

2. Scope of this DocumentThe document defines the data flow diagrams which show the logical flow of the admin Recording and its internal working. The document does not include the action script 3.0 programming classes used to developed the media and its associated class diagram.

3. Features of the admin Recording componentThe admin Recording component has been developed to 1) Record the video from the web camera attached in the users

system and publish that recorded output into a flv file in theFlash Media Server

2) Record the audio from the users microphone attached in the users system and publish that recorded output into a mp3 file in the flash media server

Page | 1

P a g e | 2

3) The component supports recording only a single instance of either a video or a audio at a point of time

4) The audio published to the Flash Media Server can be reviewed by the user and if the user is not satisfied with the recording the user can discard the recording from the flash component

5) The component uses the rtmp protocol to make a persistent connection to the flash media server

4.adminRecording Highlevel screen flow diagram

The admin Recording development class files are split into five sections

Page | 2

P a g e | 3

1) UserInterface Manager2) Flash MediaServer manager3) Media Manager4) Video Manager5) Thumbnail Manager5.Definitions and purpose of the class 1) The user Interface Manager handles the user interface part of the

recording component. Any changes Updates made to the user Interface is handled through the userinterface manager.

2) The Flashmediaserver manager is used to handle the netconnection and stream connection for the user connecting to the flash media server

3) The media manager is sued to handle the camera and the micriophone settings and their activity status

4) The video manager is used to manage the visual display of the recoridng and the play back video and the run time play statistics like playhead time and play duration

5) The thumbnail manager is used to manage the creation of the thumbnails for the video recording process and then capture the thumbnail in a bitmap and send it across to the dotnet side.

6. Level 1 Data flow Diagram for the audio/Video Recorder component

Page | 3

P a g e | 4

Page | 4

P a g e | 5

Page | 5

P a g e | 6

Page | 6

P a g e | 7

Page | 7

P a g e | 8

7.Testing Screens for the adminRecording component

Security Popup Screen

Page | 8

P a g e | 9

PRE RECORDING SCREEN

Video Recording Screens

Review and Discard options after recording

Page | 9

P a g e | 10

VIDEO RECORDING PREVIEW SCREEN

Audio Recording Screen

Page | 10

P a g e | 11

Page | 11