mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge pull request #6303 from ittiam-systems:rtmp-3.1.0
PiperOrigin-RevId: 266407058
This commit is contained in:
commit
51ed8ead6d
2 changed files with 6 additions and 1 deletions
|
|
@ -51,6 +51,11 @@
|
||||||
([#6335](https://github.com/google/ExoPlayer/issues/6335)).
|
([#6335](https://github.com/google/ExoPlayer/issues/6335)).
|
||||||
* Add `HttpDataSource.getResponseCode` to provide the status code associated
|
* Add `HttpDataSource.getResponseCode` to provide the status code associated
|
||||||
with the most recent HTTP response.
|
with the most recent HTTP response.
|
||||||
|
* Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
|
||||||
|
([#4200](https://github.com/google/ExoPlayer/issues/4200),
|
||||||
|
[#4249](https://github.com/google/ExoPlayer/issues/4249),
|
||||||
|
[#4319](https://github.com/google/ExoPlayer/issues/4319),
|
||||||
|
[#4337](https://github.com/google/ExoPlayer/issues/4337)).
|
||||||
|
|
||||||
### 2.10.4 ###
|
### 2.10.4 ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(modulePrefix + 'library-core')
|
implementation project(modulePrefix + 'library-core')
|
||||||
implementation 'net.butterflytv.utils:rtmp-client:3.0.1'
|
implementation 'net.butterflytv.utils:rtmp-client:3.1.0'
|
||||||
implementation 'androidx.annotation:annotation:1.1.0'
|
implementation 'androidx.annotation:annotation:1.1.0'
|
||||||
testImplementation project(modulePrefix + 'testutils')
|
testImplementation project(modulePrefix + 'testutils')
|
||||||
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
testImplementation 'org.robolectric:robolectric:' + robolectricVersion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue