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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment