17 lines
356 B
Markdown
17 lines
356 B
Markdown
---
|
|
id: TASK-1
|
|
title: Fix streaming server recording permissions
|
|
status: Done
|
|
assignee: []
|
|
created_date: '2026-02-22 00:28'
|
|
labels: []
|
|
dependencies: []
|
|
priority: high
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
nginx-rtmp recordings dir was owned by root, nginx runs as nobody. Fixed with chown nobody:nogroup.
|
|
<!-- SECTION:DESCRIPTION:END -->
|