Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.2
2021.2.0b7
2022.1
Issue ID
1357661
Regression
No
[Android] Videos are not played from URL
How to reproduce:
1. Open the attached project
2. Build & Run project
3. Press the Play button
Expected result: Video is played
Actual result: Video is not played
Reproducible: 2019.4.26f1, 2021.2.0b7
Reproducible on:
VLNQA00287, Motorola moto g(7) power (moto g(7) power), Android 9, CPU: Snapdragon 625 MSM8953, GPU: Adreno (TM) 506
Google Pixel 4, Android 12, CPU: Snapdragon 855 (SM8150), GPU: Adreno (TM) 640
Google Pixel 3, Android 9, CPU: Snapdragon 845, GPU: Adreno 630
VLNQA00336, Huawei Y6p, CPU: MediaTek MT6762R, GPU: PowerVR Rogue GE8320, Android: 10
VLNQA00340, Samsung Galaxy Note20 Ultra 5G (SM-N986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
Not reproducible on:
VLNQA00111, Samsung Galaxy J5(2016) (SM-J510FN), Android 7.1.1, CPU: Snapdragon 410 MSM8916, GPU: Adreno (TM) 306
iPhone 12, A14, 14.6
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Resolution Note:
unsecure traffic is not allowed by default since Android 9. The issue can be solved by one of these ways:
* Using https instead of http
* Setting usesCleartextTraffic manifest attribute to true (see https://developer.android.com/guide/topics/manifest/application-element#usesCleartextTraffic )
* Adding network security configuration file (see https://developer.android.com/training/articles/security-config )