Coder Social home page Coder Social logo

aview's Introduction

Unofficial ABC iview client for Android

This is an unofficial ABC iview client for Android. As such it may break in unexpected and odd ways as the ABC update, upgrade or maintain their official iview service and clients.

HTTP Live Streaming

The ios iview client uses HTTP Live Streaming, which has some the ability to adjust the quality depending on the quality of the network connection (and the API for it is much lighter weight). Unfortunately the ABC haven't quite implemented it to the specification, so most of their videos won't play all the way through on Android devices. The option can be enabled in the settings menu if you're game though.

Building

  1. Install Maven, eg:

     $ sudo apt-get install maven
    
  2. Install the Android SDK

  3. Download at least Android 4.3 and the Android support JAR through the SDK manager.

  4. Install the Android maven artefacts using the Maven Android SDK Deployer, eg:

     $ ANDROID_HOME=/path/to/android/sdk; export ANDROID_HOME
     $ mkdir ~/devel && pushd ~/devel
     $ git clone https://github.com/mosabua/maven-android-sdk-deployer.git
     $ cd maven-android-sdk-deployer
     $ mvn clean install -P4.3
     $ cd extras
     $ mvn clean install -N
     $ cd compatibility-v4
     $ mvn clean install
     $ popd
    
  5. Then run mvn package in the parent aview directory

Notes

Note that all ABC passwords and https URLs have been omitted from the repository. If you want to use your build against the official ABC servers you'll need to figure these out for yourself.

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.