Giter VIP home page Giter VIP logo

playlist_videoplayer's Introduction

Playlist Video Player for Android

This is an Android Assignment. It is a video player that loads list of Video On Demand URLs and play them one after another. The information will be retrieved from a webservice and displayed on screen.

Sample videos manifests:

http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_0ywhyahw/format/applehttp/protocol/http/a.m3u8
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_bse7sb83/format/applehttp/protocol/http/a.m3u8 
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_xmrhw3lb/format/applehttp/protocol/http/a.m3u8 
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_hcmo3xj4/format/applehttp/protocol/http/a.m3u8 
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_f7g7buxm/format/applehttp/protocol/http/a.m3u8 
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_ku0s0cqw/format/applehttp/protocol/http/a.m3u8 
http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_1uga2std/format/applehttp/protocol/http/a.m3u8

JSON sample:

{
    "videoplayer": [
        {
            "id": "1",
            "title": "Very Important People",
            "time": "84000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_0ywhyahw/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_1.jpg"
        },
        {
            "id": "2",
            "title": "Wired",
            "time": "67000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_bse7sb83/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_2.jpg"
        },
        {
            "id": "3",
            "title": "Kitten",
            "time": "66000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_xmrhw3lb/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_3.jpg"
        },
        {
            "id": "4",
            "title": "Bicycle",
            "time": "66000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_hcmo3xj4/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_4.jpg"
        },
        {
            "id": "5",
            "title": "Bye Paint",
            "time": "65000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_f7g7buxm/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_5.jpg"
        },
        {
            "id": "6",
            "title": "Brooch",
            "time": "64000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_ku0s0cqw/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_6.jpg"
        },
        {
            "id": "7",
            "title": "Recipes",
            "time": "60000",
            "url": "http://open.http.staging-k9.streamuk.com/p/3000021/sp/300002100/playManifest/entryId/0_1uga2std/format/applehttp/protocol/http/a.m3u8",
            "thumbnail": "http://www.followmemobile.com/videothumbs/thumb_7.jpg"
        }
    ]
}

Preview

ScreenShot ScreenShot ScreenShot

playlist_videoplayer's People

Contributors

spettacolo83 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wangyx0055

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.