Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. libvlc on IOS

libvlc on IOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 214 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    samdol
    wrote on last edited by
    #1

    Hi,

    Has anyone worked on libvlc on IOS?
    For android, I downloaded VLC-Android-3.2.1-armeabi-v7a.apk
    and linked to libvlc.so file extracted from that apk.
    Then I could use C-code to call the method of libvlc like
    libvlc_media_player_play( p_mi )
    which I can call in Qt.
    MobileVLCKit seems the library targeting IOS but it is based on objective-c, so I don't think I can call libvlc method in Qt.

    I am looking for C-code based libvlc binary targeting IOS but I could not find it yet.

    jsulmJ 1 Reply Last reply
    0
    • S samdol

      Hi,

      Has anyone worked on libvlc on IOS?
      For android, I downloaded VLC-Android-3.2.1-armeabi-v7a.apk
      and linked to libvlc.so file extracted from that apk.
      Then I could use C-code to call the method of libvlc like
      libvlc_media_player_play( p_mi )
      which I can call in Qt.
      MobileVLCKit seems the library targeting IOS but it is based on objective-c, so I don't think I can call libvlc method in Qt.

      I am looking for C-code based libvlc binary targeting IOS but I could not find it yet.

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @samdol said in libvlc on IOS:

      so I don't think I can call libvlc method in Qt

      You can. https://doc.qt.io/qt-6/ios.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved