ffmpeg jetzt mit Ton auf Fire TV - ffmpeg-Hookup nicht erforderlich

This commit is contained in:
2026-03-17 09:56:07 +01:00
parent 2fe5882e0e
commit 66e53b4be4
5 changed files with 31 additions and 7 deletions
+2 -2
View File
@@ -338,7 +338,7 @@ hlsAllowOrigins: ['*']
hlsTrustedProxies: []
# By default, HLS is generated only when requested by a user.
# This option allows to generate it always, avoiding the delay between request and generation.
hlsAlwaysRemux: false
hlsAlwaysRemux: true
# Variant of the HLS protocol to use. Available options are:
# * mpegts - uses MPEG-TS segments, for maximum compatibility.
# * fmp4 - uses fragmented MP4 segments, more efficient.
@@ -375,7 +375,7 @@ hlsMuxerCloseAfter: 60s
# Global settings -> WebRTC server
# Enable publishing and reading streams with the WebRTC protocol.
webrtc: true
webrtc: false
# Address of the WebRTC HTTP listener.
webrtcAddress: :8889
# Enable HTTPS on the WebRTC server.