Coder Social home page Coder Social logo

Close a stream about kxmovie HOT 8 CLOSED

kolyvan avatar kolyvan commented on July 17, 2024
Close a stream

from kxmovie.

Comments (8)

kolyvan avatar kolyvan commented on July 17, 2024

, the decoder stuck, and is not allowed for us open other stream.

Interesting, will the commit 36c3f08 fix it?

from kxmovie.

aleufms avatar aleufms commented on July 17, 2024

Hey, thank you for the update. When I update kxmovie I got an error trying to run it in simulator:
Undefined symbols for architecture i386:
"_iconv", referenced from:
_avcodec_decode_subtitle2 in libavcodec.a(utils.o)
"_iconv_close", referenced from:
_avcodec_decode_subtitle2 in libavcodec.a(utils.o)
"_iconv_open", referenced from:
_avcodec_decode_subtitle2 in libavcodec.a(utils.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

And an error when try to run in a actual device:
libavcodec.a(fft_fixed_neon.o), in section __TEXT,__text reloc 4: R_ABS reloc but no absolute symbol at target address for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

from kxmovie.

aleufms avatar aleufms commented on July 17, 2024

I clone kxmovie in a new directory and it worked in simulator, but the error persists on actual device.

from kxmovie.

kristopherjohnson avatar kristopherjohnson commented on July 17, 2024

Try the new gas-preprocessor.pl found at https://github.com/mansr/gas-preprocessor

from kxmovie.

aleufms avatar aleufms commented on July 17, 2024

I'm using the gas-preprocessor.pl from submodule, that already is updated.

from kxmovie.

sharp avatar sharp commented on July 17, 2024

cp gas-preprocessor.pl to /usr/local/bin , Good luck

from kxmovie.

kolyvan avatar kolyvan commented on July 17, 2024

Hey, thank you for the update. When I update kxmovie I got an error trying to run it in simulator:
Undefined symbols for architecture i386:
"_iconv", referenced from:
_avcodec_decode_subtitle2 in libavcodec.a(utils.o)

Hm, looks like there is lack of libiconv.dylib.
But I added libiconv to the project in 7b77b0f commit.

from kxmovie.

aleufms avatar aleufms commented on July 17, 2024

Thanks guys. The errors is gone.
The error with iconv references is because I don't added libiconv to my project. The error with the actual device is because I don't put the new gas-preprocessor.pl to the /usr/bin.

The interruptCallback is working fine here.

from kxmovie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.