himanshu8443 / 8-Stream

🎬 Movies/WebSeries streaming
https://8-stream.vercel.app
18 stars 13 forks source link

Self host #7

Open AykhanUV opened 1 month ago

AykhanUV commented 1 month ago

Hey can i self host this frontend? Also can you please teach me how can i change the streaming provider api's

himanshu8443 commented 1 month ago

Yes, you can self-host as it's using Next.js 14. However, it wasn't designed with the intention of utilizing additional APIs, so you would need to refactor some components in src/components/watch.

AykhanUV commented 1 month ago

There are 3 files in src/components/watch but i did not find api in there can u please explain me? I want to change api to vidsrc.pro one

himanshu8443 commented 1 month ago

I didn't mean that you only need to change those three files. Those files also import functions from other files and also check in components/Player/Stream.tsx. "Furthermore, this project is currently not being actively developed."

AykhanUV commented 1 month ago

i just wanna change the provider, can u just tell me which file api is in

himanshu8443 commented 1 month ago

src/lib folder contains all API call functions