Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build STAVPlayer #11

Open
rockinggit opened this issue Jun 24, 2019 · 5 comments
Open

Can't build STAVPlayer #11

rockinggit opened this issue Jun 24, 2019 · 5 comments

Comments

@rockinggit
Copy link

rockinggit commented Jun 24, 2019

Hi,

I tried to build STAVPlay with Tizen Studio 3.2. First of all links given in this player set up are not working.

After importing when i try to build nothing happens. This is a Nacl Project? I dont see any Nacl Settings in properties after importing this project.

Any specific version of Tizen Studio need to be used.I am using 3.2.

Please let me know how to compile and run this project.

@dronja
Copy link

dronja commented Jun 25, 2019

Hi, @rockinggit!
Tizen Studio 3.2 on Ubuntu 18.04

  1. Run update_libs.sh
  2. Change Makefile (set path to your TIZEN_SDK_ROOT and NACL_SDK_ROOT. Use pepper_42, or port and replace ffmpeg and use other version).
  3. CERT=Blabla make
  4. Add modules to your project (https://developer.samsung.com/tv/develop/extension-libraries/nacl/adding-nacl-modules-to-applications)
  5. Run widget on a Tizen Device

@rockinggit
Copy link
Author

rockinggit commented Jun 28, 2019

Hi @dronja,

I am able to build after some changes in Makefile.

but when i try to install gives me error.

sdb install stavplay.wgt
closed
error: failed to get package temporary path

Tried by giving complete path of wgt also.

FYI: sdb root on gives me permission denied. Do i need to run it on debug firmware ?

@dronja
Copy link

dronja commented Jun 28, 2019

Hi, @rockinggit!
There are many reasons to get that error. Sometimes factory reset helps. Also try to change your certificate to partner level, or create another project and add nacl module.

@rockinggit
Copy link
Author

rockinggit commented Jul 15, 2019

@dronja,

Thanks for your help for above issue. I sorted out above issue just after asking the question with emulator steps and able to install on TV.

Now I want to customize this sample with a self compiled ffmpeg version. But I can't find any specific documentation to compile any package for Tizen.
My main issue is how to create GBS ROOT for Tizen. and then i can continue with tizen tool chain.

Do you have any inputs/suggestions for creating GBS ROOT for tizen for cross compilation ?

@dronja
Copy link

dronja commented Jul 19, 2019

@rockinggit , for self compilled ffmpeg check https://github.com/SamsungDForum/Webports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants