-
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
Capabilities: Video not playing (plays fine in V1) #2078
Comments
Could you please provide the mentioned file? If you don't want to post it here, you can send it to dev.exoplayer@gmail.com. |
I emailed you a test video. |
The test video plays fine on devices I have, so this is likely a device specific capability issue (i.e. the same issue as #2034). I'll leave this issue open for now and follow up when we have more logging in place so that we can capture logging from your test device and use it to put a workaround in place. |
The same for me, iphone created video doesn't work on any device I have in v2 - https://res.cloudinary.com/aparlay/video/upload/vc_h264/eo_60/trssyxllsem4xqueocwv.mp4 |
Please could you:
Thanks! |
Tried to play https://res.cloudinary.com/aparlay/video/upload/vc_h264/eo_60/trssyxllsem4xqueocwv.mp4 on the latest dev-v2 code - no |
@Andoctorey - You need to test with the very latest |
Sorry, on emulator I have - |
For vertical videos, which both videos in this issue are, this should be resolved by: 2e3ffe1 Marking as fixed. Please let us know if you still see the issue on the very latest |
Leaving disabled by default for now, but we may want to consider enabling it by default. Note that in V1 for ExtractorSampleSource the behaviour was equivalent to this option being enabled, since we didn't perform capabilities checks. For DASH/SS/HLS the V1 behaviour was equivalent to this option being disabled. The type in PlayerActivity has been changed just to make it easier to add a line that calls setParameters. Issue: #2034 Issue: #2007 Issue: #2078 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140477568
Hi! I recently updated to exoplayer 2 on an app that we are working and have an issue when playing mp4 video files encoded (h264 profile 10) on iOS. Only the audio plays and no video. I saw that exoplayer 1 doesn't had this problem. Do you know what's the issue and how did you solved it? Thank you!
The text was updated successfully, but these errors were encountered: