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

After save some video and reload the page I wanted to show the preview of video but not working #32

Open
finguer opened this issue Oct 11, 2022 · 2 comments

Comments

@finguer
Copy link

finguer commented Oct 11, 2022

pond.files = [
{
source: file,
options: {
type: 'limbo',
metadata: {
poster: file,
}
}
}
];

whit that working the images for example but with video not

@EduardoMarcelinoEng
Copy link

Good afternoon.
It is necessary to set the server's content-type according to the file's mimetype. Example: if the file is mp3, define it as audio/mpeg

@EduardoMarcelinoEng
Copy link

And ideally, a route returns only one mimetype. If you need more than one content-type, create a route for each type.

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