https://github.com/pj8912/media-app
media app to record video, audio and take a picture.
https://github.com/pj8912/media-app
audio camera css fetchapi getusermedia html javascript microphone php server-side snap video webrtc
Last synced: about 2 months ago
JSON representation
media app to record video, audio and take a picture.
- Host: GitHub
- URL: https://github.com/pj8912/media-app
- Owner: pj8912
- Created: 2023-01-10T15:27:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T05:45:27.000Z (about 3 years ago)
- Last Synced: 2025-01-11T11:12:32.118Z (over 1 year ago)
- Topics: audio, camera, css, fetchapi, getusermedia, html, javascript, microphone, php, server-side, snap, video, webrtc
- Language: JavaScript
- Homepage: https://github.com/pj8912/media-app
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# media-app
media app to record video, audio and take a picture.
## getUserMedia
- allows web applications to access the user's camera and microphone in order to capture media streams, which can then be used for real-time communication, recording, or other purposes.
- It provides a way for web applications to access the media devices on a user's computer, including cameras, microphones, and even screens.
## take a picture

Image file will be saved in root directory. For more check out https://phpenthusiast.com/blog/javascript-web-app-that-takes-pictures
## record video

The source code is modified according to my need. Here lot of things are removed and built for just recording video and a link to download your video. Check out this link for demo of the source.
## record audio

The source code is modified according to my need. Here lot of things are removed and built for just recording video and a link to download your video. Check out this link for demo of the source.