mautilus / sdk

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

Found the PlayerKeyboardInfo example mp4 file can't run on samsung smart tv. #5

Closed kingctan closed 8 years ago

kingctan commented 8 years ago

Hi, I found the PlayerKeyboardInfo example mp4 file can't run on samsung smart tv. please check it. Thanks.

stenlik commented 8 years ago

Could you provide us more information about what you have done, on which TV and what exactly is not working? Thanks

kingctan commented 8 years ago

ok, I just clone the code and add PlayerKeyboardInfo example to samsung eclipse and run in emulator, but the mp4 file not play. samsung sdk version 5.1.

stenlik commented 8 years ago

This is because the video file is part of the package and it does not work in emulator. The example application is prepared to be installed and launched on TV (Note: We are not using emulators at all). How to proceed: 1/ Change video URL in config.js to absolute path where your video file is hosted (something like http://xxx.xxx.xxx.xxx/video.mp4) 2/ Install the widget directly to the Smart TV.

stenlik commented 8 years ago

Hello kingctan, is everything working now? Is the issue solved?