koolkishan / netflix-clone-react-node

Netflix Clone built using React, Redux Toolkit, Firebase, Styled Components, Axios, Node.js, Express and MongoDB.
https://www.youtube.com/watch?v=HgaJW2I4Mbk
131 stars 105 forks source link

Video file not found in assets folder #3

Open MiSu2002 opened 1 year ago

MiSu2002 commented 1 year ago

After running the project, an error encountered that video.mp4 is not present in assets folder

Screenshot 2023-01-17 at 12 46 06 PM
dixit18 commented 1 year ago

i'm getting same problem

sachin-vinod commented 1 year ago

This problem you guys getting because when we push play button which is on the netflix or we can say ("/") component, in code in assets folder there is no video, so you can put one by own, author forget to add video in the assets

MiSu2002 commented 1 year ago

@sachin-vinod You are right... It's just a small issue that can be easily fixed. But it really is not necessary to play the same video for all movies. I hope the author updates the code for better UX.

debsouryadatta commented 1 year ago

Is there any way to have different videos in different movie hovers, not manually!

MiSu2002 commented 1 year ago

@debsouryadatta You can use API to fetch movies or tv video. If you are using TMDB API, it's available there, check the TMDB API documentation. You can fetch using the movie or tv id.

debsouryadatta commented 1 year ago

@MiSu2002 ok cool, I will go through it