Changes between Version 3 and Version 4 of GENIEducation/SampleAssignments/VLCDashTutorial/Execute


Ignore:
Timestamp:
08/29/13 10:24:52 (11 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/VLCDashTutorial/Execute

    v3 v4  
    3636== 2.2 Setup the Apache Server and host DASH Video ==
    3737
     38In this section, you will be able to install the Apache server on ExoGENI node (VM-3) by logging in and executing the following script.
     39
     40The first 4 lines of this script install and setup the Apache server. The rest of the script downloads a sample DASH video from emmy9.casa.umass.edu and hosts it on the server that you just set up.
    3841{{{
    3942#!/bin/bash
     
    5659== 2.3 Install VLC Client ==
    5760
     61The actual VLC Client which requests the video can be set up using this script. For streaming this video from the Apache server and in order to instrumentize and measure the DASH bit-rate using !LabWiki we need to execute the following commands.
     62