Wavelength
Record remote conversation in studio quality!
Install / Use
/learn @sarthaksharma27/WavelengthREADME
Wavelength - Riverside clone
Record remote conversation in studio quality!
Guests join via WebRTC, high-quality local recording, chunks upload to cloud in real-time, and also added the feature to merge them using FFmpeg in real time for the final video. Was a fun build!
Watch Live Preview here - https://x.com/sarthaksharma85/status/1937744926353093063
Run Locally
Clone the project
git clone https://github.com/sarthaksharma27/Wavelength.git
cd wavelength
Create a .env file and paste this configuration
DATABASE_URL="your_postgres_database_url"
SECRET_KEY=your_secret_key
CLOUDINARY_CLOUD_NAME=your_cloudinary_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
REDIS_HOST=redis
REDIS_PORT=6379
Build the Docker image
docker compose build
Start the application
docker compose up
The application will start on port 4000
