Giter VIP home page Giter VIP logo

sash's People

Contributors

jondahl avatar philcluff 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

Watchers

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

sash's Issues

Bandwidth Notation

I was reading through your spec and found it echoes a lot of my thoughts about the benefits of a purely JSON manifest and One Right Way and noticed this part:

Should bandwidth be declared in kbps rather than bps? I'm so bored of typing extra 000.
Or should it be a more complex type, where "1000k", 1000000 and "1m" are all the same thing? Oh no wait, one way to do it, right.

Why not perhaps exponential notation like 1e6 which can quickly be serialized without any special parsing

Needs time-based profile support!

Great idea, but this needs time-based profile support!
Perhaps something like this, with times forced to be contiguous and in milliseconds?

{
    "version" : 1,
    "manifest_ttl": 2,
    "adaptation_sets" : [
        {
            "mime_type" : "video/mp4",
            "segment_template" : {
                "init": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$representation$/init.m4f",
                "media": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$representation$/segment$time$.m4f",
                "times": [0, 500, 1000, 2500, 5000, 7500, 10000, 12500, 15000, 17500]
            },
            "representations" : {
                "c6a8533d-ff8f-437e-80d7-780f86a07ecd" : {
                    "bandwidth": 400000,
                    "codecs": "avc1.4d4015",
                    "height": 240,
                    "width": 426
                },
                "98bb279a-73bf-40b6-9c6a-f633ce8d2759" : {
                    "bandwidth": 800000,
                    "codecs": "avc1.4d401e",
                    "height": 480,
                    "width": 852
                }
            }
        },
        {
            "language" : "en",
            "mime_type" : "audio/mp4",
            "segment_template": {
                "init": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$representation$/init.m4f",
                "media": "http://example.com/ace6123d-021d-41e2-bc31-4a082df189f9/$representation$/segment$time$.m4f",
                "times": [0, 5000, 10000, 15000]
            },
            "representations": {
                "c578f804-74aa-4aa5-887c-8837c81cc11d" : {
                    "bandwidth": 64000,
                    "codecs": "mp4a.40.2"
                }
            }
        }
    ]
}

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.