Changes between Version 17 and Version 18 of Other/Summer/2015/hVideo


Ignore:
Timestamp:
Aug 18, 2015, 8:52:23 PM (9 years ago)
Author:
kushoza94
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/hVideo

    v17 v18  
    112112
    1131131 What is GPAC?
    114  a. Open source multimedia framework
    115  b. Contains a multimedia player (MP4Client / Osmo4) as well as a multimedia packager called MP4Box
    116  c. Written in C
    117  d. Can be manipulated through the command-line, GUI, or browser plugins
     114 * Open source multimedia framework
     115 * Contains a multimedia player (MP4Client / Osmo4) as well as a multimedia packager called MP4Box
     116 * Written in C
     117 * Can be manipulated through the command-line, GUI, or browser plugins
    118118
    1191192. Why use GPAC?
    120  a. The multimedia player MP4Client is a command-line player for GPAC, allowing it to be easily used on the Linux OS and via any bashscript shell
    121  b. The multimedia package MP4Box is a powerful tool that can be used for manipulating many video file formats such as .avi, .mpg, .ts, and most importantly, .mp4
    122  c. MP4Box can be used for conversion, splitting, combining, etc.
    123  d. The most important part of GPAC, however, is that it supports DASH
     120 * The multimedia player MP4Client is a command-line player for GPAC, allowing it to be easily used on the Linux OS and via any bashscript shell
     121 * The multimedia package MP4Box is a powerful tool that can be used for manipulating many video file formats such as .avi, .mpg, .ts, and most importantly, .mp4
     122 * MP4Box can be used for conversion, splitting, combining, etc.
     123 * The most important part of GPAC, however, is that it supports DASH
    124124
    1251253. Sample Experiment Rig
     
    127127
    1281284. GPAC Script
    129 * Script first initializes the streaming
    130 * It then limits and measures the bandwidth in parallel
     129 * Script first initializes the streaming
     130 * It then limits and measures the bandwidth in parallel
    131131[[Image(GPACScript.png)]]
    132132
    133 * Results
     133 * Results
    134134[[Image(GPACScriptResults.png)]]
    135 * The results were not quite as expected, with the bandwidth tests averages going above the bandwidth limit during some portions of the streaming, indicating a flaw either in the program or in the data
     135 * The results were not quite as expected, with the bandwidth tests averages going above the bandwidth limit during some portions of the streaming, indicating a flaw either in the program or in the data
    136136
    137137== People ==