Observed Behavior
When I load certain JPEGs, there's a green area and errors in the console:
[error] [ffmpeg] [mjpeg @ 000001E81170E600] error count: 64
[error]
[error] [ffmpeg] [mjpeg @ 000001E81170E600] error y=127 x=16
This happens with 3 images contained in a zip file of 10 images downloaded from a website
Expected behaviour
This image displays correctly (without any log errors) in Caspar 2.4.3.
This image displays correctly in image software (such as XnView or Photoshop).
Steps to reproduce
- play the attached image
LOAD 1-1 "C:/debug_2.5.0/ERROR_KungFuPanda"
I'm using the 'screen' and 'ndi' consumers in a basic configuration :
<channel>
<video-mode>1080i5000</video-mode>
<consumers>
<screen>
<x>0</x>
<y>0</y>
<width>480</width>
<height>300</height>
</screen>
<ndi>
<name>caspar_ndi_1</name>
<allow-fields>false</allow-fields>
</ndi>
<system-audio />
</consumers>
</channel>
Two error-causing images are included in the zip file:
debug_2.5.0.zip
Environment
- Server version: 2.5.0
- Operating system: Windows 11