Git Product home page Git Product logo

Comments (3)

perchrh avatar perchrh commented on May 4, 2024

In case this could be helpful to others, I wanted to mention that I've ported the support for encrypted streams from the Dailymotion fork of ExoPlayer to the dev-hls branch from Google.
The branch is available at https://github.com/perchrh/ExoPlayer/tree/dev-hls-google-crypto-support

This is the encrypted stream I've used for testing: http://playertest.longtailvideo.com/adaptive/oceans_aes/oceans_aes.m3u8

from exoplayer.

andudo avatar andudo commented on May 4, 2024

@perchrh Thank you, this was helpful. We'll push our own changes very soon.
BTW, In your stream I noticed that only the first chunk (TS file) has PMT in it, and all the other chunks have no PMT after PAT. This seems broken to me. Where did you get it?

from exoplayer.

perchrh avatar perchrh commented on May 4, 2024

@andudo I found the stream in this list of test streams, http://www.jwplayer.com/html5/hls/
I'm not that into the TS format, so I cannot comment on the PMT/PAT.
Quicktime plays the video too without any noticeable problems. There are, perhaps, some common encoding mistakes that players tend to work around.

Let me know if you need more encrypted test streams!

Edit: I btw noticed that my normalizeIV() method has a trivial bug, it looks for leading '0x', but it should, according to the spec, also handle '0X' (capital x) in the IV. Fixed in the mentioned branch.

from exoplayer.

Related Issues (20)

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.