Commit Graph
6 Commits
Author SHA1 Message Date
crosstyan e80164f5be docs: enhance README with detailed explanation of SIP and SDP architecture
CodeQL / Analyze Go Code (go) (push) Has been cancelled
2026-01-13 15:06:52 +08:00
crosstyan ff4ddfacba refactor: rename zoom commands to use camelCase in API and PTZ control 2026-01-13 14:50:26 +08:00
crosstyan ffb3fc423e feat: add zoom_in and zoom_out commands to PTZ command map
note: the `API.md` said it's `zoom_in` and `zoom_out` with underscore, while the go ptzCmdMap said it's `zoomin` and `zoomout` with underscore; I choose to support both (or unify them?)
2026-01-13 14:46:57 +08:00
crosstyan b4474a160d feat: add zoom controls to PtzControlPanel with zoom in and zoom out functionality 2026-01-13 14:34:47 +08:00
crosstyan 6fbbfb698a Add configuration files for SRS SIP and update README with Docker commands 2026-01-13 11:45:32 +08:00
crosstyan 42d018b854 Add Docker support and configuration for SRS SIP
- Created a new README_cross.md file with Docker build instructions.
- Updated srs.conf to include logging configuration options.
- Added docker-compose.yml to define the SRS SIP service with necessary ports and volume mappings.
- Introduced config.yaml for general and GB28181-specific configurations.
- Added initial srs.conf with settings for RTMP, HTTP API, and WebRTC support.
2026-01-13 11:41:07 +08:00