mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
move release notes entry
This commit is contained in:
parent
d89e18fe6d
commit
ab397e408a
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,9 @@
|
||||||
`buildVideoRenderers()` or `buildAudioRenderers()` can access the codec
|
`buildVideoRenderers()` or `buildAudioRenderers()` can access the codec
|
||||||
adapter factory and pass it to `MediaCodecRenderer` instances they
|
adapter factory and pass it to `MediaCodecRenderer` instances they
|
||||||
create.
|
create.
|
||||||
|
* RTSP
|
||||||
|
* Provide a client API to override the `SocketFactory` used for any server
|
||||||
|
connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)).
|
||||||
|
|
||||||
### 2.16.0 (2021-11-04)
|
### 2.16.0 (2021-11-04)
|
||||||
|
|
||||||
|
|
@ -90,8 +93,6 @@
|
||||||
* RTSP:
|
* RTSP:
|
||||||
* Support RFC4566 SDP attribute field grammar
|
* Support RFC4566 SDP attribute field grammar
|
||||||
([#9430](https://github.com/google/ExoPlayer/issues/9430)).
|
([#9430](https://github.com/google/ExoPlayer/issues/9430)).
|
||||||
* Provide a client API to override the `SocketFactory` used for any server
|
|
||||||
connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)).
|
|
||||||
* DASH:
|
* DASH:
|
||||||
* Populate `Format.sampleMimeType`, `width` and `height` for image
|
* Populate `Format.sampleMimeType`, `width` and `height` for image
|
||||||
`AdaptationSet` elements
|
`AdaptationSet` elements
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue