Search Issue Tracker
Fixed
Votes
0
Found in
5.4.0b25
Issue ID
814079
Regression
No
[iOS] Video Player doesen't work with iOS Simulator
To Reproduce:
1. Build and run the attached project for iOS simulator (tested on iPhone SE).
2. Click on any of the play video buttons.
3. Observe that the app is minimized and the video is not started. This is printed to log:
2016-07-14 17:16:50.837101 paulius[31516:2786009] [AudioHAL_Client] HALC_ProxyIOContext.cpp:1069:IOWorkLoop: HALC_ProxyIOContext::IOWorkLoop: skipping cycle due to overload
2016-07-14 17:16:50.837822 paulius[31516:2785738] [SDKLibrary] Not authorized, skipping filter predicate application
2016-07-14 17:16:50.842690 paulius[31516:2785738] [Playback] <MPAVItem: 0x7fb4e54e22c0>: Seeking to start time: 0.000000
2016-07-14 17:16:50.843589 paulius[31516:2785738] [Playback] AVPlayerItem: <AVPlayerItem: 0x7fb4e5742c60, asset = <AVURLAsset: 0x7fb4e54e25a0, URL = file:///Users/paulius/Library/Developer/CoreSimulator/Devices/738B7AF5-FD9C-4D75-97E0-D0C70590F432/data/Containers/Bundle/Application/B762D9E6-4233-4769-A1B9-1EC637F07A9E/paulius.app/Data/Raw/intro.mp4>>
2016-07-14 17:16:50.844248 paulius[31516:2785738] [SDKPlayback] Set movies: (
"<MPMovie: 0x7fb4e54e21c0>"
)
2016-07-14 17:16:50.844769 paulius[31516:2785738] [Playback] -[MPAVController pause]
2016-07-14 17:16:50.845180 paulius[31516:2785738] [Playback] Disabling autoplay for pause
2016-07-14 17:16:50.845656 paulius[31516:2785738] [Playback] Disabling autoplay
2016-07-14 17:16:50.846329 paulius[31516:2785738] [Playback] Setting rate on player: <MPQueuePlayer: 0x7fb4d9a5eef0> to 0.000000
2016-07-14 17:16:50.846767 paulius[31516:2785738] [Playback] Finished preparing item: (null) for rate: 0.000000, setting.
2016-07-14 17:16:50.847359 paulius[31516:2785738] [Playback] Setting rate on AVQueuePlayer: 0.000000
2016-07-14 17:16:50.847874 paulius[31516:2785738] [Playback] �� rate
2016-07-14 17:16:50.848223 paulius[31516:2785738] [Playback] ℹ︎ _rateDidChange 0.00 → 0.00
Version 5.4.0b25 (3caaeb8d3d67)
Sat, 09 Jul 2016 22:38:26 GMT
Branch: 5.4/staging
Other native trampooline plugins (like ReplayKit) seem to be working fine.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- [Linux] Silent crash when generating lighting
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
Add comment