Dash-Industry-Forum / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
Other
5.12k stars 1.67k forks source link

Reorganization of samples #2615

Closed epiclabsDASH closed 6 years ago

epiclabsDASH commented 6 years ago

In the latest f2f meeting we agreed on re-structuring/Re-layout samples page of dash.js. Samples should be easily browsable and focused on specific features. Should be split in sections, each one focused on one specific feature. Section examples:

wilaw commented 6 years ago

You might also consider

epiclabsDASH commented 6 years ago

@aescarcha, thanks for the PR. It covers most we need. A few extra samples that cover: Audio only, use of the control bar and Console logging samples will be also required. Thanks!

aescarcha commented 6 years ago

@epiclabsDASH Audio only is already there, by use of the controlbar you mean attaching the custom control bar to Dash, right?

davemevans commented 6 years ago

The audio only example might be better using an audio element rather than video?