Changes between Version 3 and Version 4 of GEC16Agenda/WiMAX-Tutorial/Streamload/01


Ignore:
Timestamp:
03/17/13 20:25:10 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Streamload/01

    v3 v4  
    33== Preparing the streamload experiment ==
    44
    5 To get ready to evaluate how effective this streamloading scheme is, the experimenter implemented a simple streamload client in Python:
     5To get ready to evaluate how effective this streamloading scheme is, the experimenter implemented a simple streamload server and client.
     6He decides that the server will host some video metadata files that contain some basic information about the video for which they are named. For example:
     7
     8{{{
     9#!xml
     10<video chunks="40" layers="3" chunktime="1.65" buffer="4" url="chunks/" />
     11}}}
     12
     13The streamload client will request this video metadata file from the server, and then request one ''subchunk'' at a time until it has played the entire video:
    614
    715{{{