Coder Social home page Coder Social logo

valarpirai / video-chat-app Goto Github PK

View Code? Open in Web Editor NEW
144.0 19.0 91.0 339 KB

Simple P2P Text/Voice/Video chat client. Works on Chrome and Firefox, Platforms: Android, Windows, Linux, Mac. Just open the link in Browser, You don't need any extra tools for Video Chat. https://valarpirai.github.io/video-chat-app/

License: MIT License

CSS 3.26% HTML 1.84% JavaScript 94.90%
webrtc-demos webrtc-video peer-to-peer voice-chat text-chat p2p-chat video-chat video-call anonymous-chat no-history-storing

video-chat-app's Introduction

Simple Video chat app

Simple one-to-one Text chat, Voice and Video call client using PeerJS.

Simple P2P Text/Voice/Video chat client (Using PeerJS). Works on Chrome and Firefox, Platforms: Windows, Linux, Mac. Just open the link in Browser, You don't need any extra tools for Video Chat.

https://valarpirai.github.io/video-chat-app/

Technology and library

  • WebRTC
  • PeerJS Server and Client
  • Peer to Peer voice and video calls

Server

Client

Screenshots

Text Chat

Text Chat

Voice Call

Voice Call

video-chat-app's People

Contributors

valarpirai avatar valarpiraichandran-annadurai 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

video-chat-app's Issues

Port/firewall requirements?

We are using your example page to test the software but... some nodes are not able to talk or videochat to eachother while others can.

All nodes are running latest Chrome on Linux with any troublesome extensions disabled.

Console log says:

image

Currently it seems to us a firewall/port issue, could you clarify the requirements on that side?

Capture Frames from HTML

I have a virtual webcam installed on Win 10 and I am using this project link to get the remote webrtc stream.

My goal is instead of sending the stream to video element I need to send it to my virtual driver.

So here is the html element

setTheirVideo : function (stream) {
var video = document.getElementById('their-video');
if (typeof video.srcObject == "object") {
video.srcObject = stream;
} else {
video.src = URL.createObjectURL(stream);
}
},
Where & How would I set the stream to be sent to the driver API instead of HTML Element? for example:
MyDriver.SetData(stream);

Please let me know how can I achieve this?

onlineusers api and inhouse server

I am trying to modify your client for tweaking and learning peerjs. having a hard time figuring out the onlineusers api and also connection to my local server is having issues.

work in ios?

its not working in ios safari or webview any solution?

peer js call in progress

how to check that this online user is in call progress? for example 1 and 2 person are doing video call
if 3rd person come online how he know that 1 and 2 call in progress?

I can't run the client

Hi.
I clone your client repo, put in a webserver and the service doesn't work. I tried changing the heroku server adress to one deployed by mine without success. What must I set to wotk in an internal environment? Thank you.

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.