GithubHelp home page GithubHelp logo

maru-zhang / mrvlcplayer Goto Github PK

View Code? Open in Web Editor NEW
363.0 13.0 95.0 59.53 MB

一款基于VLC的播放器,支持常用的各大手势功能,支持几乎所有主流格式。

License: MIT License

Objective-C 72.42% Objective-C++ 27.58%
vlc player-video

mrvlcplayer's Introduction

Hello, I'm Maru.Z 👋

About Me

📱 As a former iOS developer, I have spent years crafting mobile experiences that are both intuitive and engaging. My journey in mobile development has allowed me to develop a keen eye for design and a solid foundation in coding principles.

🔗 Recently, I've taken a deep dive into the world of blockchain. Fascinated by its potential to revolutionize industries and empower individuals, I am now fully dedicated to exploring and contributing to this innovative space.

What I'm Up To

  • 🌱 I’m currently learning advanced blockchain technologies, focusing on smart contracts, decentralized applications (dApps), and consensus algorithms.
  • 💼 I’m exploring opportunities where I can contribute to blockchain projects and leverage my background in mobile development to create seamless user experiences.
  • 🤝 I’m looking to collaborate on open-source blockchain projects or startups that aim to make a difference using this technology.

Skills

Previously

Swift Objective-C Xcode iOS

Currently

Solidity Ethereum Truffle Web3.js

mrvlcplayer's People

Contributors

maru-zhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mrvlcplayer's Issues

状态栏的显示

你好,我想问下,按照框架中的全屏显示,把状态栏隐藏了,如果需要显示状态栏的话,状态栏就是竖屏的,如何让状态栏也能横屏呢

我这个少文件

提示MobileVLCKit/MobileVLCKit.h没有找到?这个什么原因啊

滑动slider会触发pangesture

我改动了下. 好了. 你可以改下pan设为public


- (void)progressValueChanged
{
    self.controlView.pan.enabled = FALSE ;
    float rate = self.controlView.progressSlider.value ;
    int targetIntvalue = (int)(rate * kMediaLength.intValue);
    //    NSLog(@"rate : %f",rate) ;
    //    NSLog(@"%d",targetIntvalue) ;
    VLCTime *targetTime = [[VLCTime alloc] initWithInt:targetIntvalue];
    if (![self.player isPlaying]) {
        [self.player play] ;
    }
    [self.player setTime:targetTime];
    [self.controlView autoFadeOutControlBar];
    
    //
    [NSObject cancelPreviousPerformRequestsWithTarget:self
                                             selector:@selector(openPanGesture)
                                               object:nil];
}

- (void)openPanGesture
{
    self.controlView.pan.enabled = TRUE ;
}

點選右上角X取消時

點選右上角取消視頻的時候
Log 區持續的輸出
2017-06-07 11:50:23.676747+0800 MRVLCPlayer[2255:146237] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0
是怎麼回事呢?

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.