mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Copyright 2014 Google Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>External reference docs</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
These documents are copyrighted by their respective authors.
|
|
Links are provided for convenience.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c061988_ISO_IEC_14496-12_2012.zip">ISO 14496-12:2012 - base media file format - coding of audio-visual objects</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IEC_23009-1_2014.zip">ISO 23009-1:2014 - DASH - Media presentation description and segment formats</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://dashif.org/w/2014/08/DASH-IF-IOP-v2.90.pdf">DASH-IF Interoperability Points v2.90</a>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|