Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Start for Users on README.md is not working. #1722

Closed
yoonsy opened this issue Dec 23, 2016 · 2 comments
Closed

Quick Start for Users on README.md is not working. #1722

yoonsy opened this issue Dec 23, 2016 · 2 comments

Comments

@yoonsy
Copy link

yoonsy commented Dec 23, 2016

The sample code on Quick Start for Users on README.md is not working.

<script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
...
<style>
    video {
       width: 640px;
       height: 360px;
    }
</style>
...
<body>
   <div>
       <video data-dashjs-player autoplay src="http://dash.edgesuite.net/envivio/EnvivioDash3/manifest.mpd" controls></video>
   </div>
</body>

However, the standard setup is working well.

@davemevans
Copy link
Contributor

Caused by #1694

@vinaynb
Copy link

vinaynb commented Jan 11, 2017

Spent quite some time figuring out why suddenly the example code doesn't work. There's a pull request already which fixes this #1736. Hopefully it will be merged soon 😄

dsparacio pushed a commit that referenced this issue Jan 11, 2017
Fix #1722: Wait for dashjs before creating element(s) if loaded asynchronously
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants