Files
VideoHost/README.md
2026-01-14 10:43:02 +06:00

38 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Видео-хостинг (Twitch-style)
Платформа для стриминга видео с аутентификацией через OpenID Connect.
## Технологии
- **Frontend**: React, TypeScript, WebRTC
- **Backend**: FastAPI, Python
- **Auth**: OpenID Connect
- **Streaming**: WebRTC, MediaStream API
## Структура проекта
```
/backend - FastAPI сервер
/frontend - React приложение
```
## Запуск
### Backend
```bash
cd backend
pip install -r requirements.txt
uvicorn main:app --reload
```
### Frontend
```bash
cd frontend
npm install
npm start
```
## Конфигурация
Создайте `.env` файлы для настройки OpenID Connect провайдера.