Skip to content

Commit

Permalink
Update special-sessions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haudiobe authored Oct 28, 2024
1 parent b87852a commit 8ae2b16
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions content/events/special-sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,32 @@ Experts from different organizations such as DASH Industry Forum, DVB Project, 3
### Recording, Slides and other Material:
- [2024-10-25-WAVE-Streaming-Media-Test-Suite-Devices.pdf](https://github.com/user-attachments/files/17523699/2024-10-25-WAVE-Streaming-Media-Test-Suite-Devices.pdf)
- [Recording mp4](https://dash-large-files.akamaized.net/Special-Session/2024-10-25-Special-Session-WAVE-Test-Suite.mp4)
- [Survey](https://forms.gle/ssas37nWw2LSvceb8)

- [Survey](https://forms.gle/ssas37nWw2LSvceb8)

{{< rawhtml >}}
<head>
<title>Dash.js Rocks</title>
<style>
video {
width: 640px;
height: 360px;
}
</style>
</head>
<body>
<div>
<video id="videoPlayer" controls></video>
</div>
<script src="yourPathToDash/dash.all.min.js"></script>
<script>
(function(){
var url = "https://dash.akamaized.net/envivio/EnvivioDash3/manifest.mpd";
var player = dashjs.MediaPlayer().create();
player.initialize(document.querySelector("#videoPlayer"), url, true);
})();
</script>
</body>
{{< /rawhtml >}}


## June 7, 2024: DASH-IF Special Session: Content Authenticity and Provenance in DASH
Expand Down

0 comments on commit 8ae2b16

Please sign in to comment.