Comment 0 for bug 1771350

Revision history for this message
Knut Ahlers (luzifer) wrote :

The source code of the RTMP module contains a hard-coded directory permission for newly created directories within the HLS fragment generation set to `0744` which makes no sense for directories as the executable bit is missing.

As we need to access the files from more than one user the directory should not only be readable but also be accessible (`0755`) for other users.

Sadly the upstream project seems inactive (~700 issues, 65 PRs, no changes for ~6M) so I'm asking to include a patch for this into the Ubuntu modifications (patches) of the package.

The required change is attached as a patch file.