chore(deps): update ghcr.io/zibbp/ganymede docker tag to v4.13.0 #597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ghcr.io-zibbp-ganymede-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.12.0→4.13.0Release Notes
Zibbp/ganymede (ghcr.io/zibbp/ganymede)
v4.13.0Compare Source
Changes
Reintroducing video convert task for live stream archives
This was removed a few months ago with the introduction of using
ffmpegfor live stream archiving. I've found directly saving to an mp4 isn't the greatest (is not crash resistant, causing some issues with being cancelled early). Now the live stream is saved to a transport stream (.ts) file then remuxed to.mp4during the video convert task. Nothing changes in terms of the video, it's still an mp4 (or HLS if you want). This makes the live stream archive much more crash-resistant.What's Changed
Full Changelog: https://github.com/Zibbp/ganymede/compare/v4.12.0...v4.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.