-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rtmp live stream displays the first frame and freezes #51
Comments
Please try it yourself @mekya |
It seems that the media server does not respond some meta data which should be in the RTMP stream. Can u @mekya please check and approve this? |
Yeah I have checked and you are right. It seems that it is a codec issue in ExoPlayer. |
@mekya can you please help me find the issue? i'm not well on this technology... or can tell me where to look in ExoPlayer |
I think we may request help from one of the developer of Exoplayer Is it possible to take a look at this issue @ojw28? If ojw28 is busy to take a look at this issue, I can dig into this and try to help you. |
yeah @ojw28 can u please? I opened new ticket in ExoPlayer project |
@PanCrucian hi can you please share your code, how you have implemented rtmp live stream video suing this, i can't find doc for this |
I use your library together with ExoPlayer v2.5.4, and when i try to play this stream rtmp://188.130.252.20:1935/live/test live=1 the stream displays the first frame and freezes(last incoming state STATE_BUFFERING)
For MediaSource used com.google.android.exoplayer2.source.ExtractorMediaSource
partial code:
log:
rtmp vod streams working fine
Device used for testing Le X527, API 23
The text was updated successfully, but these errors were encountered: