Commit Graph

45 Commits

Author SHA1 Message Date
michellezhuo bb1f844ce7 docs: Move Tutorial links up front
Change-Id: Ic47c50e01e3a7352253a43271c5f75e88c5d3048
2020-06-29 22:31:35 +00:00
Joey Parrish aba5e2583c Rename v2.6 to v3.0 and v2.7 to v3.1
We have decided to bump the major version number instead of the minor
number, based primarily on the fact that this release breaks
compatibility with our previous manifest structure.

Change-Id: I67e4c8267c6e103cfc7278e09daac186ae5cbbc6
2020-05-29 17:50:22 +00:00
Joey Parrish a3f1c0220f Fix CEA caption extraction for b-frame content
This updates to mux.js 5.6.3, which includes a fix for v1 trun box
parsing to fix caption extraction for content with b-frames.

Closes #2395

Change-Id: I206ce26bb43e8187599e8ca7be2e718f4ea345c3
2020-05-07 14:01:26 -07:00
Joey Parrish 80f53221fd Correct minimum supported Safari version in README
Also add a note to the MSE polyfill about restrictions being applied
in Player as well.  We used to restrict Safari versions only in the
polyfill, and I had forgotten about the other version check.

Closes #2548

Change-Id: I4d2f319939c3a079e7f0ec7134876d91fc425bf4
2020-05-05 14:47:08 -07:00
Joey Parrish 42afedd1e4 Update to mux.js 5.5.4
This gets us a fix for a closed caption parsing issue described in
videojs/mux.js#330 and fixed in videojs/mux.js#333:

> Atypical streams containing 2+ SEI NAL payloads of type 0x04
> (CEA-708 caption content) in the sei_rbsp (specifically a DTG1
> payload preceding a GA94 payload) fail to display captions in this
> scenario, as the current logic results in parseSei() prematurely
> returning with the DTG1 payload.
>
> By checking for the user ID within parseSei, mux.js can continue
> iterating through the sei_rbsp for the GA94 payload.

Change-Id: I9d90419643279a1273187e0354b5e991cd609ba2
2020-04-14 10:26:39 -07:00
michellezhuo 734d129fcd Add Support for HLS Discontinuity
Closes #2397
Closes #1335

Change-Id: I6f540c42c72bf0ae36239b682d4016cca3981c0f
2020-04-09 14:59:42 -07:00
Sandra Lokshina 0a671c11b8 Add a next.js+shaka integration tutorial to README
Issue #2163

Change-Id: Iabc7513972b3d51c8ec2031bd17d9458409e6b7d
2020-02-12 10:44:49 -08:00
Joey Parrish 03d2992f09 Ban iOS < 12
Also:
 - Hide the close button next to a "browser not supported" error
 - Update the support matrix in the README

Closes #1920

Change-Id: Ic3db57a53d800eda3c280b45436eda4f1dae6baa
2020-01-27 20:59:14 -08:00
Joey Parrish f57a7d9632 Reformat README
This fixes the formatting to wrap at 80 columns, for consistency.

This also corrects a bug link which was out of date.

Change-Id: I47aaba2f371bc9c9cbcce7fb2255db21de128fc7
2020-01-24 13:15:37 -08:00
Joey Parrish 2373c1b25e Add note about IE deprecation to README
Issue #2339

Change-Id: I1a345e49e80a90aeaf1b9471a587c73a5646befa
2020-01-24 13:03:44 -08:00
Joey Parrish cc640eb51c Drop references to CDNJS
CDNJS isn't updating correctly and maintenance of that mirror's config
is nearly impossible.

Also adds a reference to jsDelivr in the README, matching what's in
the demo app.

Closes #2343

Change-Id: I3a337ccd55ebc4c193ab205a7f8c8a77c33a4b4b
2020-01-16 22:36:32 +00:00
Sandra Lokshina d4d0c4f888 Add a Framework Integration section to the README
Change-Id: I60ac50d6d44428013695116a07ce3918243c1dc5
2019-11-25 16:00:00 -08:00
michellezhuo d519ec7b02 Rename 'iOS on iPad' to 'iPadOS'
Closes #2210

Change-Id: I695d2ee1c66be2a58c55272bb96feb225ca7b257
2019-11-04 14:27:34 -08:00
michellezhuo d288f3863f Add iOS 13 support on iPad
Closes #2210

