Assembla home | Assembla project page
 

Ticket #194 (closed Bug Report: fixed)

Opened 9 months ago

Last modified 9 months ago

Incorrect 1080p screen resolution being used

Reported by: Pernod Assigned to:
Priority: High Milestone: 1.23
Component: Playback: Image Version: 1.21
Keywords: Cc:

Description

Some media players such as the NMT devices report the incorrect resolution when set to output 1080p. An example of the agent string is:

Syabas/01-17-081024-15-POP-403-091/15-POP Firefox/0.8.0+ (gaya1 TV Res1920x1280; Browser Res1100x656-32bits; Res1280x720;)

The screen resolution being reported is 1920x1280 when it should actually be 1920x1080. This is causing SwissCenter to incorrectly resize images for the Now Playing screens and slideshows.

Change History

06/13/09 12:32:38 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1260]) If an incorrect output resolution is being detected as 1920x1280 then convert it to 1920x1080.

Fixes #194