Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
51ed8ead
authored
Sep 01, 2019
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #6303 from ittiam-systems:rtmp-3.1.0
PiperOrigin-RevId: 266407058
parents
d720d2c3
67477144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
RELEASENOTES.md
extensions/rtmp/build.gradle
RELEASENOTES.md
View file @
51ed8ead
...
...
@@ -51,6 +51,11 @@
(
[
#6335
](
https://github.com/google/ExoPlayer/issues/6335
)
).
*
Add
`HttpDataSource.getResponseCode`
to provide the status code associated
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 ###
...
...
extensions/rtmp/build.gradle
View file @
51ed8ead
...
...
@@ -32,7 +32,7 @@ android {
dependencies
{
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'
testImplementation
project
(
modulePrefix
+
'testutils'
)
testImplementation
'org.robolectric:robolectric:'
+
robolectricVersion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment