sdksamsung-smart-tvsmart-tvsmart-tv-alliance

Creating a single SmartTV app for multiple platforms of Samsung and LG


I want to create a smart TV app for samsung and LG, which should run on their specific platforms.

The app should be capable of running on the below platforms of LG:-

The app should be capable of running on the below platforms of Samsung:-

If i develop an app for any of these SDK, what are the dependencies in porting it to the other platforms/SDKs. My undestanding is that core components like the Player and Remote Control Management are platform specific.And you would need to use a configuration file and implements these components independently for each platform.

And between creating the app for LG and sumsung is there any common SDK to develop app once and run on any platform.Could find about "Smart Tv Alliance", but samsung does not support it and is very recent.

Any pointer or suggestions will be helpful


Solution

  • Cross platform development on Smart TV it is a little tricky. I would suggest you to have a look at some cross platform SDK already out there.

    Here a brief list:

    INIO TV from Mautilus Software

    http://www.inio.tv

    Source code free and open source at https://github.com/mautilus/inio-sdk-js

    I used in the past, it works well for Samsung and LG.

    Tv App Engine

    http://www.tvappagency.com

    I think it is proprietary and I could not find information about their fees.

    Joshfire Smart TV SDK

    http://framework.joshfire.com/

    I had not opportunity to test it yet but it seems LG is not supported.

    I hope it can helps.