Git Product home page Git Product logo

video-chat-v1's Introduction

Video-chat-v1

Video-chat-v1 is a video chat app that makes it easy to groups up with people you want to meet

IMG

Check out the live demo: https://video-chat-app-v1.herokuapp.com/

An article I wrote which explains how I build this: https://bit.ly/3wh0gyR

This app is build using NodeJS, Socket.io, and Peerjs(WebRTC)

How to run the project?

  1. Clone this repository in your local system.
  2. Open the command prompt from your project directory and run the command npm install.
  3. Open the command prompt from your project directory and run the command npm start.
  4. Go to your browser and type http://127.0.0.1:3030/ in the address bar.
  5. Hurray! That's it.

ToDo

  • - Recreate the Front-end with React.

video-chat-v1's People

Contributors

harryheman avatar itstaranarora avatar nurislam-lord avatar paul097958 avatar wits-52 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

video-chat-v1's Issues

How can I use https?

You did a great work!, but I need it running over https. I see your live example is over https.

Client-side cross-site scripting

Writing user input directly to the DOM allows for a cross-site scripting vulnerability.

  • Please, view the attachment video for more !

Tester Image (PNG type, 37,3 KB, hacked.PNG):
hacked

Get RAW

Detail file here: Detail.txt

Video attachment here: Video.mp4

About bTeam Security Report

Only in BETA Version, bot version 2.432.11.6-beta

View in Detail (last line): Detail.txt

Reply

Please don't reply to this GitHub, because the Bot can't understand what you send!

Demo link not working

Thanks for the greate demo code, but please fix the demo link.
Thank you very much.

Multiple users joining not working

I have cloned the github repository and run the server. However, when I go to the localhost and share the url with a friend, it doesn't show both streams.

Use Svelte instead of React for the front-end when you port it.

Advantages of Svelte:

  • HTML syntax
  • Easy to use and port - a lot of code can simply be copy/pasted
  • Smaller bundle size than React because of its compiler approach
  • Transition system built-in

Yes, there is a very small learning curve, but coming from someone who's first framework was Svelte, I picked it up in a day or two.

svelte

Video not loading on IOS

Video frames are not loading on IOS safari and chrome. As i checked IOS 11+ supports webRTC but it still doesn't load on any IOS devices and on MAC the other persons video is not streamed. Please help

New video grid not appending when a new user comes in

Hi! When a new user joins the room, it looks like the join-room event is not emitted.
I put a console.log on:

peer.on("open", (id) => {
  socket.emit("join-room", ROOM_ID, id, user);
});

And it does not reach this part. Thus, the user-connected event does not get broadcasted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.