Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/video_chat
Video chat all python and javascript
https://github.com/pdxjohnny/video_chat
Last synced: about 1 month ago
JSON representation
Video chat all python and javascript
- Host: GitHub
- URL: https://github.com/pdxjohnny/video_chat
- Owner: pdxjohnny
- Created: 2015-04-10T17:24:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T15:35:06.000Z (over 9 years ago)
- Last Synced: 2024-03-16T06:51:39.896Z (8 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video_chat
Video chat with only Python and JavaScriptThis is an example of video implemented through sending images through the server and requesting them from the client in rapid succession by way of the requestAnimationFrame JavaScript method.
It works by sending the video to /send/:user and receiving from /recv/:user. Send puts the current local frame on the server for the username. Recv gets the most current frame from the server given the username.
In this way one person can send to another and receive the frames meant for them.