Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulldroper authored Dec 5, 2024
1 parent 95be041 commit cbc93cd
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# PeerCam: Безпечна Альтернатива для Трансляції Камери

PeerCam — це безкоштовний веб-додаток для трансляції відеопотоку з пристроїв на комп'ютер за допомогою технології WebRTC. Використовуючи Peer.js, він забезпечує пряме з'єднання між хостом і клієнтом без потреби в сторонньому сервері для обробки медіапотоку. Цей підхід є безкоштовною альтернативою додаткам на кшталт **DroidCam**, орієнтованою на безпеку та конфіденційність.

## Особливості
- **Безпека:** Вся передача даних здійснюється безпосередньо між пристроями через P2P-з'єднання.
- **Простота використання:** Не потребує складної конфігурації чи встановлення додаткових додатків.
- **Безкоштовно:** Використання Peer.js і WebRTC не вимагає витрат.
- **Конфіденційність:** Відеопотік не передається через сторонні сервери.

## Використання
### Хост
1. Відкрийте PeerCam у браузері на пристрої, що транслює відео.
2. Надішліть посилання, якие з’явиться в адресному рядку, іншому користувачу.

### Клієнт
1. Відкрийте посилання у браузері.
2. Насолоджуйтеся переглядом потоку відео.

Переваги над AndroidCam

- Не потребує встановлення сторонніх додатків.
- Працює повністю у веб-браузері.
- Без додаткових витрат.

### Ліцензія

PeerCam розроблено на основі бібліотеки Peer.js, яка доступна під ліцензією MIT.

# PeerCam: A Secure Alternative for Camera Streaming

PeerCam is a free web application for streaming video from devices to a computer using WebRTC technology. By leveraging Peer.js, it establishes a direct connection between the host and the client without the need for a third-party server to handle the media stream. This approach provides a free alternative to apps like **DroidCam**, focusing on security and privacy.

## Features
- **Security:** All data transmission occurs directly between devices via a P2P connection.
- **Ease of Use:** No complex configurations or additional app installations are required.
- **Free:** Utilizing Peer.js and WebRTC comes at no cost.
- **Privacy:** The video stream is not routed through third-party servers.

## Usage
### Host
1. Open PeerCam in a browser on the device that will be streaming video.
2. Share the link displayed in the address bar with another user.

### Client
1. Open the link in a browser.
2. Enjoy the video stream.

### Advantages Over AndroidCam

- No need to install third-party apps.
- Fully operates within a web browser.
- No additional costs.

### License

PeerCam is developed based on the Peer.js library, which is available under the MIT license.

0 comments on commit cbc93cd

Please sign in to comment.