Question

Re gard my topic problem I have some basic questions about PNACL

  1. Does PNACL is supported by all samsung SmartTV?

2.If I use pepper 31 will my application work on older TV's?

And now the main problem

I've compiled application in C (basic helloworld from SDK 5.1 + some additional code of mine), for x86 architecture and it works both in emulator and chrome. Then I recompiled it for Samsung Smart TV (arm) (I have 2013 series). Aplication starts on TV, but PNACL module dont dispalay any result, the js onload callback of div containing module is called but nothing else. Does my tv support PNACL?

Was it helpful?

Solution 2

As you have the 2013 series, you will need an older version of the pepper SDK (31 wont work).

In this link you can download the pepper 25 SDK (for windows). Otherwise, you will have to get the SDK source code from Git and rebuild it. The native_client_sdk is part of the chromium project and can be found here.

OTHER TIPS

2013 and 2014 models support PNACL.

  • 2013 models: only support up to pepper29
  • 2014 models: only support up to pepper33.

I hope this information help you.

You can get the older releases of nacl here http://gsdview.appspot.com/nativeclient-mirror/nacl/nacl_sdk/.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top