Change-Id: I27a0810efb84ce906444fdfe42ef6f8958af9f7c
2019-11-04 19:37:47 +00:00
Amir Farzan Najipour 2c8fd6cdb9 Update README.md (#2202)
Correct misspelled words
2019-10-20 05:39:51 -07:00
Joey Parrish 72fa25669a Add a public roadmap document
Change-Id: Iee4af3763180a8b61b2ff84de7b60bea03b509f2
2019-06-05 20:32:42 +00:00
Joey Parrish d66d6c4255 Upgrade mux.js and use minified version
The new mux.js release fixes support for a minified build, so we
should use that from now on.

videojs/mux.js#173

Change-Id: I08cff8d33a520fe753c5490a4719cba3bb27f19e
2019-05-13 14:24:41 -07:00
Joey Parrish 3901fcba79 Update README with regard to FairPlay support
Issue #382

Change-Id: I85279100052c3eedd46912e74448cd29268e8632
2019-05-01 09:35:24 -07:00
Jacob Trimble 6f47a6bf88 Add link for Shaka Player Embedded.
This also updates our docs for iOS support.

Issue #997
Closes #1846

Change-Id: If95d726acc00e16a4f25291b9791bee820a74b84
2019-04-23 22:31:57 +00:00
Joey Parrish 4c34b89c1b Document restrictions on large timescales
Fixes #1667

Change-Id: I00f0e049f6111dffa73c6dce852c9db81373b359
2018-11-15 09:50:25 -08:00
Joey Parrish 7a3b352023 An external Promise polyfill is no longer required
At some point, a compiler upgrade introduced a built-in polyfill for
Promise.  A third-party polyfill for Promises on IE11 is no longer
required.

Change-Id: Ie5a649232d949b0bba0c6c68ea54ceed6fb30891
2018-09-13 22:12:04 +00:00
Joey Parrish f7581718f4 Add list sign-up screenshot
Change-Id: Iff62d582909ff89463d944244504966c47aa8e68
2018-07-09 17:12:49 +00:00
Chris Fillmore f0eb31fdfa Move CEA-608/708 to list of supported HLS features (#1465) 2018-06-14 09:43:27 -07:00
Sandra Lokshina 8065bd54a8 Change namespace from shakaExterns to shaka.externs
Change-Id: I16432351e2a266aa8fd175669aa27c44bfdffeae
2018-04-11 17:26:26 +00:00
Joey Parrish 82357486a6 Replace buggy Promise polyfill
A bug in our Promise polyfill caused issues with the recently-added
AbortableOperation class on IE11.  Since external polyfills for this
are smaller, it is easier to remove ours in favor of a third-party
polyfill.  Applications that wish to support IE11 must now load this
additional polyfill.

We are using the "es6-promise-polyfill" module from npm, but any
compliant polyfill should suffice.

One feature our own polyfill offered was the ability to flush all
Promises, which allowed us to write synchronous unit tests that
simulated async processes.  To get this ability back, we are now
using the "promise-mock" module in our tests.

Getting "promise-mock" to load correctly involved switching from
"requirejs" to "cajon", which builds on requirejs and supports
AMD modules more directly.

Closes #1260

Change-Id: I5de48e88a910736ae5c1897a7a509bc5641acb70
2018-01-30 23:10:04 +00:00
Joey Parrish e298fb60fc Update muxjs to use new keepOriginalTimestamps option
Depended on issue videojs/mux.js#168

Issue #1194

Change-Id: Ia2ad5c17ad82a2c53215d34fbfec7be1d119df95
2018-01-18 20:18:09 +00:00
Joey Parrish 08601defc8 Refactor README.md and welcome.md
README.md duplicated some information from welcome.md, included other
details better left to welcome.md, and did not provide clear enough
information about support and features.

This moves some parts of README.md to welcome.md, drops others, adds
some details about feature set, and reformats some of the existing
support information into tables.

Change-Id: Ic863bc47fd46d01ca57d126654b2c9902a4b17bb
2017-11-28 00:14:32 +00:00
Joey Parrish 9e571b3938 Update docs with regard to users list
The users list is now for announcements only.

Issue #1095

Change-Id: I4d86bfda5c116e88b950e2139a1c3d42afc91693
2017-10-30 15:28:16 -07:00
Andy Hochhaus 5bf8aea6c4 Document lack of support for IE11 on Windows 7 (#993) 2017-08-28 16:58:06 -07:00
Joey Parrish 116d4b4875 Add Tizen TV to the list of devices we test
Change-Id: I520631683d92c85a471b18ec03afea5f70aab492
2017-06-16 20:44:06 +00:00
Joey Parrish 2f7a5b6059 Build the FAQ into the tutorials
The FAQ file had to be moved into the tutorials folder to make this
work for some reason.  JSDoc did not want to take "../faq" as a name.

Closes #865

Change-Id: I63ff5b181f494d72c04eaa054111d9fdc866064c
2017-06-09 23:53:38 +00:00
Joey Parrish b6c021d0b4 Update list of supported platforms
Closes #863

Change-Id: I5bbeaa3944a4b6c3d0f551f2879cbc88dd41d9ec
2017-06-09 23:53:38 +00:00
Jacob Trimble 32770385e4 Add FAQ and info about filing bugs.
Change-Id: I49eeb8af05a88d94bbf2d76bed379a2708ebfcf7
2017-05-22 23:00:34 +00:00
Joey Parrish 4421f4ce0f Rewrite project description in README
This updates the project description, adds a list of supported
browsers and features, and adds new links.

Change-Id: I2c9d7b8d9906b0800b7e5ead141e7be749db5d5e
2017-03-20 23:07:17 +00:00
Joey Parrish 8ba088a38f Generate externs automatically
We were not able to get our externs generated by the Closure compiler.
There were many issues with the Closure-generated externs, including
the order of the externs and the replacement of record types and enums
with their underlying types.

We made a few attempts to patch the compiler, but could not get our
patches accepted upstream.

This change introduces a new script to generate our externs from
scratch.  It uses a JavaScript parser called 'esprima'.

Some interfaces need to be exported to the generated externs, but are
not actually attached to the namespace by the compiler.  For this, we
introduce a new annotation.  These are the currently-supported export
annotations:

 - @export: truly exported (attached to namespace) by the compiler
 - @expose: truly exposed (not renamed) by the compiler
 - @exportDoc: considered part of the exports in the docs
 - @exportInterface: considered part of the exports in generated externs

These annotations are now documented in docs/design/export.md

Change-Id: I33bf7384889c14c9edb0fa5f11caa7c4f4d79af6
2017-02-01 11:42:16 -08:00
Joey Parrish 5384423fea Add new logo
Change-Id: I6d0bb6eb967f6807a551465607ce087002c03122
2016-05-31 21:29:39 +00:00
Joey Parrish c8e80cb58d Tutorials and other doc revisions
- Update tutorial link in README
 - Fix python version in README
 - Move jsdoc conf to docs/ folder
 - Add API docs main page
 - Change style of inline code blocks
 - Don't repeat tutorial title in jsdoc template
   - (makes it easier to read tutorials on github as MD)
 - Add tutorials for:
   - Welcome to Shaka
   - Basic Usage
   - Debugging
   - Configuration
   - Networking and Buffering Configuration
   - DRM Configuration
   - License Server Authentication
   - Plugins
 - Tutorials still to come:
   - License Headers and Track Restrictions
   - Special Considerations for Live
   - v2 Upgrade Guide

Change-Id: I16401c216cf4023d9097750ac7f6090c68bf3c9b
2016-04-06 19:17:51 +00:00
Joey Parrish c14f87eeee Update python requirements in README
We use Python features introduced in v2.7, so mention that as a
minimum in the README.

Fixes #314

Change-Id: I792f47879a3840bf7bdc776018a155e3776286e2
2016-03-29 17:24:21 +00:00
Joey Parrish 37acf866eb New README for v2
Change-Id: I83bac91796cbb1f4c9317f554e88af8efec5a5e3
2016-03-15 10:15:12 -07:00
Joey Parrish 03df140fb8 https://goo.gl/RvMyq4 2015-11-25 12:14:04 -08:00
Joey Parrish 19b48e5588 Add default build configs
This offers three configurations by default:
1) everything enabled (including WebM and offline)
2) DASH MP4 VOD only
3) DASH MP4 live only

The VOD and live configs are specifically targetting the most common
scenarios.  For VOD this means SegmentBase, and for live this means
SegmentList and SegmentTemplate.

Issue #116

Change-Id: I250b55c73c4a5f111dccd09bec11bc959ef2d13c
2015-11-03 10:09:17 -08:00
Jacob Trimble d84428b42f Removed 1.6.0 deprecated functionality.
Closes #203

Change-Id: I52f72030078c2bf69f1da33fae035664ca50daca
2015-10-15 17:14:11 +00:00
Joey Parrish 71caa5716e Update README to mention JRE requirements.
Closes #74.

Change-Id: Ie3167628013dfe7ade69279ee3b19a76b1afd8ca
2015-05-05 15:55:41 -07:00
Joey Parrish d4df6987e7 Shaka Player release v1.1 2015-01-15 15:12:58 -08:00
Joey Parrish b3d035be9f Shaka Player release v1.0 2014-12-19 14:26:19 -08:00