core/.gitignore
Cesar Mendivil c9304b7b63 feat: add RTSP relay support to WHIP server
- Introduced a new RTSP relay server that allows WHIP streams to be served over RTSP.
- Added `RTSPRelayAddr` configuration option to enable the RTSP relay.
- Implemented methods for updating codec parameters and forwarding RTP packets to RTSP clients.
- Enhanced the WHIP server to handle RTSP connections and manage multiple clients.
- Added comprehensive tests for RTSP relay functionality, including OPTIONS, DESCRIBE, SETUP, PLAY, and TEARDOWN requests.
2026-03-17 20:28:06 -07:00

19 lines
140 B
Plaintext

.DS_Store
.env
/core*
/import*
/ffmigrate*
/data/**
/test/**
.vscode
/vendor
*.ts
*.ts.tmp
*.m3u8
docker/
*.mp4
*.avi
*.flv
.VSCodeCounter