Skip to content

pj8912/media-app

Repository files navigation

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

Screenshot from 2023-01-10 21-10-27

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

record video

Screenshot from 2023-01-10 21-11-50

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

Screenshot from 2023-01-10 21-13-26

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.