Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upfile.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.