Git Product home page Git Product logo

cordova-plugin-vlc's People

Contributors

bkammin avatar cprime 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cordova-plugin-vlc's Issues

Gapless playback?

First off - this is a great resource. This plugin is the easiest way I was able find to be able to control the lockscreen and interact well that way. I'm having a few issues, however. First of all, there is a sizeable gap between when one track ends and the next one beginning. Buffering the track once the other track is over is an unfortunate necessity. I see two ways of managing this:

  1. Expose "prebuffering" interface to the JS, then the JS is in charge of queuing up the next media object to be used. The call could be as simple as:
  window.audioplayer.preparefile(success,failure,{ ios : "url" });

This would just create a media object and tell it to get ready, so that when it comes time to play it, things are quick.

  1. Expose the "playlist" interface to JS.

Any plans to extend this plugin to video (specifically HEVC)?

I was wondering if you're planning to extend this plugin to use the video capabilities of VLC, not just audio. I'm not very familiar with Objective-C, but I do have C++, JavaScript, and Java experience. Is it a simple matter of adding functions very similar to the ones already extant in the code, maybe ones with just a little config changed? If so, I'd love to help out. I'd like to use HEVC (and/or VP9, but the newer iOS devices have HEVC hardware acceleration built in) in a project I'm working on. However, the codecs playable via the HTML video element are very limited โ€” only to h.264 and occasionally WebM, so far as I can see.

Thanks for your help!

Modify lockscreen UI

It is possible to pass extra parameters to the function which would remove some elements on the lockscreen? For example, if there's no more tracks on the playlist, do not include a 'next' button, or if it's the first track, do not include a 'back' button.

Callback Fail If App Reload

Hi,
When i try to refresh the cordova app via
window.location.reload() or another method
suddenly all success and fail callback not fired, but when i restart the app (not reload the cordova web wrapper), the callback fired again

can anyone confirm this bug

Thanks

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.