-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Failure to properly play a live stream #6537
Comments
Hi, Can we get some more information? The full player initialisation code, as well as potentially a bug report or a stack trace. Thanks |
I already provided the necessary code.
You can just try this url in any exoplayer code and you'll reproduce this
issue.
I tried a lot of app using exoplayer and they all had this issue with this
feed.
Then using mediaplayer or vlc the problem goes away
…On Mon, Oct 14, 2019 at 3:03 AM Sam Robinson ***@***.***> wrote:
Hi,
Can we get some more information? The full player initialisation code, as
well as potentially a bug report or a stack trace.
Thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6537?email_source=notifications&email_token=AAH7I7V2JQ5TGVGQJ5CEKETQOQ7XVA5CNFSM4JAJA5BKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBEACXA#issuecomment-541589852>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH7I7SMTISLUEUGNW4SZPLQOQ7XVANCNFSM4JAJA5BA>
.
|
We discussed this, and as there are 3 bugs now associated with this issue. We are looking into a workaround. |
ojw28
pushed a commit
that referenced
this issue
Oct 18, 2019
Issue:#6537 PiperOrigin-RevId: 275477266
ojw28
pushed a commit
that referenced
this issue
Oct 18, 2019
Issue:#6537 PiperOrigin-RevId: 275477266
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[REQUIRED] Issue description
When trying to play the following stream, I hear a description of the radio then it stops, however other players are starting to play the stream content right after the intro (MediaPlayer does, VLC does)
http://streaming.rolandradio.net:8000/rolandradio
[REQUIRED] Reproduction steps
I'm using the following code to initialize EXOPlayer
[REQUIRED] Link to test content
Here's the URL to reproduce the issue: http://streaming.rolandradio.net:8000/rolandradio
[REQUIRED] A full bug report captured from the device
This is returning the following log when the intro ends:
New player state: ExoPlayer.STATE_ENDED, playWhenReady: true
[REQUIRED] Version of ExoPlayer being used
2.10.5
[REQUIRED] Device(s) and version(s) of Android being used
Any device, but used a Pixel 3 XL on Android10 to debug
The text was updated successfully, but these errors were encountered: