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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
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 )