-
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
FLV - Playback fails if SCRIPTDATA segment has invalid name type #7675
Comments
ExoPlayer supports video streams that do not also contain audio, so this should work fine. For us to help, you'll need to provide us with a piece of sample media that reproduces the problem. |
It looks like the media contains an invalid We can make ExoPlayer ignore the segment rather than fail playback in this case, however please note that the media is malformed, and that's the root cause of this issue. |
请问怎么设置ExoPlayer ignore the segment继续播放?我需要帮助 |
Issue: #7675 PiperOrigin-RevId: 323371286
The media should play successfully when using the |
Issue: #7675 PiperOrigin-RevId: 323371286
Issue: google#7675 PiperOrigin-RevId: 323371286
播放一个没有没有音频输出的视频流,报com.google.android.exoplayer2.ExoPlaybackException: com.google.android.exoplayer2.ParserException 异常
The text was updated successfully, but these errors were encountered: