mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-19 16:47:01 +03:00
99de217c23
This removes periods from the internal manifest structure and cleans up code and tests accordingly. This leaves us unable to play multi-period DASH & offline streams until the main period-flattening algorithm is completed in shaka.util.Periods. Three test cases have been disabled for the moment. Multi-period playback will be restored in a smaller, more focused follow-up commit, with disabled tests re-enabled. Issue #1339 (flatten periods) Issue #1698 (rapid period transitions issue) Issue #856 (audio change causes bitrate change) Closes #892 (refactor StreamingEngine) Change-Id: I0cbf3b56bfdb51add15229df323b902f0b2e643a
22 lines
893 B
Plaintext
22 lines
893 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/download_progress_estimator.js
|
|
+../../lib/offline/indexeddb/base_storage_cell.js
|
|
+../../lib/offline/indexeddb/db_connection.js
|
|
+../../lib/offline/indexeddb/db_operation.js
|
|
+../../lib/offline/indexeddb/eme_session_storage_cell.js
|
|
+../../lib/offline/indexeddb/storage_mechanism.js
|
|
+../../lib/offline/indexeddb/v1_storage_cell.js
|
|
+../../lib/offline/indexeddb/v2_storage_cell.js
|
|
+../../lib/offline/indexeddb/v5_storage_cell.js
|
|
+../../lib/offline/manifest_converter.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_uri.js
|
|
+../../lib/offline/session_deleter.js
|
|
+../../lib/offline/storage.js
|
|
+../../lib/offline/storage_muxer.js
|
|
+../../lib/offline/stored_content_utils.js
|
|
+../../lib/offline/stream_bandwidth_estimator.js
|