projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8e419
)
Fix playback of HTTP sources (#1630)
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 11:26:23 +0000
(13:26 +0200)
committer
GitHub
<noreply@github.com>
Fri, 30 Aug 2024 11:26:23 +0000
(13:26 +0200)
due to a typo
music_assistant/server/helpers/audio.py
patch
|
blob
|
history
diff --git
a/music_assistant/server/helpers/audio.py
b/music_assistant/server/helpers/audio.py
index 174ab9f8707c6ef9432e1f773b8f5b8db3202c4b..905683adb201691a34f7dcecd251206aef00d319 100644
(file)
--- a/
music_assistant/server/helpers/audio.py
+++ b/
music_assistant/server/helpers/audio.py
@@
-913,7
+913,7
@@
def get_ffmpeg_args(
# these options are only supported in ffmpeg > 5
input_args += [
"-reconnect_on_network_error",
- "
5
",
+ "
1
",
"-reconnect_on_http_error",
"5xx,4xx",
]