Skip to content

Commit

Permalink
add DTS (dts1_sets) content
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouqueau committed Jun 27, 2023
1 parent f549bb4 commit 7c078ec
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 0 deletions.
86 changes: 86 additions & 0 deletions database.json
Original file line number Diff line number Diff line change
Expand Up @@ -2160,6 +2160,92 @@
"zipPath": "https://dash.akamaized.net/WAVE/vectors/releases/1/camc_sets/he_aac/at12/2023-04-27/at12.zip"
}
},
"DTS1": {
"dts1_sets/dtsc/at1/2023-06-26/": {
"representations": {
"bitrate": "255000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "1",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at1/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at1/2023-06-26/at1.zip"
},
"dts1_sets/dtsc/at1-cenc/2023-06-26/": {
"representations": {
"bitrate": "255000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "1",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at1-cenc/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at1-cenc/2023-06-26/at1-cenc.zip"
},
"dts1_sets/dtsc/at2/2023-06-26/": {
"representations": {
"bitrate": "255000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "4",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at2/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtsc/at2/2023-06-26/at2.zip"
},
"dts1_sets/dtse/at1/2023-06-26/": {
"representations": {
"bitrate": "192000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "1",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at1/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at1/2023-06-26/at1.zip"
},
"dts1_sets/dtse/at1-cenc/2023-06-26/": {
"representations": {
"bitrate": "192000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "1",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at1-cenc/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at1-cenc/2023-06-26/at1-cenc.zip"
},
"dts1_sets/dtse/at2/2023-06-26/": {
"representations": {
"bitrate": "192000",
"samplerate": "48000",
"input": "PN01.wav"
},
"channel": "2",
"segmentDuration": "2.048",
"chunksPerFragment": "4",
"trunVersion": "v0",
"editList": "With",
"mpdPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at2/2023-06-26/stream.mpd",
"zipPath": "https://dash.akamaized.net/WAVE/vectors/dts1_sets/dtse/at2/2023-06-26/at2.zip"
}
},
"chunked": {
"cfhd_sets/12.5_25_50/chunked/2023-05-21/": {
"source": "croatia_L1_1920x1080@25_30 version 4 (2023-02-13)",
Expand Down
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ <h2>Search Syntax</h2>
<li class="nav-item">
<a class="nav-link" id="camc-tab" data-toggle="tab" href="#camc" role="tab" >CAMC</a>
</li>
<li class="nav-item">
<a class="nav-link" id="dts1-tab" data-toggle="tab" href="#dts1" role="tab" >DTS1</a>
</li>
</ul>

<div class="tab-content" id="myTabContent">
Expand Down Expand Up @@ -390,6 +393,34 @@ <h2>Search Syntax</h2>
</tr>
</tbody>
</table>
<table class="table tab-pane fade show active" id="dts1" role="tabpanel" aria-labelledby="dts1-tab">
<thead class="thead-dark">
<tr>
<th scope="col">File</th>
<th scope="col">Representations</th>
<th scope="col">Channel Layout</th>
<th scope="col">Chunks per Fragment</th>
<th scope="col">'trun' version</th>
<th scope="col">Edit List</th>
<th scope="col">Segment Duration</th>
</tr>
</thead>
<tbody>
<tr v-for="(item, index) in results_dts1" :key="index">
<td scope="row"><a v-bind:href="`${item.mpdPath}`">{{ item.mpdPath }}</a></td>
<td>
<ol>
<li v-for="(rep, idx) in item.representations" :key="idx">{{ rep }}</li>
</ol>
</td>
<td>{{ item.channel }}</td>
<td>{{ item.chunksPerFragment }}</td>
<td>{{ item.trunVersion }}</td>
<td>{{ item.editList }}</td>
<td>{{ item.segmentDuration }}</td>
</tr>
</tbody>
</table>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $.getJSON("https://raw.githubusercontent.com/cta-wave/Test-Content/master/databa
results_ca4s: data["CA4S"],
results_caaa: data["CAAA"],
results_camc: data["CAMC"],
results_dts1: data["DTS1"],
},
methods: {
play: function(mpd) {
Expand Down

0 comments on commit 7c078ec

Please sign in to comment.