mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

Wrong video scale on Tizen 16TV_STANDARD2 devices #35

Closed jorgitoml closed 8 years ago

jorgitoml commented 8 years ago

wrong scale

Video scale is wrong on Samsung Tizen 16TV_STANDARD2 devices...in the rest of Samsung devices the video is displayed fine. Could you check this? Best regards.

SoCoxx commented 8 years ago

Hi, what type of stream is it? HLS/MP4/... ? When do you use other stream like big buck bunny (http://camendesign.com/code/video_for_everybody/test.html), problem still persists?

jorgitoml commented 8 years ago

Player Specification: Video Codec - H.264 Audio Codec - AAC Container Codec - MP4 DRM Codec - Playready Protocol Codec - HTTP

Sorry, I can't test with this stream on a 2016 device...my Tizen device is from 2015. The bug was reported by Samsung Sellers Office.

jorgitoml commented 8 years ago

May be "webapis.productinfo.isUdPanelSupported()" is not working fine in some 2016 devices?

https://www.samsungdforum.com/SamsungDForum/ForumView/9d322f0f492a38d7?forumID=13ddc14a497e5e64

"So you should not use isUdPanelSupported method to check app resolution. It'll make error on 16year's TV Please use Tizen SystemInfo API to check resolution."

jorgitoml commented 8 years ago

Samsung's answer: ss 2016-10-13 at 04 12 25

radimbuchtela commented 8 years ago

Hi jorgitoml, thanks for your information. Fix will be included in next release.

Solution with "webapis.productinfo.isUdPanelSupported()" was working fine on all Tizen TV 2015, but as you noted it falls on 16TV_STANDARD2 models.

I attached .zip how it can be quick fixed. tizen_player.zip

Regards, Radim