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

Unable to play regular mp4 videos #62

Closed
abvas opened this issue Jan 16, 2023 · 1 comment
Closed

Unable to play regular mp4 videos #62

abvas opened this issue Jan 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@abvas
Copy link

abvas commented Jan 16, 2023

Hey!

Unable to play regular mp4 videos.
For example:
https://ia600300.us.archive.org/17/items/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4
or
https://s3.amazonaws.com/appforest_uf/f1646528337027x250262950148555600/manifest.mp4

I use the simplest example:

<script type="module" src="https://cdn.jsdelivr.net/npm/playerx"></script>
<player-x class="playerx" id="playerx" src="https://s3.amazonaws.com/appforest_uf/f1646528337027x250262950148555600/manifest.mp4" controls></player-x>

but I see a white screen and get an error:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'replace')
     at populate(playerx.js:228:19)
     at HTMLElement.load(playerx.js:325:19)

Videos in other formats work fine.

Please tell me what am I doing wrong?

Thank you.

@luwes luwes added the bug Something isn't working label Jan 18, 2023
@luwes luwes self-assigned this Jan 18, 2023
@luwes luwes closed this as completed in 6fe0c86 Jan 18, 2023
@luwes
Copy link
Owner

luwes commented Jan 18, 2023

this should be fixed! thanks for reporting this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants