Skip to content

An Open source Video Streaming and calling application version-Dev

License

Notifications You must be signed in to change notification settings

OnCampus-Community/EzEStreamz

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Create a new .env file and copy the content of .sample.env > .env file.

code

Create an account in Appwrite and then Create a new empty project for web apps in Appwrite , get the API key and paste in .env file

Screenshot 2023-10-05 at 8 06 55 PM

Install all the dependencies and get started with npm run dev, create account and check whether appwrite service is working or not.

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Contribute

Hey Folks I would appreciate if anyone wants to contribute to this repo, and make this application even better

Repository Structure

  • When a user logs in successfully, they get the option to create a room as well as join a room by entering 12 digits unique RID, and by both ways, the user is redirected to /rooms/:rid, in the next js the folder would be named as room/[rid]

  • To know more about the folder structure read the nextJs docs. All folder in "(this)" format are usually not accessible if not logged in. Hence in order to access secure content add appwrite service and then login.

Screenshot 2023-09-30 at 10 36 10 PM

What cooking??

After Implementing video call feature, we aim to add some more things, want to know?? let's have a look

  • Feature -> add friends to friend list
  • Feature -> Direct video call and chat option with friends
  • Feature -> add secret chat option where users join a room, talk and leave with no history behind.

About

An Open source Video Streaming and calling application version-Dev

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.1%
  • CSS 1.1%