You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TCP proxy to pass through responses without Content-Type header
When no Content-Type header is present, default to binary pass-through
instead of attempting URL rewriting. DLNA text responses (XML) always
include Content-Type headers, while media streams (like DVB) may omit them.
Fixes#4
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project is a fork of [Nic0w/dlnaproxy](https://github.com/Nic0w/dlnaproxy).
6
6
7
+
## [0.4.5] - 2026-01-09
8
+
9
+
### Fixed
10
+
11
+
-**TCP proxy: default to binary pass-through when Content-Type is missing**: Responses without a Content-Type header are now passed through unchanged instead of attempting URL rewriting. This fixes streaming from DVB and other servers that don't send Content-Type headers for media streams.
0 commit comments