https://github.com/264gaurav/webrtcsetup
Try it out
https://github.com/264gaurav/webrtcsetup
sdp setup webrtc
Last synced: about 2 months ago
JSON representation
Try it out
- Host: GitHub
- URL: https://github.com/264gaurav/webrtcsetup
- Owner: 264Gaurav
- Created: 2025-05-15T16:42:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T16:45:03.000Z (about 1 year ago)
- Last Synced: 2025-06-24T18:05:00.320Z (about 1 year ago)
- Topics: sdp, setup, webrtc
- Language: JavaScript
- Homepage: https://webrtc-u6ef.onrender.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRTC SDP Exchange
This project demonstrates a simple WebRTC setup where two users can exchange SDP offers and answers manually without a signaling server.
## Project Structure
## How to Use
1. Open `index.html` in two separate browser tabs or windows.
2. Follow the instructions on the page:
- **User 1**: Click "Create Offer" to generate an SDP offer.
- Copy the generated SDP offer and paste it into the corresponding field in **User 2**'s tab.
- **User 2**: Click "Create Answer" after pasting the offer, then copy the generated SDP answer and paste it back into **User 1**'s tab.
3. Once the SDP exchange is complete, the video streams should connect.
## Features
- Peer-to-peer video streaming using WebRTC.
- Manual SDP exchange for learning purposes.
- Simple and clean UI.
## Requirements
- A modern web browser with WebRTC support (e.g., Chrome, Firefox, Edge).
## TRY IT
https://webrtc-u6ef.onrender.com/