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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment