Secured Web Oriented Videoconferencing System For Educational Purposes Using WebRTC Technology

Size: px
Start display at page:

Download "Secured Web Oriented Videoconferencing System For Educational Purposes Using WebRTC Technology"

Transcription

1 Secured Web Oriented Videoconferencing System For Educational Purposes Using WebRTC Technology R. Vápeník, M. Michalko, J. Janitor and F. Jakab Department of Computer and Informatics, Faculty of Electrical Engineering and Informatics Technical University of Košice, Letná 9, Košice, Slovak Republic Abstract This work deals with the means of videoconferencing systems ran by web browsers. It analyzes certain contemporary videoconferencing solutions and technologies used for multimedia streaming. It also describes the WebRTC technology terminology and presents the reader with its benefits. It sketches certain options for security enhancements for visual stream transmission via computer network. Based on the proposed concept it was possible to create an experimental web oriented videoconferencing system with a dual layer security policy in which students and teachers are able to communicate via chat and share files with each other besides audio and video communication. I. INTRODUCTION By 2020, 90% of data transmitted over the Internet will have the visual character. This is confirmed by many studies dealing with this issue, for example from Gantz and Reinsel [1], Tkac [2] and Cisco Inc. [3]. Communication using video is a modern, saving time and effort and it is therefore very popular. Systems dealings with video conferencing are therefore widespread. Each of them has some disadvantages. Hardware video conferencing systems are the best in terms of image quality and the experience in the communications, but it is often very expensive. Usually it is a device that can be considered as furniture or even to the whole room with equipment according to certain standards. Procure them cannot therefore anyone, quite the contrary, is intended close group of people [4]. Software video conferencing systems are nowadays very popular. Their biggest advantage is price - most of them are in fact free. They are therefore economically available to the general community. Of course, these public versions are not complete and if you are looking for more options of software systems you have to pay extra money. However, this addition supplement is incomparably less than the cost of hardware video conferencing systems [4]. Managing them is challenging. Not everyone knows the complicated architecture of these systems. For some, the problem is no longer the installation itself. In addition, when you install or update may cause problems - the setup file may be infected. The executable file is in fact the best hidden viruses or Trojans [4]. The aim of this work is to create video conferencing system that is as simple as possible for the end user. Will not require any installation, be easy to use and understand. II. MAIN GOALS OF THIS WORK The main goal of this work was to create a pilot webbased videoconferencing system. The user should be able to share its resources, such as video, audio and data. In addition, the protection of the system should be granted. This task requires several sub-tasks. The first of these was the analysis streaming technologies. Furthermore, it was necessary to become familiar with existing videoconferencing solutions. Using this analysis to create a view of the problems of current videoconferencing systems and their possible solutions. One of the main tasks of this work was to design security extensions, which could be implemented on a web-based videoconferencing system. The result should be a system which allows users to interact with Web browsers. Give them the security of their communications and create a confortable and easy interface for media sharing. III. ANALYSIS OF VIDEOCONFERENCING SYSTEMS There are many videoconferencing systems providing basic or the advanced options of communication between two or more users. As an illustration in the following chapters are some of them A. Software solutions Skype Figure 1 Software videoconferencicng system Skype [5]

2 The most famous software solution of communication between users is Skype (Figure 1). Skype is a communications program allowing running Internet telephony and video. In addition offering the ability to communicate using text messages and it also includes file-sharing. Skype in addition to the basic functions offered for a fee and advanced communication options. The program allows you to make calls to traditional telephone networks or receive calls from mobile networks. After paying the fee even offers the possibility to voice mail [6]. B. Hardware solutions Telepresence A cheaper alternative of hardware video conference system is LifeSize (Figure 3). He offers a customizable solution that requires a much lower cost than Telepresence. It consists mostly of HD camera, which scans the user and hardware that takes care of the actual processing of video and audio. Then it streams that flow into the network to another user. This hardware can be connected to a television or display device and produces a life-size picture. LifeSize does not offer experience as strong as the Telepresence, because it does not have a special adapted room, furniture or other accessories, but is a good compromise because of its cost and quality of services [10]. C. Web-oriented solutions Hangout Figure 2 Hardware videoconferencing system Telepresence [7] The best-known hardware solutions include Cisco Telepresence (Figure 2). This is not just an ordinary video conferencing system. Telepresence is a whole set of technologies which allow a person should feel that companion with whom to communicate, is in the same room with him. This system consists of one entire room. The whole room is adapted to standards to be met by all Telepresence room in the world. These include of course layout screens and cameras, microphones, tables and chairs. But in addition includes trivial things such as the material from which are produced chairs, lighting in the room, flower, which should be located in any room or the color and texture of the walls. All these conditions create an amazing atmosphere that truly evokes the impression that communicates who is on the other side of the world, sitting in the same room [8]. The disadvantage of this system is its cost. Device across one room, three large screens, microphones, cameras, etc., is all very expensive and few people can afford it. LifeSize Figure 4 Web-oriented videoconferencing system Hangout [11] Addition to typical software and hardware solutions, there are largely extended web-based video conferencing system. One of them is the Hangout from Google (Figure 4). Hangout allows communication of two or more users. The service is accessible from the websites of Google mail Gmail, through websites Google+ (Google's social networking site) or through mobile applications on operating systems Android and ios. To establish a connection user must be logged in your account, which must give Google a few of own personal data. This service is linked with social network Google+, which is recorded all communications made through the Hangout. Google Hangout uses its own proprietary protocol, not the standard protocol XMPP. So Third party products cannot establish a connection with Hangout [12]. WebRTC WebRTC (Figure 5) is an open project which allows you to communicate in real time via a web browser, using a simple JavaScript. This project is in no small measure supported by three web browsers - Google Chrome, Mozilla Firefox and Opera [13]. Figure 3 Hardware videoconferencing system LifeSize [9]

3 common room and conferences which are visible to each user of the system. Private contains two layers, each with its own security. Each private room has its own unique identifier - a token, which is clearly described (Figure 7). When room is created, this identifier is generated using pseudorandom function. Without it, the entrance to the room excluded because URL address of room contains this identifier. Figure 5 Web-oriented videoconferencing system WebRTC [14] WebRTC is a videoconferencing system that is based on communication between two web browsers. Communication allows two or more users. It does not require installation of additional plug-ins or any additional applications. Provide the communication using video and audio, through text messaging and user s desktop sharing, and part of the system allows sharing files between users [15]. The biggest advantage of this technology is its simplicity. With a few lines of source code written in JavaScript can be used WebRTC functionality. However, the use WebRTC API requires initial configuration as a signaling, and search for a client, security settings, and many others. In addition, for full functionality of WebRTC is necessary some new layer protocols. However, most of the work carried out by the browser itself, which processes data in three areas using three basic components of WebRTC: - MediaStream - accessing the local input devices - RTCPeerConnection - setting the remote audio and visual data, - RTCDataChannel - sharing data between end points [15]. WebRTC architecture is made up of a number of standards, including the browser and application API, as well as many other protocols and data formats required for correct functionality. For this, it was desirable to develop and introduce new rules to be implemented in web browsers [13]. IV. CONCEPT OF VIDEOCONFERENCING SYSTEM This videoconferencing system is based on WebRTC technology. Therefore it is connection type browser-tobrowser, which allows communication without installing any additional applications or plugins into the browser. The whole processing of inputs, outputs and transmission runs on client`s devices, there is no server, so eavesdropping by third parties is excluded in this concept. In addition, it does not require any registration or giving personal information, which are mandatory for another web-oriented videoconferencing system Hangout from Google. A. Architecture of system Figure 6 shows the system architecture. As is visible, it consists of two parts - the public (left panel) and private (right). The public part that has no security consists of one Figure 6 Architecture of system Figure 7 Unique identifier of private room The second layer of the private part of system is the conference. It is protected by a password that is requested from the user who creates a private conference room (Figure 8). This password is, of course, required by users who want to join the conference. The client who wants to access the private conference needs from the founder or already connected users get a unique token (or URL) of private room and password. Figure 8 Password to private conference B. Types of conferences In this system, there are four types of conferences: many-to-many, one-to-many, one-to-one and one-way. They differ by participant s interconnection and direction of distribution of signal between them. The first type is a one-to-one (Figure 9). It is a classic case of a videoconferencing system for two people. Stream flows from the client K1 to the second and from the client K2 to the first. Both therefore shows stream by on the other end connections.

4 Figure 9 One-to-one conference type Conference-type "one-to-many" (Figure 10) is applicable in relation teacher-students or instructorstudents. K1 client as a "teacher" sees all other clients (students), so from all of them stream is delivered to him. But "students" does not see each other. The only stream that is transmitted to them is from the main client K1. stream from the users. At the one-way conference, own resources displayed to the user when the first client is connecting to follow the stream. Receiving participant does not have his own stream displayed at all. It is therefore just like watching TV, when we see images transmitted from the studio, but not own image. And people in the studio do not see the picture of our living room. The last type of conference is many-to-many, in which all clients can see streams from all other clients. In this type there are two solutions to the distribution of information. One of them is called "Full Mesh" topology (Figure 12), where information is distributed from each client to each. In this case, there is a problem with the procedural load on all participants. Each of them must process and render stream from all other clients as well their data must be sent to all other machines. This may be a problem in case of greater number of users and a weaker computing machine. Figure 10 One-to-many conference type Figure 12 Many-to-many conference type with Full Mesh topology The second solution is topology Star (Figure 13). Out of all participants choose one that has the best computing resources and become supernode. All streams from users are redirected to this client and they will distribute to other client. Other clients are not so loaded, because they will send and receive streams only from the supernode. Figure 11 One-way conference type Figure 13 Many-to-many conference type with Star topology One-way conference (Figure 11) is like typical television broadcasting. Client K1 sends its source to all connected participants. However, he does not receive any

5 V. EXPERIMENTAL IMPLEMENTATION OF VIDEOCONFERENCING SYSTEM Figure 14 shows case study of secured web oriented videoconferencing system. At the same time in this private conference were connected one teacher and five students. One-to-many topology was used so teacher saw all students, but the student could see only himself/herself and teacher s screen (Figure 15). Figure 14 Videoconferencing system teacher s view Figure 15 Videoconferencing system - student s view All the current videoconferencing systems are clientserver based in terms of architecture. That is why the demand for the end-user is minimal as for the computing system. The whole performance load of the process is routed to and managed by the server that is design for it. WebRTC is a solution that does not make use of the server s performance it is a peer-to-peer architecture. That means that the computing process at the client side is much more demanding compared to the client-server architecture. As a result, it is important to think about the requirements that need to be met and what the client device must be able to process. This secured videoconferencing system offers sharing of its local inputs in many ways. That is why the load depends on the choice of the following peripherals video input (local webcam), audio input (microphone) and data input (chat, filesharing). The least demanding sources of performance load are data inputs that can be neglected compared to the other ones. The demandingness of process computation of the audio input depends on the codec settings processing the sound (quality setting, bitrate), but the most demanding part of the input process from all of the sources is the local video camera, hence the video input. In the WebRTC technology, video is compressed with the VP8 codec that is a proprietary protocol by Google Inc., comparable to the commercial H.264/AVC codec. From the recent available technologies side of view is the effectiveness of processing very high. Despite the fact that it uses peer-to-peer protocol, where every connected user processes everything it is important to have a look at the load of the clients. In this case a teachers computer was tested (Intel Core i5-2410m 2,3 GHz; 4GB RAM; Windows 7 64bit). It needs to process much higher load than the other connected clients. The teachers computer processes streams from all the students and also needs to send its input data to all five client devices. The test was successful and with an overall amount of six connected users, the load on the processor was approximately around 65%. By further tests it was derived that the maximum number of clients in one conference should by at most nine so that clients with weaker computing power would not encounter problems with information processing. Based on this decision, the whole design of the system was altered so that a mosaic of 3 by 3 screens of users is generated during the connection process. VI. CONCLUSION The task of this work was to create a system that would allow communication between students and teachers. This system was built as a web videoconferencing system with security features. It is used to allow communication in four forms - video and audio form, in the form of text chats and files sharing between users. An important feature of this system is its security. In addition to the primary security control of information exchange and of course the secure transmission of video, audio and data, the system was extended to the two-level security videoconferencing virtual rooms. When you create a private room is used a unique token that uniquely describes a given room. The user who wants to join in this room must know this token, respectively founder of this virtual room have to give it. In the room may be several conferences, which are differentiated from each other by their names. When accessing to a particular conference user is prompted for the conference password. This password is the second level of system security. User's password must match those that were specified when creating the conference. The videoconferencing system has been tested on most operating systems - Windows 7, Windows 8, Unix and Android. Thus, it is multiplatform and in addition is functional on multiple distribution of web browsers. ACKNOWLEDGMENT This publication is the result of the Project implementation: University Science Park TECHNICOM for Innovation Applications Supported by Knowledge Technology, ITMS: , supported by the Research & Development Operational Programme funded

6 by the ERDF. We support research activities in Slovakia/This project is being co-financed by the European Union. REFERENCES [1] GANTZ, John; REINSEL, David. The digital universe in 2020: Big data, bigger digital shadows, and biggest growth in the far east. IDC iview: IDC Analyze the Future, [2] TKACH, Robert W. Network traffic and system capacity: Scaling for the future. In: Optical Communication (ECOC), th European Conference and Exhibition on. IEEE, p [3] Cisco Visual Networking Index: Forecast and Methodology, [4] VÁPENÍK, Roman: Zabezpečený webovo orientovaný videokonferenčný systém. Diploma thesis. Technical university of Košice, Faculty of electrotechnical engineering and informatics, 2014, p. 17 [5] Skype User Interface Concept by Leonardo Zakour [online]. Available on internet: [6] BASET, Salman A.; SCHULZRINNE, Henning. An analysis of the skype peer-to-peer internet telephony protocol. arxiv preprint cs/ , [7] TelePresence spojenie s Cisco Keňa [online]. Available on internet: [8] SZIGETI, Tim, et al. Cisco TelePresence Fundamentals. Cisco Press, [9] Keep up in the latest insider video conferencing industry news [online]. Available on internet: [10] PAN, Hui. Telecom Mergers & Acquisitions Monthly Newsletter November Information Gatekeepers Inc. [11] G+ Hangout Etiquette: Do's and Don'ts [online]. Available on internet: [12] XU, Yang, et al. Video telephony for end-consumers: measurement study of Google+, ichat, and Skype. ACM, p [13] JOHNSTON, Alan B.; BURNETT, Daniel C. WebRTC: APIs and RTCWEB Protocols of the HTML5 Real-Time Web. Digital Codex LLC, [14] Chrome and Firefox now talking to each other through WebRTC chats (video) [online]. Available on internet: [15] GRIGORIK, Ilya; Secure Communication in WebRTC. High- Performance Browser Networking. O Reilly Media, 2013

Integration of WebRTC with SIP Current Trends

Integration of WebRTC with SIP Current Trends Integration of WebRTC with SIP Current Trends Madhura Deshpande Department of Electronics and Telecommunication Engineering, College of Engineering, Pune, India Dr. S. P. Mohani Associate Professor, Department

More information

Support for Enterprise Services Virtual Meeting Rooms

Support for Enterprise Services Virtual Meeting Rooms Support for Enterprise Services Virtual Meeting Rooms Executive Summary Visual Collaboration and Aerus Cloud A fully featured video conferencing / Telepresence system designed to operate over non-engineered

More information

Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES.

Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES. September 2013 Daitan White Paper Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES. Highly Reliable Software Development Services http://www.daitangroup.com/webconferencing

More information

What really is a Service?

What really is a Service? Internet Services What really is a Service? On internet (network of networks), computers communicate with one another. Users of one computer can access services from another. You can use many methods to

More information

Service Providers and WebRTC

Service Providers and WebRTC Whitepaper Service Providers and WebRTC New Product Opportunities Over- the- Top (OTT) services are those that deliver communications features to customers but are apps running on the data network rather

More information

RTC:engine. WebRTC SOLUTION SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE

RTC:engine. WebRTC SOLUTION SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE SIPWISE AND DEUTSCHE TELEKOM / TLABS ANNOUNCE COOPERATION FOR THE WebRTC SOLUTION RTC:engine Sipwise and Deutsche Telekom AG / Telekom Innovation Laboratories signed a cooperation agreement for joint development

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for Service Providers FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or

More information

VIDEOCONFERENCE. 1 Introduction. Service Description Videoconferece

VIDEOCONFERENCE. 1 Introduction. Service Description Videoconferece VIDEOCONFERENCE 1 Introduction Videoconferencing is interactive remote communication between two or more participants, transmitted by voice or image. Participants see and listen to each other and can present

More information

Founded in 2010 70+ employees Guinness World Record for the largest online training Provides videoconferencing with 4K Ultra HD SaaS and On-Premise

Founded in 2010 70+ employees Guinness World Record for the largest online training Provides videoconferencing with 4K Ultra HD SaaS and On-Premise Founded in 2010 70+ employees Guinness World Record for the largest online training Provides videoconferencing with 4K Ultra HD SaaS and On-Premise solutions: Mind Cloud and Mind Server Mobile client for

More information

http://webrtcbook.com

http://webrtcbook.com ! This is a sample chapter of WebRTC: APIs and RTCWEB Protocols of the HTML5 Real-Time Web by Alan B. Johnston and Daniel C. Burnett, Second Edition. For more information or to buy the paperback or ebook

More information

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012

AT&T Connect Video Conferencing Functional and Architectural Overview. v9.5 October 2012 AT&T Connect Video Conferencing Functional and Architectural Overview v9.5 October 2012 Video Conferencing Functional and Architectural Overview Published by: AT&T Intellectual Property Product: AT&T Connect

More information

Secured Web Oriented Video Conferencing System Using Web RTC Technology

Secured Web Oriented Video Conferencing System Using Web RTC Technology International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16 Secured Web Oriented Video Conferencing System Using Web RTC Technology Divya Gaitonde 1, Gouri Kulkarni

More information

LiveTalk Call Center solution

LiveTalk Call Center solution LiveTalk Call Center solution I. Introduction LiveTalk enables real-time interaction between callers and a pool of technical and customer support or sales agents via a completely web based interface. With

More information

MINISTRY OF HEALTH CUSTOMER PROPOSAL

MINISTRY OF HEALTH CUSTOMER PROPOSAL WENEO VIDEO CONFERENCING SOLUTION FOR MINISTRY OF HEALTH CUSTOMER PROPOSAL PRASHANTA S. CHOWDHURY Business Executive Dew Drop Enterprises Ltd Mobile: +256-750 665 388 P.O. BOX 35377 KAMPALA, UGANDA Friday,

More information

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification

District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification 1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.

More information

CHAPTER FIVE RESULT ANALYSIS

CHAPTER FIVE RESULT ANALYSIS CHAPTER FIVE RESULT ANALYSIS 5.1 Chapter Introduction 5.2 Discussion of Results 5.3 Performance Comparisons 5.4 Chapter Summary 61 5.1 Chapter Introduction This chapter outlines the results obtained from

More information

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC: Why and How? FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This docume nt is copyright of FRAFOS GmbH. Duplication or propagation or e xtracts

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for the Enterprise FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or extracts

More information

Advanced Peer to Peer Discovery and Interaction Framework

Advanced Peer to Peer Discovery and Interaction Framework Advanced Peer to Peer Discovery and Interaction Framework Peeyush Tugnawat J.D. Edwards and Company One, Technology Way, Denver, CO 80237 peeyush_tugnawat@jdedwards.com Mohamed E. Fayad Computer Engineering

More information

GTS VIDEOCONFERENCE. Powered by: Valid from: 1 June 2014

GTS VIDEOCONFERENCE. Powered by: Valid from: 1 June 2014 GTS VIDEOCONFERENCE Valid from: 1 June 2014 Powered by: 1/13 1 Introduction Videoconferencing is interactive remote communication between two or more participants, transmitted by voice or image. Participants

More information

Building A Self-Hosted WebRTC Project

Building A Self-Hosted WebRTC Project Building A Self-Hosted WebRTC Project Rod Apeldoorn EasyRTC Server Lead Priologic Software Inc. rod.apeldoorn@priologic.com Slides will be available at: http://easyrtc.com/cloudexpo/ A Little About Priologic

More information

DISTANCE LEARNING APPLICATIONS ACROSS MULTIPLE PLATFORMS AND NETWORKS

DISTANCE LEARNING APPLICATIONS ACROSS MULTIPLE PLATFORMS AND NETWORKS DISTANCE LEARNING APPLICATIONS ACROSS MULTIPLE PLATFORMS AND NETWORKS Claus J. S. Knudsen Division of Media Technology and Graphic Arts Royal Institute of Technology (KTH) Drottning Kristinas v.47 D, SE-100

More information

By Kundan Singh Oct 2010. Communication

By Kundan Singh Oct 2010. Communication Flash Player Audio Video Communication By Kundan Singh Oct 2010 Modern multimedia communication systems have roots in several different technologies: transporting video over phone lines, using multicast

More information

Online Proctoring Services

Online Proctoring Services Online Proctoring Services Observing test takers online using webcams and microphones. It sounds simple, yet for educational institutions, it is no simple task. Kryterion is leading the industry in providing

More information

Spontania User Setup Guide

Spontania User Setup Guide Spontania User Setup Guide ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 1.801.974.3612 TechSales 1.800.705.2103 FAX 1.801.977.0087

More information

Video-conferencing: Overall

Video-conferencing: Overall Video-conferencing: Overall Introduction The studio provides support for three forms of video-conferences via (1) Polycom, (2) Adobe Connect, and (3) Skype. Polycom system is the major video-conferencing

More information

Alexandre Weffort Thenorio - Data. IP-Telephony

Alexandre Weffort Thenorio - Data. IP-Telephony Alexandre Weffort Thenorio - Data IP-Telephony 1. Introduction... 3 2. What is it?... 4 3. Why IP-Telephony?... 4 3.1. Advantages... 4 3.1.1. Cost... 4 3.1.2. Functionality and Mobility... 4 3.2. Disadvantages...

More information

Get Started in Web Conference Classes: Set Up WebEx

Get Started in Web Conference Classes: Set Up WebEx Get Started in Web Conference Classes: Set Up WebEx Don t miss class on your first day because of technical issues. Make sure you and your computer are ready for web conference classes with this guide.

More information

Scopia Desktop Server

Scopia Desktop Server Scopia Desktop Server Installation Guide Version 8.2.1 For Solution 8.2 8.2.1 2000-2013 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected

More information

Achieving the Promise of WebRTC for Pervasive Communications

Achieving the Promise of WebRTC for Pervasive Communications Q1 16 Achieving the Promise of WebRTC for Pervasive Communications By Irwin Lazar VP and Service Director, Nemertes Research Compass Direction Points: ± WebRTC has failed to live up to hype Just 4% of

More information

SIP, Session Initiation Protocol used in VoIP

SIP, Session Initiation Protocol used in VoIP SIP, Session Initiation Protocol used in VoIP Page 1 of 9 Secure Computer Systems IDT658, HT2005 Karin Tybring Petra Wahlund Zhu Yunyun Table of Contents SIP, Session Initiation Protocol...1 used in VoIP...1

More information

Version 2.8. Released 30 September 2015

Version 2.8. Released 30 September 2015 Intel Collaboration Suite for WebRTC (Intel CS for WebRTC) Version 2.8 Released 30 September 2015 1. Disclaimer This release note as well as the software described in it is furnished under license and

More information

GETTING STARTED WITH HANGOUTS... 2 START A HANGOUT... 2 JOIN A HANGOUT... 4 INVITE PEOPLE TO A HANGOUT...

GETTING STARTED WITH HANGOUTS... 2 START A HANGOUT... 2 JOIN A HANGOUT... 4 INVITE PEOPLE TO A HANGOUT... GOOGLE Hangouts and Hangouts On Air Table of Contents GETTING STARTED WITH HANGOUTS... 2 START A HANGOUT... 2 JOIN A HANGOUT... 4 INVITE PEOPLE TO A HANGOUT... 5 INVITE PEOPLE AT THE START... 5 INVITE

More information

CTX OVERVIEW. Ucentrik CTX

CTX OVERVIEW. Ucentrik CTX CTX FACT SHEET CTX OVERVIEW CTX SDK API enables Independent Developers, VAR s & Systems Integrators and Enterprise Developer Teams to freely and openly integrate real-time audio, video and collaboration

More information

Wildix WebRTC Kite & MCU Videoconference. Quick Start Guide

Wildix WebRTC Kite & MCU Videoconference. Quick Start Guide Wildix WebRTC Kite & MCU Videoconference Quick Start Guide Version 20.04.2015 Wildix Kite is a professional solution based on WebRTC technology for real-time communication with the customer through the

More information

UNIFIED COMMUNICATIONS. Keeping people in touch efficiently

UNIFIED COMMUNICATIONS. Keeping people in touch efficiently UNIFIED COMMUNICATIONS Keeping people in touch efficiently WHAT ARE UNIFIED COMMUNICATIONS? At its best, unified communications (UC) is just what it says it enables better interaction between people by

More information

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability

Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Bridgit Conferencing Software: Security, Firewalls, Bandwidth and Scalability Overview... 3 Installing Bridgit Software... 4 Installing Bridgit Software Services... 4 Creating a Server Cluster... 4 Using

More information

WebEx Meeting Center Tutorial

WebEx Meeting Center Tutorial VIRGINIA TECH WebEx Meeting Center Tutorial Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Fall 2014 Contents Introduction 2 Minimum System Requirements 2 How

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1 Introduction... 2 2 PBX... 3 3 IP PBX... 4 3.1 How It Works... 4 3.2 Functions of IP PBX... 5 3.3 Benefits of IP PBX... 5 4 Evolution of IP PBX... 6 4.1 Fuelling Factors... 6 4.1.1 Demands from

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration Give your teams a better way to meet Enabling the Bring-Your-Device-to-Work era OpenScape Web Collaboration is a scalable, reliable, and highly secure web conferencing solution

More information

VidyoConferencing Network Administrators Guide

VidyoConferencing Network Administrators Guide VidyoConferencing Network Administrators Guide Windows 8, 7, XP, Vista and Apple Mac OS - updated 30/11/2012 Introduction The Attend Anywhere management platform is a cloud based management, facilitation

More information

collaboration Keeping people in touch efficiently

collaboration Keeping people in touch efficiently collaboration Keeping people in touch efficiently What is collaboration? At its best, unified communications (UC) is just what it says it enables better interaction between people by integrating what were

More information

Performance analysis and comparison of virtualization protocols, RDP and PCoIP

Performance analysis and comparison of virtualization protocols, RDP and PCoIP Performance analysis and comparison of virtualization protocols, RDP and PCoIP Jiri Kouril, Petra Lambertova Department of Telecommunications Brno University of Technology Ustav telekomunikaci, Purkynova

More information

«Rendez-vous» Web(RTC) Conferencing as a Service

«Rendez-vous» Web(RTC) Conferencing as a Service «Rendez-vous» Web(RTC) Conferencing as a Service Author: Franck Rupin (RENATER) is the network engineer in charge of the video conferencing department in RENATER. He is leading the development of innovative

More information

Flinders University. Telehealth in the Home. Video Strategy Discussion Paper. 2 October 2013

Flinders University. Telehealth in the Home. Video Strategy Discussion Paper. 2 October 2013 Flinders University Telehealth in the Home Video Strategy Discussion Paper 2 October 2013 Further information: Alan Taylor, Project Manager alan.taylor@flinders.edu.au Page 1 of 14 A AUTHORS A.1 Project

More information

Integration of Learning Management Systems with Social Networking Platforms

Integration of Learning Management Systems with Social Networking Platforms Integration of Learning Management Systems with Social Networking Platforms E-learning in a Facebook supported environment Jernej Rožac 1, Matevž Pogačnik 2, Andrej Kos 3 Faculty of Electrical engineering

More information

Network support for tele-education

Network support for tele-education Network support for tele-education Aiko Pras Centre for Telematics and Information Technology University of Twente (UT) http://wwwtios.cs.utwente.nl/~pras This paper discusses the state of the art in networking,

More information

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa Education & Training Plan CompTIA N+ Specialist Program Student Full

More information

WebEx what is it and how can I use it?

WebEx what is it and how can I use it? For assistance, contact the Solutions Centre at (403) 329-2490, or help@uleth.ca, or in person in E610, University Hall. WebEx what is it and how can I use it? 1. WebEx Overview 2. Setting up a WebEx Meeting

More information

ODU WebEx: Frequently Asked Questions

ODU WebEx: Frequently Asked Questions ODU WebEx: Frequently Asked Questions 1. What is WebEx? 2. How do students/participants access WebEx? 3. When should I log in to attend the event? 4. What is the meeting number? 5. Where do I find the

More information

The Internet, the Web, and Electronic Commerce

The Internet, the Web, and Electronic Commerce The Internet, the Web, and Electronic Commerce Chapter 2 2014 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.

More information

AT&T Connect Video conferencing functional and architectural overview

AT&T Connect Video conferencing functional and architectural overview AT&T Connect Video conferencing functional and architectural overview 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks

More information

Cascade Collaboration Solutions 5 Aug 2014

Cascade Collaboration Solutions 5 Aug 2014 Cascade Collaboration Solutions 5 Aug 2014 5530001600 Rev 03 Contents 1. Solution Overview... 3 2. Collaboration End Points... 5 3. Collaboration Cloud Server... 7 4. Technical Specifications... 8 4.1.

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

Lindenbaum Web Conference

Lindenbaum Web Conference Product information Lindenbaum Web Conference Lindenbaum Your partner for high-quality conferencing Scalable, secure and easy-to-use web conference Lindenbaum Web Conference is a secure and reliable web

More information

Four Trends Driving Cloud Video Conferencing in 2014

Four Trends Driving Cloud Video Conferencing in 2014 Four Trends Driving Cloud Video Conferencing in 2014 White Paper August 2014 As enterprise technology moves increasingly to the cloud, the proliferation of connected devices, mobility solutions, and infrastructure-as-a-service

More information

Sage Grant Management System Requirements

Sage Grant Management System Requirements Sage Grant Management System Requirements You should meet or exceed the following system requirements: One Server - Database/Web Server The following system requirements are for Sage Grant Management to

More information

HP SkyRoom Frequently Asked Questions

HP SkyRoom Frequently Asked Questions HP SkyRoom Frequently Asked Questions September 2009 Background... 2 Using HP SkyRoom... 3 Why HP SkyRoom?... 4 Product FYI... 4 Background What is HP SkyRoom? HP SkyRoom is a visual collaboration solution

More information

Enterprise Unified Communications and Collaboration Services: Audio, Video and Net Conferencing

Enterprise Unified Communications and Collaboration Services: Audio, Video and Net Conferencing Enterprise Unified Communications and Collaboration Services: Audio, Video and Net Conferencing Service Description Version 1.00 Effective Date: 07/01/2012 Purpose This Enterprise Service Description is

More information

Table of contents: CMA Desktop video conferencing. Video-conference Equipped Levin Hall Rooms. Portable Video System. Web Streaming Server Options

Table of contents: CMA Desktop video conferencing. Video-conference Equipped Levin Hall Rooms. Portable Video System. Web Streaming Server Options The department of Information Service Video Operations offers the latest technology in multimedia video-conferencing as well as satellite downlink capabilities to UTMB faculty, students, staff and affiliates.

More information

Tips on the Effective Use of Interactive Video in the Classroom

Tips on the Effective Use of Interactive Video in the Classroom Tips on the Effective Use of Interactive Video in the Classroom Technology Planning Technology Required Setting Up Your Technology Know How to Use Your Technology Testing Your Technology Testing Your Connection

More information

webrtc and XMPP Philipp Hancke, XMPP Summit 2013

webrtc and XMPP Philipp Hancke, XMPP Summit 2013 webrtc and XMPP Philipp Hancke, XMPP Summit 2013 What is this webrtc thing and why should XMPP developers care? I assume you know what XMPP is you might have heard of Jingle the XMPP framework for establishing

More information

Adobe Connect and Zoom are web conferencing tools with many features. Google Hangouts and Skype are primarily for voice calling or text chat.

Adobe Connect and Zoom are web conferencing tools with many features. Google Hangouts and Skype are primarily for voice calling or text chat. Group Work Options The group work options listed below can be used during IVC course sessions. Students will have to have a pair of headphones and a microphone for all of these options. Individual groups

More information

WebEx. Remote Support. User s Guide

WebEx. Remote Support. User s Guide WebEx Remote Support User s Guide Version 6.5 Copyright WebEx Communications, Inc. reserves the right to make changes in the information contained in this publication without prior notice. The reader should

More information

IOCOM Visimeet tm : Enterprise Videoconferencing and Collaboration Software. July 2012

IOCOM Visimeet tm : Enterprise Videoconferencing and Collaboration Software. July 2012 IOCOM Visimeet tm : Enterprise Videoconferencing and Collaboration Software July 2012 Contents Market About IOCOM About Visimeet Competition Appendix Room configurations Visimeet UI Mission IOCOM is helping

More information

Your Assistant Collaboration Module

Your Assistant Collaboration Module MITEL Your Assistant Collaboration Module User Guide Notice This guide is released by Mitel Networks Corporation and provides information necessary to use the Mitel Your Assistant Collaboration Module.

More information

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship

Education & Training Plan IT Network Professional with CompTIA Network+ Certificate Program with Externship Testing Services and Programs 1200 N. DuPont Highway Dover, DE 19901 https://www.desu.edu/academics/mycaa Contact: Amystique Harris-Church 302.857.6143 achurch@desu.edu Education & Training Plan IT Network

More information

Next Generation Video Collaboration Systems for Regional Australia. Digital Service Delivery

Next Generation Video Collaboration Systems for Regional Australia. Digital Service Delivery Next Generation Video Collaboration Systems for Regional Australia Digital Service Delivery 2011-2015 Agenda Context Introduction about NICTA Video collaboration and bandwidth Evolution of video collaboration

More information

Multimedia Transport Protocols for WebRTC

Multimedia Transport Protocols for WebRTC Multimedia Transport Protocols for WebRTC Colin Perkins http://csperkins.org/ What is WebRTC? A framework for browser-based real-time conferencing Includes network, audio, and video components used in

More information

FAQS. You can schedule a WebEx session ahead or start it instantly in your choice of ways:

FAQS. You can schedule a WebEx session ahead or start it instantly in your choice of ways: FAQS What is WebEx? WebEx is an easy way to exchange ideas and information with anyone, anywhere. It combines real-time desktop sharing with phone conferencing, so everyone sees the same thing as you talk.

More information

Portal Tutorial. For resellers

Portal Tutorial. For resellers Portal Tutorial For resellers 09 November 2015 Contents Log in to your account 4 About the reseller landing page 4 Edit your reseller settings 5 About your reseller account 6 Reseller account defaults

More information

Harnessing The Internet s Multimedia Potential

Harnessing The Internet s Multimedia Potential Harnessing The Internet s Multimedia Potential by: S. Ann Earon, Ph.D. President, Telemanagement Resources International Inc. (TRI) Manahawkin, New Jersey The current state of the multimedia market is

More information

The Design and Implementation of Multimedia Conference Terminal System on 3G Mobile Phone

The Design and Implementation of Multimedia Conference Terminal System on 3G Mobile Phone 2010 International Conference on E-Business and E-Government The Design and Implementation of Multimedia Conference Terminal System on 3G Mobile Phone Li Shangmeng, Shang Yanlei, Ha Jingjing, Chen Junliang

More information

Information. OpenScape Web Collaboration V7

Information. OpenScape Web Collaboration V7 Information OpenScape Web Collaboration V7 OpenScape Web Collaboration V7 is a scalable, reliable, and highly secure web conferencing solution for enterprises of all sizes. It provides a cost-effective

More information

Considerations for a successful demo and implementation of Simplicity Video

Considerations for a successful demo and implementation of Simplicity Video CLOUD SOLUTIONS Considerations for a successful demo and implementation of Simplicity Video Client Requirements: PC Requirements Windows Software Processor RAM Video Memory Hard Drive Space Camera Audio

More information

Iowa Communications Network Page 1

Iowa Communications Network Page 1 Iowa Communications Network Page 1 Is ICN incorporating an Internet Protocol (IP) video conferencing service? Yes, ICN s IP video conferencing service will be based on H.323 and SIP (Session Initiation

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

Supported Client Devices: - SIP/H.323 hardware and software end-points

Supported Client Devices: - SIP/H.323 hardware and software end-points Zeenov Agora is a scalable and high-performance video, audio, desktop sharing, data collaboration and communication platform that we offer as a service for hosting all your online meetings. Zeenov Agora

More information

Vmware Horizon View with Rich Media, Unified Communications and 3D Graphics

Vmware Horizon View with Rich Media, Unified Communications and 3D Graphics Vmware Horizon View with Rich Media, Unified Communications and 3D Graphics Edward Low 2014 VMware Inc. All rights reserved. Agenda Evolution of VDI Horizon View with Unified Communications Horizon View

More information

GoToMyPC reviewer s guide

GoToMyPC reviewer s guide GoToMyPC reviewer s guide Citrix GoToMyPC reviewer s guide Thank you for evaluating Citrix GoToMyPC. This guide will introduce you to the current GoToMyPC functionality and help you effectively evaluate

More information

Introduction to Adobe Connect Video Conferencing System

Introduction to Adobe Connect Video Conferencing System Introduction to Adobe Connect Video Conferencing System Adobe Connect is the Australian National University's web conferencing solution for staff and students. It has been integrated with the University's

More information

ADVANTAGES OF AV OVER IP. EMCORE Corporation

ADVANTAGES OF AV OVER IP. EMCORE Corporation ADVANTAGES OF AV OVER IP More organizations than ever before are looking for cost-effective ways to distribute large digital communications files. One of the best ways to achieve this is with an AV over

More information

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH

System requirements. for Installation of LANDESK Service Desk 2016. Clarita-Bernhard-Str. 25 D 81249 Muenchen. Magelan GmbH System requirements for Installation of LANDESK Service Desk 2016 Created by: Magelan GmbH Magelan GmbH Clarita-Bernhard-Str. 25 D 81249 Muenchen Version Version Date Author Description 1.0 22.11.2012

More information

Will Your Next Video Bridge Be Software-Based? Examining a Next-Generation Software-Based Video Conference Server

Will Your Next Video Bridge Be Software-Based? Examining a Next-Generation Software-Based Video Conference Server Will Your Next Video Bridge Be Software-Based? Examining a Next-Generation Software-Based Video Conference Server Will Your Next Video Bridge Be Software-Based? Examining a Next-Generation Software-Based

More information

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video Interactive Multicast Technology Changing the Rules of Enterprise Streaming Video V Table of Contents Introduction IP Multicast Technology in a Nutshell The Missing Interactivity: VCON Interactive Multicast

More information

The Next Generation of Corporate Communications

The Next Generation of Corporate Communications The Next Generation of Corporate Communications Videoconferencing White Paper Webcast-enabled videoconferencing systems deliver new, more cost effective one-to-many events Corporate Communications Will

More information

REDCENTRIC UNITY SOFTWARE MINIMUM REQUIREMENTS

REDCENTRIC UNITY SOFTWARE MINIMUM REQUIREMENTS REDCENTRIC UNITY SOFTWARE MINIMUM REQUIREMENTS User Guide v1.0 12/08/2014 VERSION CONTROL Date Change Author 12/08/14 1.0 Initial version created and signed off DM Page 2 Public UNITY SOFTWARE MINIMUM

More information

Business Incentives. Meeting Customer Expectations

Business Incentives. Meeting Customer Expectations Brochure Cisco Interactive Experience Platform: Transform Customer Experiences with Interactive Digital Media Executive Summary Organizations are looking for new ways to engage with their customers. They

More information

Spontania User Setup Guide

Spontania User Setup Guide Spontania User Setup Guide ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 1.801.974.3612 TechSales 1.800.705.2103 FAX 1.801.977.0087

More information

Four Virtual Meeting Room Deployment Strategies for Technology Companies: Which Strategy is Best for You?

Four Virtual Meeting Room Deployment Strategies for Technology Companies: Which Strategy is Best for You? WHITE PAPER Four Virtual Meeting Room Deployment Strategies for Technology Companies: Which Strategy is Best for You? Firms can use the guidance offered in this paper to better understand four available

More information

Wildix Kite. Quick Guide

Wildix Kite. Quick Guide Wildix Kite Quick Guide Version 20.09.2013 Wildix Kite is a professional web-based solution for real-time communication through the company website, totally integrated into the telephony system. Introduction

More information

System Requirements for Microsoft Dynamics NAV 2016

System Requirements for Microsoft Dynamics NAV 2016 System Requirements for Microsoft Dynamics NAV 2016 Microsoft Dynamics NAV 2016 The following sections list the minimum hardware and software requirements to install and run Microsoft Dynamics NAV 2016.

More information

GUIDELINES FOR EFFECTIVE WEB CONFERENCES JULY 2008

GUIDELINES FOR EFFECTIVE WEB CONFERENCES JULY 2008 VNETVIRGINIA EDUCATION NETWORK FOR VIRTUAL CONFERENCING GUIDELINES FOR EFFECTIVE WEB CONFERENCES JULY 2008 VNETVIRGINIA EDUCATION NETWORK FOR VIRTUAL CONFERENCING A principal goal of the Office of Educational

More information

How To Login To Webex Online

How To Login To Webex Online Getting Prepared for Your Online Course! This document will let you know what to expect and walk you through a Test Login One of our top priorities is to meet your demand for high quality, easy to use,

More information

1st TF-WebRTC meeting. Uninett WebRTC activities Stefan Otto Paris 15.12.2014

1st TF-WebRTC meeting. Uninett WebRTC activities Stefan Otto Paris 15.12.2014 1st TF-WebRTC meeting Uninett WebRTC activities Stefan Otto Paris 15.12.2014 UNINETT Sanntid group sanntid (norwegian) - realtime National SIP infrastructure: Institution located gateways Kamailio and

More information

HP Chromebox for meetings

HP Chromebox for meetings Data sheet HP Chromebox for meetings Invite colleagues, customers or partners and get teams together from across town or from all over the world for real time video collaboration using HP Chromebox for

More information

Software evaluation criteria and terminology REPORT # : R07/0203 AUTHOR(S) : Diane Belyk & David Feist DATE : March 2002

Software evaluation criteria and terminology REPORT # : R07/0203 AUTHOR(S) : Diane Belyk & David Feist DATE : March 2002 Athabasca University CENTRE FOR DISTANCE EDUCATION Online Software Evaluation Report TITLE : Software evaluation criteria and terminology REPORT # : R07/0203 AUTHOR(S) : Diane Belyk & David Feist DATE

More information

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016

This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 This document is provided to you by ABC E BUSINESS, Microsoft Dynamics Preferred partner. System Requirements NAV 2016 Page 1 System Requirements NAV 2016 Microsoft Dynamics NAV Windows Client Requirements

More information

The changing face of global data network traffic

The changing face of global data network traffic The changing face of global data network traffic Around the turn of the 21st century, MPLS very rapidly became the networking protocol of choice for large national and international institutions. This

More information