succlz123 / DLNA-Dart

A simple DLNA DMC library implemented by Dart.
Other
82 stars 28 forks source link

URL >>> HttpException: Content size exceeds specified contentLenght. 1123 bytes written while expected 1122. [<?xml .. #7

Open toolgaege opened 3 years ago

toolgaege commented 3 years ago

Hello , dlna big video mp4 file giving that error. when i am clicked to change url for send to tv

cnyunguo commented 3 years ago

path: dlna-0.0.5\lib\src\soap\soap_action.dart lines: ..headers.contentType = contentType // ..headers.contentLength = content.length remove this line ..headers.add('Connection', 'Keep-Alive')