Álvaro Velad Galván
1a845ec353
feat(MSF): Provide a bandwidth estimate for ABR purposes ( #10016 )
...
Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com >
2026-04-23 10:57:10 +02:00
Álvaro Velad Galván
90f59213bb
fix: Honors streaming.retryParameters for segments ( #9796 )
...
Fixes https://github.com/shaka-project/shaka-player/issues/9787
2026-03-06 20:23:25 +01:00
Álvaro Velad Galván
6616ff202a
feat: Simplify the use of low latency ( #7748 )
...
The autoLowLatencyMode config is removed because it's no longer
necessary. Now lowLatencyMode only enable low latency if the stream is
low latency.
A new method is added (configurationForLowLatency) to allow configure
the Low Latency config more easily
2024-12-20 10:27:39 +01:00
Álvaro Velad Galván
d8a14b0a45
fix(DASH): Fix playback after DASH period eviction ( #7603 )
...
Fixes https://github.com/shaka-project/shaka-player/issues/7516 in a
simpler way
Reverts
https://github.com/shaka-project/shaka-player/commit/5eff0384d04e22a971336c90aae0a83db2a451d5
Reverts
https://github.com/shaka-project/shaka-player/commit/037193c2d601e02c8611a4527dcb04d32adbbd27
2024-11-15 13:23:40 +01:00
ncocaign
5eff0384d0
fix(DASH): Fix playback after DASH period eviction ( #7519 )
...
With this change, closeSegmentIndex() of all streams of a removed period
are defered in StreamingEngine.onUpdate_()
Fixes #7516
2024-11-13 19:14:15 +01:00
Wojciech Tyczyński
b2502fd0a0
fix(DASH): Fix MPD Patch when SegmentTemplate is shared between Representations ( #7218 )
...
Fixes #7214
2024-08-28 13:29:10 +02:00
Iragne
0f2cea42ee
fix(DASH): Patch manifest Adaptationset indexing, @n=<Numbering> and @t=<time> ( #7131 )
...
Fixes https://github.com/shaka-project/shaka-player/issues/7128
2024-08-20 15:02:52 +02:00
Álvaro Velad Galván
789101cbba
feat(DASH): Add DVB Font downloads ( #6971 )
2024-07-02 20:52:29 +02:00
Álvaro Velad Galván
c866d7b467
feat(HLS): Allow disable streams when the media playlist fails ( #6807 )
2024-06-13 09:32:09 +02:00
Wojciech Tyczyński
65b0b8dd21
feat(Stats): Add manifestPeriodCount to stats ( #6798 )
...
Resolves #6788
2024-06-12 08:37:01 +02:00
Wojciech Tyczyński
2f3a1ebf94
feat(DASH): add MPD_PATCH advanced request type ( #6787 )
...
Add `shaka.net.NetworkingEngine.AdvancedRequestType.MPD_PATCH` to
distinguish regular MPD requests from MPD Patch requests.
2024-06-11 10:56:14 +02:00
Álvaro Velad Galván
2ec64442e2
feat(HLS): Add support for EXT-X-DATERANGE ( #6718 )
...
Closes https://github.com/shaka-project/shaka-player/issues/3523
2024-06-03 10:10:39 +02:00
Dave Nicholas
d38aabf04d
feat(DASH): Add MPD Patch support ( #5247 )
...
Closes https://github.com/shaka-project/shaka-player/issues/2228
---------
Co-authored-by: Wojciech Tyczyński <wojciech.tyczynski@sky.uk >
2024-05-29 08:11:28 +02:00