Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesfile.renderTo('div#player') fails #1073
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
You can make a |
This comment has been minimized.
This comment has been minimized.
|
I tried that too, it seems to show up but nothing is visible. I think at the very least the docs should have an example. I'll submit a PR. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling
file.renderTo('div#player')fails when file is an mp4Uncaught Error: Cannot render ".mp4" inside a "div" element, expected "video"using
file.appendTo('div#player')works but then I get multiple video objects each time I play a file.