fix: rtmp being unreliable and keep session alive when there are read errors

This commit is contained in:
2026-07-08 14:08:07 +01:00
parent f0a77de6f4
commit 888eace0bf
4 changed files with 78 additions and 24 deletions
+2
View File
@@ -43,4 +43,6 @@ EXPOSE 1935
EXPOSE 3000
EXPOSE 6969/udp
ENV RUST_LOG="warn"
CMD ["/rtmp-to-whip"]