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

video files not found, when using dev server #427

Closed
1 of 2 tasks
freder opened this issue Mar 10, 2021 · 1 comment
Closed
1 of 2 tasks

video files not found, when using dev server #427

freder opened this issue Mar 10, 2021 · 1 comment

Comments

@freder
Copy link

freder commented Mar 10, 2021

  • videos work in the deployed presentation
  • but not when using the dev server (fusuma start)

Info

  • Operating System: macos
  • Node Version: v15.11.0
  • Browser Name and Version: chrome 89.0.4389.82

Type

  • bug
  • feature request

Expected Behavior

video should load

Actual Behavior

browser gets a 404 error for video file

How can we reproduce the behavior?

images work: ![](../assets/image.jpg)

---

but videos don't:

<video
	src="../assets/my-cool-video.mp4"
	preload=""
	controls
>
</video>
@hiroppy
Copy link
Owner

hiroppy commented Mar 11, 2021

yes, now fusuma doesn't accept the ext. I'll add mp4 soon.

@freder freder closed this as completed Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants