GithubHelp home page GithubHelp logo

Comments (6)

lvsti avatar lvsti commented on June 3, 2024

Hi, which branch are you using? Could you try building and running the cefsimple or cefclient demo apps bundled with CEF (cefsimple target in External/cef_binary/cef.xcodeproj) and see if it can play the same video? The CEF.swift wrapper itself doesn't actually have a say whether something can be played or not, it just translates the APIs to swift.

from cef.swift.

diederikh avatar diederikh commented on June 3, 2024

It turns out that CEF (the binary distribution) was not compiled with the right flags to include proprietary codecs (see http://www.chromium.org/audio-video).
So cefsimple now shows the inline video but when I embed the same CEF framework inside the CEF.swift sample app then it does not work. It looks like cefsimple also links against libcef_lib libcef_dll_wrapper which I do not see in CEF.swift.

from cef.swift.

lvsti avatar lvsti commented on June 3, 2024

Let me get this right, so you recompiled CEF yourself with the proprietary codecs and you tried to link that framework to the CEFDemo app, is that so? Can you give me a branch number and the exact build flags you used?

Btw, libcef_dll_wrapper has nothing to do with the video playback, it is just a mediator between C and C++ code, but CEF.swift doesn't use the C++ API.

from cef.swift.

diederikh avatar diederikh commented on June 3, 2024

I did solve it eventually. The problem was that I copied the cefsimple Helper from the recompiled CEF instead of using the setup.sh from this repo. After doing this it worked fine.

If you're interested I used the following build flags/command to build ref with proprietary codecs:

#!/bin/bash
export CEF_USE_GN=1
export GN_DEFINES="is_official_build=true clang=true dcheck_always_on=true ffmpeg_branding=Chrome proprietary_codecs=true target_arch=x64"

python ../automate/automate-git.py --download-dir=/Users/diederik/Downloads/cefbuild/code/chromium_git --depot-tools-dir=/Users/diederik/Downloads/cefbuild/code/depot_tools --no-debug-build --x64-build --branch=3029 

from cef.swift.

lvsti avatar lvsti commented on June 3, 2024

👍 good to know for future reference

from cef.swift.

CodingWithRoyal avatar CodingWithRoyal commented on June 3, 2024

@diederikh can you please explain how to put the new CEF binary into project ? I am stuck in this from few hours basically I had successfully made new binary with following flags
ffmpeg_branding=Chrome
proprietary_codecs=true

When I replaced the binary in External/cef_binary with new one its throwing error that
error: install_name_tool: can't open file: External/cef_binary/Debug/Chromium Embedded Framework.framework/Chromium Embedded Framework (No such file or directory)

Its the structure of new binary
image

from cef.swift.

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.