Server 2.2 Error on extended display

Hi,
I’m testing server 2.2 and wants I want to see what I’m streaming on an extended device, but it doesn’t seem to work like it does in 2.07.

This is what I get in 2.2

This is my channels config:

<channels>
    <channel>
      <video-mode>720p5000</video-mode>
      <consumers>
         <screen>
          <device>2</device>
          <embedded-audio>true</embedded-audio>
          <auto-deinterlace>true</auto-deinterlace>
          <windowed>false</windowed>
          <borderless>true</borderless>
         </screen>
        <system-audio/>
      </consumers>
    </channel>
  </channels>

This is how it looks like on 2.07.

Have you had a look at the stretch setting in your config file?

<screen>
<stretch>uniform_to_fill</stretch>
</screen>

Options are:

  • none
  • fill
  • uniform
  • uniform_to_fill

@silid The stretch is defining how to video fits in the window size, but it looks like the ‘window’ isnt set to fullscreen

The config looks correct to me, so I think the best thing to do is to open an issue on github

1 Like