Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants