Skip to content

Commit

Permalink
Update Angel One HLS
Browse files Browse the repository at this point in the history
The version encoded by Apple had serious issues with timestamps
misaligned between video and text.  The asset has been re-encoded and
re-packaged using Shaka Packager.

Closes #1137

Change-Id: Ie2ae620d79c7f7611810b558e9a05884a54535bf
  • Loading branch information
joeyparrish committed Nov 21, 2017
1 parent 6e626cc commit e8087dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/common/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ shakaAssets.testAssets = [
},
{
name: 'Angel One (HLS, MP4, multilingual)',
manifestUri: '//storage.googleapis.com/shaka-demo-assets/angel-one-hls/master.m3u8', // gjslint: disable=110
manifestUri: '//storage.googleapis.com/shaka-demo-assets/angel-one-hls/hls.m3u8', // gjslint: disable=110

encoder: shakaAssets.Encoder.APPLE,
encoder: shakaAssets.Encoder.SHAKA_PACKAGER,
source: shakaAssets.Source.SHAKA,
drm: [],
features: [
Expand Down

0 comments on commit e8087dc

Please sign in to comment.