Commit 1654a90
committed
Update main documentation: integrate all modules with credits
- Replace template with comprehensive XAOSTECH video-tools overview
- Document all modules: op-cap, copt, P010_for_V4L2, NG-S4, CyberJack, vidcom
- Credit @awawa-dev for P010_for_V4L2 kernel patches (submodule link)
- Reference P010_README.md for HDR streaming pipeline details
- Add module integration architecture diagram
- Include latest crash recovery features and stream resumption
- Add --no-device and --no-loopback flag information
- System requirements and quick start scenarios for each use case
- Links to all comprehensive guides and troubleshooting1 parent 4bfff04 commit 1654a90
7 files changed
Lines changed: 203 additions & 163 deletions
- .github/ISSUE_TEMPLATE/bug_report.md+2-2
- .github/ISSUE_TEMPLATE/config.yml+2-2
- .github/actions/identity/action.yml+136
- .github/workflows/anglicise.yml+522
- .github/workflows/automerge.yml+344
- .github/workflows/bash-lint-advanced.yml+111-2
- .github/workflows/bash-lint.yml+17-14
- .github/workflows/codeql.yml+85
- .github/workflows/release.yml+718
- .github/workflows/replace.yml+177
- .github/workflows/security-autofix.yml+287
- .github/workflows/validate-pr.yml+83
- UNIX-Scripts/generate-stunnel-cert.sh+1-1
- UNIX-Scripts/manage-services.sh+1-1
- UNIX-Scripts/reset-restream.sh+1-1
- UNIX-Scripts/setup-restream.sh+1-1
- UNIX-Scripts/stream-gphoto2-webcam.sh+1-1
- docs/CODE_OF_CONDUCT.md+10-10
- docs/CONTRIBUTING.md+3-3
- docs/README.md+55-2
- docs/SECURITY.md+3-3
- example.env/master.env+1-1
File renamed without changes.
- .gitignore+1
- CHANGELOG.md+10
- cfg/defaults.conf+4
- cfg/nginx-hls-relay.conf+75
- cfg/profiles/1080p60.conf+32-13
- cfg/profiles/4k30.conf+36-14
- cfg/profiles/4kHDR30.conf+10-9
- cfg/profiles/usb-capture-1080p30-hdr.conf+48
- cfg/profiles/usb-capture-4k30-hdr.conf+13-10
- cfg/profiles/usb-capture-4k30.conf+5-4
- cfg/profiles/usb-test-minimal.conf+42
- docs/GSETTINGS_FIX.md+42
- docs/P010_HDR_STREAMING.md+274
- docs/P010_KERNEL_SUPPORT.md+246
- lib/ffmpeg.sh+115-65
- lib/obs-safe-launch.sh+123
- lib/streaming.sh+7-2
- lib/usb-capture-nv12.sh+182
- lib/usb-reconnect.sh+7-7
- scripts/build-ffmpeg-hevc.sh+130
- scripts/hls-upload-relay.sh+164
- scripts/setup-p010-support.sh+403
- src/copt-preview.sh+30-6
- src/copt-worker.sh+65-74
- src/copt.sh+234-16
File renamed without changes.
0 commit comments