All Projects → videolan → Vlc Ios

videolan / Vlc Ios

Licence: other
VLC for iOS and tvOS official mirror

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Vlc Ios

playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (-92.36%)
Mutual labels:  vlc
Meta.vlc
Meta.Vlc is a LibVlc wrapper for WPF.
Stars: ✭ 265 (-55.98%)
Mutual labels:  vlc
Acelink
Play Ace Streams in VLC on macOS.
Stars: ✭ 411 (-31.73%)
Mutual labels:  vlc
Stream-to-VLC
Tampermonkey script that uses a custom URI scheme to view streams in VLC.
Stars: ✭ 20 (-96.68%)
Mutual labels:  vlc
kaa.si-cli
Stream anime from kaa.si and sync with anilist
Stars: ✭ 12 (-98.01%)
Mutual labels:  vlc
Traktforvlc
Automatically trakt.tv what you're watching on VLC
Stars: ✭ 292 (-51.5%)
Mutual labels:  vlc
twitchpipe
Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
Stars: ✭ 28 (-95.35%)
Mutual labels:  vlc
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (-15.95%)
Mutual labels:  vlc
libvlc-nuget
NuGet packaging setup for LibVLC
Stars: ✭ 52 (-91.36%)
Mutual labels:  vlc
Mrvlcplayer
一款基于VLC的播放器,支持常用的各大手势功能,支持几乎所有主流格式。
Stars: ✭ 359 (-40.37%)
Mutual labels:  vlc
libvlcpp
C++ bindings for libVLC
Stars: ✭ 64 (-89.37%)
Mutual labels:  vlc
pyradio
📻 Play your favorite radio station from the terminal
Stars: ✭ 69 (-88.54%)
Mutual labels:  vlc
Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (-50.33%)
Mutual labels:  vlc
esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (-88.87%)
Mutual labels:  vlc
Pympress
Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
Stars: ✭ 450 (-25.25%)
Mutual labels:  vlc
vlc-subtitle-word-search
Search for words of the current video SRT subtitle files in VLC
Stars: ✭ 28 (-95.35%)
Mutual labels:  vlc
Gcc termux
Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
Stars: ✭ 276 (-54.15%)
Mutual labels:  vlc
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+758.31%)
Mutual labels:  vlc
Vlc Pause Click Plugin
Plugin for VLC that pauses/plays video on mouse click
Stars: ✭ 467 (-22.43%)
Mutual labels:  vlc
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (-42.36%)
Mutual labels:  vlc

VLC-iOS banner

This is the official mirror repository of VLC for iOS and tvOS application.

You can find the official repository here.

It's currently written in Objective-C / Swift and uses VLCKit, a libvlc wrapper.

Requirements

  • Xcode 11.0+
  • macOS 10.12+
  • Cocoapods 1.4+

Building

VLC-iOS

  1. Run [sudo] gem install cocoapods.
  2. Run pod install.
  3. Open VLC.xcworkspace.
  4. Hit "Build and Run".

Custom VLCKit

Mostly for debugging or advanced users, you might want to have a custom local VLCKit build.

  1. Clone VLCKit:

    git clone https://code.videolan.org/videolan/VLCKit.git

  2. Inside the VLCKit folder, run the following command:

    ./compileAndBuildVLCKit.sh -a ${MYARCH}

    MYARCH can be i386 x86_64 armv7 armv7s or aarch64.

    Add -d for a debug build (to have valid stack straces and asserts).

    Add -n if you want to use you own VLC repository for VLCKit (See VLCKit README.md).

  3. Replace the MobileVLCKit.framework with the one you just built.

    Inside your vlc-ios folder, after a pod update, do:

    cd Pods/MobileVLCKit

    rm -rf MobileVLCKit.framework

    ln -s ${VLCKit}/build/MobileVLCKit.framework

  4. Hit "Build and Run".

Beginner's Guide

Can't get your project to build or run? Head over to the beginner's guide for help on common issues beginners tend to run into.

If you can't find your problem on the guide, please feel free to submit an issue.

Contribute

Pull request

Pull request are more than welcome! If you do submit one, please make sure to use a descriptive title and description.

Commit

We try to follow a simple set of rules, outlined by this guide.

Additionally, commit messages should have all the information needed to understand the commit easily as the follwing:

    Subject: Brief description

    Description in detail if needed.

    (ticket related action)

For example:

    UPnP: Remove iOS 7 compatiblity code

    (closes #166)

Gitlab issues

You can look through issues we currently have on the VideoLAN GitLab.

A beginner friendly tag is available if you don't know where to start.

Communication

Forum

If you have any question or if you're not sure it's actually an issue, please visit our forum.

Issues

You have encountered an issue and wish to report it to the VLC dev team?

You can create one on our GitLab or on our bug tracker.

Before creating an issue or ticket, please double check for duplicates!

IRC

Want to quickly get in touch with us for a question, or even just to talk?

You will always find someone from the VLC team on IRC, #videolan channel on the freenode network.

For VLC-iOS specific questions, you can find us on #vlc-ios.

If you don't have an IRC client, you can always use the freenode webchat.

Code of Conduct

Please read and follow the VideoLAN CoC.

License

VLC-iOS is under the GPLv2 (or later) and the MPLv2 license.

See COPYING for more license info.

More

For everything else, check our wiki or our support page.

We're happy to help!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].