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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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 )