Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VLCKit
VLCKit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • VideoLAN
  • VLCKitVLCKit
  • Issues
  • #447

Closed
Open
Opened Nov 11, 2020 by Artem Krachulov@artemkrachulov
  • Report abuse
  • New issue
Report abuse New issue

Unable to run with LiveSwitch SDK

I have a Chat demo project from the FrozenMontain. This project uses LiveSwitch SDK for video streaming. I would like to use VLCMediaPlayer inside this project.

First I used cocoapods dependency pod 'MobileVLCKit'. But ended up with the following error:

ld: '/Users/admin/Downloads/Chat/Pods/MobileVLCKit/MobileVLCKit.framework/MobileVLCKit(audio.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

Then I made a custom build with setting BITCODE=yes via ./compileAndBuildVLCKit.sh -a aarch64 command. Added new MobileVLCKit.framework to the app and got a big list of another errors (See attached image)

Screenshot_2020-11-11_at_17.42.56

How to connect MobileVLCKit to the app?

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: videolan/VLCKit#447