martinbonnin / ExoPlayer

Apache License 2.0
22 stars 3 forks source link

Improve compatibility with different encrypted streams #36

Closed perchrh closed 10 years ago

perchrh commented 10 years ago

Keys may be relative urls in the playlist, and they may be less than 16 bytes. Plain content may declare an encryption method, NONE. These variations work with Apple Quicktime and with Android MediaPlayer. These patches adds that support to ExoPlayer-HLS as well.

martinbonnin commented 10 years ago

Merged, thanks