mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
9e26166c40
We've tried to enable setting server certificates to optimize playback start, but turned out that with our widevine certificate shaka was throwing 6004 error. The issue is not reproducible starting from Tizen 5.5. The same certificate was working properly also on Chrome.
20 lines
722 B
Plaintext
20 lines
722 B
Plaintext
# Polyfills used to emulate missing browsers features.
|
|
|
|
+../../node_modules/eme-encryption-scheme-polyfill/index.js
|
|
+../../lib/polyfill/abort_controller.js
|
|
+../../lib/polyfill/aria.js
|
|
+../../lib/polyfill/encryption_scheme.js
|
|
+../../lib/polyfill/fullscreen.js
|
|
+../../lib/polyfill/mediasource.js
|
|
+../../lib/polyfill/media_capabilities.js
|
|
+../../lib/polyfill/orientation.js
|
|
+../../lib/polyfill/patchedmediakeys_cert.js
|
|
+../../lib/polyfill/patchedmediakeys_nop.js
|
|
+../../lib/polyfill/patchedmediakeys_webkit.js
|
|
+../../lib/polyfill/pip_webkit.js
|
|
+../../lib/polyfill/random_uuid.js
|
|
+../../lib/polyfill/symbol.js
|
|
+../../lib/polyfill/video_play_promise.js
|
|
+../../lib/polyfill/videoplaybackquality.js
|
|
+../../lib/polyfill/vttcue.js
|