Skip to content
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 stream not playing #6653

Closed
kaiv2000 opened this issue Nov 14, 2019 · 2 comments
Closed

RTMP stream not playing #6653

kaiv2000 opened this issue Nov 14, 2019 · 2 comments
Assignees

Comments

@kaiv2000
Copy link

These RTMP streams cannot start to play, no error messages are showing in debugger:

rtmp://stream.triolan.net.ua:1935/cam32/stream
rtmp://stream.triolan.net.ua:1935/cam35/stream

Used extension 'com.google.android.exoplayer:extension-rtmp:2.10.7'

@ojw28

This comment has been minimized.

@ojw28 ojw28 self-assigned this Nov 17, 2019
@ojw28
Copy link
Contributor

ojw28 commented Nov 19, 2019

I tried this from a different network and was able to diagnose what's wrong. It's essentially the same problem as described here. The stream signals that both audio and video tracks are available, when in fact only video is available. The player is then waiting to receive some audio data to start playback.

This is a problem with the stream. Depending on how it's generated, the comment here may be relevant.

@ojw28 ojw28 closed this as completed Dec 3, 2019
@google google locked and limited conversation to collaborators Feb 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants