~ubuntu-branches/debian/experimental/gpac/experimental

« back to all changes in this revision

Viewing changes to regression_tests/html5_video/counter-mp4-video-segments-live-nobs-http.js

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-02-22 18:15:00 UTC
  • mfrom: (1.2.2) (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140222181500-b4phupo05gjpmopa
Tags: 0.5.0+svn5104~dfsg1-1
* New  upstream version 0.5.0+svn5104~dfsg1:
  - src/utils/sha1.c is relicensed under LGPLv2.1, Closes: #730759
* Don't install modules in multi-arch directories, Closes: #730497
* Add libusb-1.0.0-dev headers because libfreenect requires this
* Fix install rule
* Follow upstream soname bump
  - Drop the symbols file for now until it has been revised thourougly
* Let binaries produce the correct svn revision
* Refresh patches
* Patch and build against libav10, Closes: #739321
* Bump standards version, no changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Array representing the different files to download per quality */
 
2
var counterLiveNoBSVideoHTTPSegments = 
 
3
        [ 
 
4
                { 
 
5
                  baseURL: "http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/",
 
6
                  initName: "mp4-live-h264bl_low-.mp4",
 
7
                  segmentPrefix: "mp4-live-h264bl_low-",
 
8
                  segmentSuffix: ".m4s",
 
9
                  segStartIndex: 1,
 
10
                  segEndIndex: 60
 
11
                },
 
12
                { 
 
13
                  baseURL: "http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/",
 
14
                  initName: "mp4-live-h264bl_mid-.mp4",
 
15
                  segmentPrefix: "mp4-live-h264bl_mid-",
 
16
                  segmentSuffix: ".m4s",
 
17
                  segStartIndex: 1,
 
18
                  segEndIndex: 60
 
19
                },
 
20
                { 
 
21
                  baseURL: "http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/",
 
22
                  initName: "mp4-live-h264bl_hd-.mp4",
 
23
                  segmentPrefix: "mp4-live-h264bl_hd-",
 
24
                  segmentSuffix: ".m4s",
 
25
                  segStartIndex: 1,
 
26
                  segEndIndex: 60
 
27
                },
 
28
                { 
 
29
                  baseURL: "http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/",
 
30
                  initName: "mp4-live-h264bl_full-.mp4",
 
31
                  segmentPrefix: "mp4-live-h264bl_full-",
 
32
                  segmentSuffix: ".m4s",
 
33
                  segStartIndex: 1,
 
34
                  segEndIndex: 60
 
35
                }
 
36
        ];