mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Move DASH subtitle parsing release note to correct section
#minor-release
PiperOrigin-RevId: 574090381
(cherry picked from commit df19097e22)
This commit is contained in:
parent
8e48433be3
commit
f290d0ef86
1 changed files with 6 additions and 6 deletions
|
|
@ -40,6 +40,12 @@
|
|||
load start time rather than the last load completed time
|
||||
([#663](https://github.com/androidx/media/issues/663)).
|
||||
* DASH Extension:
|
||||
* Add experimental support for parsing subtitles during extraction. This
|
||||
has better support for merging overlapping subtitles, including
|
||||
resolving flickering when transitioning between subtitle segments. You
|
||||
can enable this using
|
||||
`DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()`
|
||||
([#288](https://github.com/androidx/media/issues/288)).
|
||||
* Smooth Streaming Extension:
|
||||
* RTSP Extension:
|
||||
* Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
|
||||
|
|
@ -70,12 +76,6 @@ This release includes the following changes since the
|
|||
Android Auto.
|
||||
* DASH Extension:
|
||||
* Allow multiple of the same DASH identifier in segment template url.
|
||||
* Add experimental support for parsing subtitles during extraction. This
|
||||
has better support for merging overlapping subtitles, including
|
||||
resolving flickering when transitioning between subtitle segments. You
|
||||
can enable this using
|
||||
`DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()`
|
||||
([#288](https://github.com/androidx/media/issues/288)).
|
||||
* Smooth Streaming Extension:
|
||||
* RTSP Extension:
|
||||
* Use RTSP Setup Response timeout value in time interval of sending
|
||||
|
|
|
|||
Loading…
Reference in a new issue