lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

AAC support #40

Closed Vactorwang closed 4 years ago

Vactorwang commented 4 years ago

what can I do to support AAC and H.264

lvsti commented 4 years ago

CEF.swift is just a language wrapper over CEF, which by default doesn't ship with proprietary codecs because of licensing reasons. You'll need to make a custom build with those codecs enabled, see the CEF forum for instructions.

Vactorwang commented 4 years ago

Thank you very much , I got it