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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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 )