Project Description
Do you need to record podcasts or interviews remotely?
Do you need to record each track separately?
Do you need to edit each track individually?
This project is for you.
I have a need to record a video conference call locally, to capture good audio and video quality. Each video/audio track is recorded individually on the participant's browser, with no additional software. In the end, the participant can upload his audio/video to dropbox/gdrive, etc.
Goal for this Hackweek
Learn how to record audio/video directly in the browser.
Create a demo page capable of recording your webcam.
Create a demo service where you can share the URL and host a conference call.
Resources
This tool is basically Zencastr or Riverside.fm, but open source. These tools are good and they work fine, but I can't host my own as they are not FOSS.
Jitsi does not solve the problem as it's recording on the server-side only.
Until now, I have not found any FOSS tool that does this.
This project could be a potential library/plugin to be integrated with Jitsi.
Looking for hackers with the skills:
webrtc websockets web webapis javascript video reactjs vuejs jitsi podcast
This project is part of:
Hack Week 20 Hack Week 21
Activity
Comments
-
-
over 1 year ago by mlnoga | Reply
I explored WebRTC half a year ago. Got to a point where I could record audio from a USB device, and send that via WebMidi as a system exclusive message to a sample player. Haven't used this for long, though, because I have since upgraded to a sampler. The code is here, if it helps anyone: github.com/mlnoga/underpass
Similar Projects
WebUI for your data by avicenzi
[comment]: # (Please use the project descriptio...
A command line image collector tool for my gallery website by AZhou
[comment]: # (Please use the project descriptio...
Implement a self-servicable Trello replacement in Jira by jplack
[comment]: # (Please use the project descriptio...
Open Source ONVIF Camera Implementation by nbelouin
[comment]: # (Please use the project descriptio...
A frameblending filter for OBS Studio well-suited to do game streaming by mschreiner
Project Description
To experiment and pos...