Git Product home page Git Product logo

asubnonymous's Introduction

HTML5 frontend for (http://Subsonic.org) using Knockoutjs & Bootstrap

Quick start

  1. Checkout the code
  2. Place in a webaccessable directory
  3. Call it with you browser (I.E. http://demo.com/asubnonymous )
  4. Login

Screen Shots

Add to Playlist Play Media Playlist Front Page Chat Screen

Webm Support (Chrome / Firefox)

The Asub player prefers to deliver content natively. Although with the current state of the web this is hard.
Also with the default setup of subsonic this isn't always possible. So inorder to get asub to deliver webm for native support in Chrome and Firefox you need to add the webm transcoding config to your subsonic server.

(from) avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts (to) webm (transcoder) ffmpeg -ss %o -t %d -i %s -async 1 -vf lutyuv=y=val*1.3 -b %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f webm -vcodec libvpx -preset superfast -acodec libvorbis -threads 0 -

Then asub will not have to result to using the flash based player for Firefox and Chrome

HLS Support / Mobile Video for iOS

This is now possilbe, Also as far as I know this is currently the only Subsonic client that can server video to

  • iPhone
  • iPad
  • iPod
  • Android

Flash / SilverLight Fallforward

If you browser has Flash or Silverlight support and can't use HLS, or WebM. Asub will detect this and load you the flash based player. This is really just geared towards I.E. users because streaming Mp4(h.264) isn't easy or pretty with FFMpeg

asubnonymous's People

Watchers

Aaron Collins avatar James Cloos avatar

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.