When adding a VideoPlayerComponent to an Entity placed in ImmersiveSpace and attempting to play an 8K video, the application crashes.

OS:VisionOS 1.0
Xcode:15.2

In the application under development, do the following

  1. Open ImmersiveSpace
  2. Add VideoPlayerComponent to Entity
  3. Play 8K Video
  4. the App crash
  5. The Apple symbol appears and returned to the Home

but, The problem does not occur if the application is created by extracting only the part of the 8K video to be played back.

Error Log

apply fence tx failed (client=0x6fbf0fcc) [0xfffffecc (ipc/mig) server died]
Failed to commit transaction (client=0x58510d43) [0x10000003 (ipc/send) invalid destination port]
nw_read_request_report [C1] Receive failed with error "No message available on STREAM"
nw_protocol_socket_reset_linger [C1:2] setsockopt SO_LINGER failed [22: Invalid argument]
Failed to set override status for bind point component member.
Message from debugger: Terminated due to signal 9

I can't share the entire application, but is anyone else experiencing the same problem?
Is this a memory issue?

When adding a VideoPlayerComponent to an Entity placed in ImmersiveSpace and attempting to play an 8K video, the application crashes.
 
 
Q