Set mime type for raw resource. ref #105

This commit is contained in:
emeric
2023-02-11 15:08:25 +01:00
parent 962775e920
commit bf0f8b752c
3 changed files with 10 additions and 2 deletions
@@ -56,6 +56,7 @@ namespace Av
if (_estimatedContentLength)
response.setContentLength(*_estimatedContentLength);
response.setMimeType(_transcoder.getOutputMimeType());
LMS_LOG(TRANSCODE, DEBUG) << "Set mime type to " << _transcoder.getOutputMimeType();
if (_bytesReadyCount > 0)
{