Media Extension API - How to properly vend GOP samples from a MediaFormat Extension

Hello

I am testing the new Media Extension API in macOS 15 Beta 4.

Firstly, THANK YOU FOR THIS API!!!!!! This is going to be huge for the video ecosystem on the platform. Seriously!

My understanding is that to support custom container formats you make a MEFormatReader extension, and to support a specific custom codec, you create a MEVideoDecoder for that codec.

Ok - I have followed the docs - esp the inline header info and have gotten quite far

  • A Host App which hosts my Media Extenion (MKV files)
  • A Extension Bundle which exposes the UTTYpes it supports to the system and plugin class ID as per the docs
  • Entitlements as per docs
  • I'm building debug - but I have a valid Developer ID / Account associated in Teams in Xcode
  • My Plugin is visible to the Media Extension System preference
  • My Plugin is properly initialized, I get the MEByteReader and can read container level metadata in callbacks
  • I can instantiate my tracks readers, and validate the tracks level information and provide the callbacks
  • I can instantiate my sample cursors, and respond to seek requests for samples for the track in question

Now, here is where I get hit some issues.

My format reader is leveraging FFMPEGs libavformat library, and I am testing with MKV files which host AVC1 h264 samples, which should be decodable as I understand it out of the box from VideoToolbox (ie, I do not need a separate MEVideoDecoder plugin to handle this format).

Here is my CMFormatDescription which I vend from my MKV parser to AVFoundation via the track reader

Made Format Description: <CMVideoFormatDescription 0x11f005680 [0x1f7d62220]> {
	mediaType:'vide' 
	mediaSubType:'avc1' 
	mediaSpecific: {
		codecType: 'avc1'		dimensions: 1920 x 1080 
	} 
	extensions: {(null)}
}

My MESampleCursor implementation implements all of the callbacks - and some of the 'optional' sample cursor location methods: (im only sharing the optional ones here)

- (MESampleLocation * _Nullable) sampleLocationReturningError:(NSError *__autoreleasing _Nullable * _Nullable) error

- (MESampleCursorChunk * _Nullable) chunkDetailsReturningError:(NSError *__autoreleasing _Nullable * _Nullable) error

I also populate the AVSampleCursorSyncInfo and AVSampleCursorDependencyInfo structs per each AVPacket* I decode from libavformat

Now my issue:

I get these log files in my host app:

<<<< VRP >>>> figVideoRenderPipelineSetProperty signalled err=-12852 (kFigRenderPipelineError_InvalidParameter) (sample attachment collector not enabled) at FigStandardVideoRenderPipeline.c:2231
<<<< VideoMentor >>>> videoMentorDependencyStateCopyCursorForDecodeWalk signalled err=-12836 (kVideoMentorUnexpectedSituationErr) (Node not found for target cursor -- it should have been created during videoMentorDependencyStateAddSamplesToGraph) at VideoMentor.c:4982
<<<< VideoMentor >>>> videoMentorThreadCreateSampleBuffer signalled err=-12841 (err) (FigSampleGeneratorCreateSampleBufferAtCursor failed) at VideoMentor.c:3960
<<<< VideoMentor >>>> videoMentorThreadCreateSampleBuffer signalled err=-12841 (err) (FigSampleGeneratorCreateSampleBufferAtCursor failed) at VideoMentor.c:3960

Which I presume is telling me I am not providing the GOP or dependency metadata correctly to the plugin.

I've included console logs from my extension and host app:

default	11:33:47.296816-0400	taskgated-helper	Checking profile: Mac Team Provisioning Profile: info.vade.LibAVExtensionHost.LibAVExtension
default	11:33:47.297142-0400	taskgated-helper	allowing entitlement(s) for info.vade.LibAVExtensionHost.LibAVExtension due to provisioning profile (isUPP: 0)
default	11:33:47.300652-0400	taskgated-helper	Checking profile: Mac Team Provisioning Profile: info.vade.LibAVExtensionHost.LibAVExtension
error	11:33:47.300960-0400	taskgated-helper	info.vade.LibAVExtensionHost.LibAVExtension: Unsatisfied entitlements: com.apple.security.application-groups
error	11:33:47.301012-0400	taskgated-helper	Disallowing: info.vade.LibAVExtensionHost.LibAVExtension
default	11:33:47.304080-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Memory Limits: active 1000 inactive 1000
 
default	11:33:47.304563-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] This process will be managed.
error	11:33:47.304588-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Memorystatus failed with unexpected error: Invalid argument (22)
default	11:33:47.304600-0400	runningboardd	Now tracking process: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:47.305071-0400	runningboardd	Calculated state for xpcservice:32995])(501)>{vt hash: 180909887}: running-suspended (role: None) (endowments: (null))
default	11:33:47.305263-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] reported to RB as running
default	11:33:47.306458-0400	WindowServer	Hit the server for a process handle 17669d15000080e6 that resolved to: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:47.306492-0400	WindowServer	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-suspended-NotVisible
default	11:33:47.306651-0400	runningboardd	Acquiring assertion targeting [xpcservice:32995])(501)>{vt hash: 180909887}:32998] from originator [xpcservice:32995])(501)>{vt hash: 0}:32997:32997] with description ,
	
	]>
default	11:33:47.306813-0400	runningboardd	Assertion 428-32997-30451 (target:[xpcservice:32995])(501)>{vt hash: 180909887}:32998]) will be created as active
default	11:33:47.307502-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Set jetsam priority to 40 [0] flag[1]
default	11:33:47.309039-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Resuming task.
default	11:33:47.312342-0400	UIKitSystem	Hit the server for a process handle 17669d15000080e6 that resolved to: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:47.312376-0400	UIKitSystem	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-suspended-NotVisible
default	11:33:47.309745-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Result 45 setting darwin role to UserInteractiveNonFocal: Operation not supported, falling back to setting priority
default	11:33:47.313437-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Set darwin priority to: PRIO_DEFAULT
default	11:33:47.314265-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] set Memory Limits to Soft Inactive (1000)
default	11:33:47.316035-0400	gamepolicyd	Hit the server for a process handle 17669d15000080e6 that resolved to: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:47.316073-0400	gamepolicyd	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-suspended-NotVisible
default	11:33:47.318275-0400	runningboardd	Calculated state for xpcservice:32995])(501)>{vt hash: 180909887}: running-active (role: UserInteractiveNonFocal) (endowments: (null))
default	11:33:47.318527-0400	WindowServer	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-active-NotVisible
default	11:33:47.318720-0400	gamepolicyd	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-active-NotVisible
default	11:33:47.318634-0400	UIKitSystem	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, running-active-NotVisible
default	11:33:47.318938-0400	runningboardd	Invalidating assertion 428-32997-30451 (target:[xpcservice:32995])(501)>{vt hash: 180909887}:32998]) from originator [xpcservice:32995])(501)>{vt hash: 0}:32997:32997]
default	11:33:47.319084-0400	LibAVExtensionHost	Creating side-channel connection to com.apple.runningboard
default	11:33:47.319106-0400	LibAVExtensionHost	[0x600000da4000] activating connection: mach=true listener=false peer=false name=com.apple.runningboard
default	11:33:47.319598-0400	LibAVExtensionHost	Hit the server for a process handle 17669d15000080e6 that resolved to: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:47.320374-0400	runningboardd	Acquiring assertion targeting [xpcservice:32995])(501)>{vt hash: 180909887}:32998] from originator [app:32995] with description ,
	
	]>
default	11:33:47.320441-0400	runningboardd	Assertion 428-32995-30452 (target:[xpcservice:32995])(501)>{vt hash: 180909887}:32998]) will be created as active
default	11:33:47.321084-0400	LibAVExtensionHost	Created new process ExtensionProcess: bundleID: info.vade.LibAVExtensionHost.LibAVExtension instance ID: nil pid: 32998.
default	11:33:47.321228-0400	LibAVExtensionHost	[0x11d809ff0] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.321352-0400	LibAVExtensionHost	[0x10c606440] Channel could not return listener port.
default	11:33:47.324661-0400	kernel	memorystatus: Denying dirty-tracking opt-in for managed LibAVExtension [32998]
default	11:33:47.327334-0400	secinitd	LibAVExtension[32998]: root path for bundle "" of main executable ""
default	11:33:47.371390-0400	secinitd	LibAVExtension[32998]: AppSandbox request successful
default	11:33:47.373075-0400	LibAVExtension	Extension `/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Extensions/LibAVExtension.appex/Contents/MacOS/LibAVExtension` of type: `1` launched.
default	11:33:47.373334-0400	LibAVExtension	Initializing connection
default	11:33:47.373481-0400	LibAVExtension	Removing all cached process handles
default	11:33:47.373527-0400	LibAVExtension	Sending handshake request attempt #1 to server
default	11:33:47.373548-0400	LibAVExtension	Creating connection to com.apple.runningboard
default	11:33:47.373564-0400	LibAVExtension	[0x11f00faf0] activating connection: mach=true listener=false peer=false name=com.apple.runningboard
default	11:33:47.373912-0400	runningboardd	Setting client for [xpcservice:32995])(501)>{vt hash: 180909887}:32998] as ready
default	11:33:47.374237-0400	LibAVExtension	Handshake succeeded
default	11:33:47.374258-0400	LibAVExtension	Identity resolved as xpcservice:32995])(501)>{vt hash: 180909887}
default	11:33:47.374881-0400	LibAVExtension	[0x11f204d30] activating connection: mach=true listener=false peer=false name=com.apple.***.mapdb
fault	11:33:47.376717-0400	LibAVExtension	checkinWithServer Failed bootstrap_lookup2 for name of coreservicesd, kern_return_t=#1100/0x44c Permission denied name=com.apple.CoreServices.coreservicesd
error	11:33:47.388881-0400	kernel	1 duplicate report for Sandbox: LibAVExtension(32998) deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd
default	11:33:47.388783-0400	LibAVExtension	Creating connection handler of class `MEFormatReaderConnectionHandler` with principal object `LibAVFormatReaderFactory`
default	11:33:47.389146-0400	LibAVExtension	initializing domain XPCService
default	11:33:47.389214-0400	LibAVExtension	automatic bootstrapping is complete
default	11:33:47.389244-0400	LibAVExtension	[0x11f111890] activating connection: mach=false listener=true peer=false name=info.vade.LibAVExtensionHost.LibAVExtension
default	11:33:47.390885-0400	LibAVExtension	[0x11f112190] activating connection: mach=false listener=false peer=true name=info.vade.LibAVExtensionHost.LibAVExtension.peer[32995].0x11f112190
default	11:33:47.392353-0400	LibAVExtension	[0x11f004a70] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon
default	11:33:47.392446-0400	LibAVExtension	[0x11f005220] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.agent
default	11:33:47.394334-0400	LibAVExtension	[0x11f118290] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.394421-0400	LibAVExtension	[0x11f118290] Channel could not return listener port.
default	11:33:47.397092-0400	LibAVExtension	[0x11f0146f0] activating connection: mach=true listener=false peer=false name=com.apple.analyticsd
default	11:33:47.397353-0400	LibAVExtension	Enabling System Keychain Always due to platform
default	11:33:47.397651-0400	trustd	Entitlement com.apple.application-identifier=SHG3AW6YV7.info.vade.LibAVExtensionHost.LibAVExtension is ignored because of invalid application signature or incorrect provisioning profile
default	11:33:47.397464-0400	LibAVExtension	[0x11f11beb0] activating connection: mach=true listener=false peer=false name=com.apple.trustd.agent
default	11:33:47.399508-0400	LibAVExtension	Received configuration update from daemon (initial)
default	11:33:47.400003-0400	LibAVExtension	<<<< FigExtensionFoundationUtilities >>>> FigEXCopyExtensionList_block_invoke: MediaExtension format readers and video decoders enabled -- thank you for setting "ffctl CoreMedia/MediaExtensions=on"
default	11:33:47.400599-0400	LibAVExtension	Waiting on thread  until Launch Services database seeding is complete.
error	11:33:47.403606-0400	LibAVExtension	Private sandbox for info.vade.LibAVExtensionHost.LibAVExtension : 
error	11:33:47.404520-0400	kernel	Sandbox: LibAVExtension(32998) deny(1) file-read-metadata /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug
error	11:33:47.404594-0400	kernel	Sandbox: LibAVExtension(32998) deny(1) file-read-metadata /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.404572-0400	LibAVExtension	_LSBundleCopyOrCheckNode: cached node not found, _LSBundleCreateNode for bundleID 23708 returned -43
error	11:33:47.404606-0400	kernel	Sandbox: LibAVExtension(32998) deny(1) file-read-metadata /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug
default	11:33:47.405390-0400	LibAVExtensionHost	[0x1050057f0] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x10c606440.peer[32998].0x1050057f0
default	11:33:47.405466-0400	LibAVExtensionHost	[0x11d904280] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.405261-0400	LibAVExtension	[0x11f0191b0] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.405364-0400	LibAVExtension	[0x11f0191b0] invalidated after the last release of the connection object
default	11:33:47.405869-0400	LibAVExtensionHost	[0x1050057f0] invalidated because the client process (pid 32998) either cancelled the connection or exited
default	11:33:47.405750-0400	LibAVExtension	[0x11f11c250] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x11f118290.peer[32995].0x11f11c250
default	11:33:47.406006-0400	LibAVExtension	[0x11f018660] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.406105-0400	LibAVExtensionHost	[0x11d9043a0] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x105004450.peer[32998].0x11d9043a0
default	11:33:47.406163-0400	LibAVExtensionHost	[0x10c606440] invalidated after the last release of the connection object
default	11:33:47.407083-0400	LibAVExtension	objcWrapperPluginFormatReader_CreateInstance called
default	11:33:47.407195-0400	LibAVExtension	Creating LibAVFormatReader for Everything.Everywhere.All.At.Once.2022.1080p.WEB-DL.DDP5.1.H.264-EVO.mkv
default	11:33:47.407217-0400	LibAVExtension	Initiaizing LibAVFormatReader
error	11:33:47.412796-0400	LibAVExtensionHost	Private sandbox for info.vade.LibAVExtensionHost.LibAVExtension : 
default	11:33:47.413820-0400	LibAVExtensionHost	Existing process ExtensionProcess: bundleID: info.vade.LibAVExtensionHost.LibAVExtension instance ID: nil pid: 32998 is valid, returning it.
default	11:33:47.413880-0400	LibAVExtension	loadFileInfoWithCompletionHandler
default	11:33:47.413933-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e822400
default	11:33:47.414450-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.414638-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.415538-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.416922-0400	LibAVExtension	LibAVFormatReader got readPacket 8702 0x10e84fa07
default	11:33:47.417061-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.417383-0400	LibAVExtension	loadFileInfoWithCompletionHandler got duration: {8359104000/1000000 = 8359.104}
default	11:33:47.417442-0400	LibAVExtension	loadMetadataWithCompletionHandler
error	11:33:47.417473-0400	LibAVExtension	<<<< MEFormatReaderWrapper >>>> objcWrapperPluginFormatReader_CopyProperty signalled err=-12784 (kCMBaseObjectError_PropertyNotFound) (can not find metatdata info) at ExtensionFormatReaderWrapper.m:547
default	11:33:47.417510-0400	LibAVExtension	loadTrackReadersWithCompletionHandler
default	11:33:47.417540-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.417574-0400	LibAVExtension	Made Format Description:  {
	mediaType:'vide' 
	mediaSubType:'avc1' 
	mediaSpecific: {
		codecType: 'avc1'		dimensions: 1920 x 1080 
	} 
	extensions: {(null)}
}
error	11:33:47.421271-0400	sandboxd	Sandbox: LibAVExtension(32998) deny(1) mach-lookup com.apple.CoreServices.coreservicesd
Violation:       deny(1) mach-lookup com.apple.CoreServices.coreservicesd
Process:         LibAVExtension [32998]
Path:            /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Extensions/LibAVExtension.appex/Contents/MacOS/LibAVExtension
Load Address:    0x102244000
Identifier:      info.vade.LibAVExtensionHost.LibAVExtension
Version:         1 (1.0)
Code Type:       arm64 (Native)
Parent Process:  launchd [1]
Responsible:     /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Extensions/LibAVExtension.appex/Contents/MacOS/LibAVExtension
User ID:         501

Date/Time:       2024-07-29 11:33:47.378 EDT
OS Version:      macOS 15.0 (24A5298h)
Release Type:    User
Report Version:  8

MetaData: {"responsible-process-sdk":983040,"platform-policy":false,"uid":501,"mach_namespace":1,"container":"\/Users\/vade\/Library\/Containers\/info.vade.LibAVExtensionHost.LibAVExtension\/Data","pid":32998,"responsible-process-path":"\/Users\/vade\/Library\/Developer\/Xcode\/DerivedData\/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw\/Build\/Products\/Debug\/LibAVExtensionHost.app\/Contents\/Extensions\/LibAVExtension.appex\/Contents\/MacOS\/LibAVExtension","process-path":"\/Users\/vade\/Library\/Developer\/Xcode\/DerivedData\/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw\/Build\/Products\/Debug\/LibAVExtensionHost.app\/Contents\/Extensions\/LibAVExtension.appex\/Contents\/MacOS\/LibAVExtension","apple-internal":false,"build":"macOS 15.0 (24A5298h)","sandbox_checker":"launchd","operation":"mach-lookup","target":"com.apple.CoreServices.coreservicesd","errno":1,"responsible-process-signing-id":"info.vade.LibAVExtensionHost.LibAVExtension","global-name":"com.apple.CoreServices.coreservicesd","action":"deny","primary-filter-value":"com.apple.CoreServices.coreservicesd","profile-in-collection":false,"signing-id":"info.vade.LibAVExtensionHost.LibAVExtension","team-id":"SHG3AW6YV7","responsible-process-team-id":"SHG3AW6YV7","platform_binary":"no","checker-pid":1,"policy-description":"Sandbox","profile-flags":0,"hardware":"J316c","process":"LibAVExtension","platform-binary":false,"flags":5,"normalized_target":["com.apple.CoreServices.coreservicesd"],"checker":"launchd","primary-filter":"global-name","binary-in-trust-cache":false,"process_path":["Users","vade","Library","Developer","Xcode","DerivedData","LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw","Build","Products","Debug","LibAVExtensionHost.app","Contents","Extensions","LibAVExtension.appex","Contents","MacOS","LibAVExtension"],"summary":"deny(1) mach-lookup com.apple.CoreServices.coreservicesd","release-type":"User"}

Thread 0 (id: 617954):
0   libsystem_kernel.dylib        	0x0000000191bf7e34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x0000000191c009d8 mach_msg_overwrite + 480
2   libsystem_kernel.dylib        	0x0000000191bf817c mach_msg + 24
3   libxpc.dylib                  	0x00000001919693d4 _xpc_pipe_mach_msg + 56
4   libxpc.dylib                  	0x0000000191968bb0 _xpc_pipe_routine + 392
5   libxpc.dylib                  	0x000000019193e32c _xpc_interface_routine + 228
6   libxpc.dylib                  	0x0000000191940834 bootstrap_look_up3 + 272
7   libxpc.dylib                  	0x00000001919406fc bootstrap_look_up2 + 48
8   CarbonCore                    	0x00000001953650d8 SCClientSession::checkinWithServer(unsigned int*) + 192
9   CarbonCore                    	0x0000000195364e0c connectToCoreServicesD() + 128
10  CarbonCore                    	0x0000000195364c38 getStatus() + 64
11  CarbonCore                    	0x00000001953680c4 scCreateSystemServiceVersion + 56
12  CarbonCore                    	0x0000000195367f38 FileIDTreeGetCachedPort + 276
13  CarbonCore                    	0x0000000195367ca8 FSNodeStorageGetAndLockCurrentUniverse + 76
14  CarbonCore                    	0x0000000195367a90 FileIDTreeGetAndLockVolumeEntryForDeviceID + 88
15  CarbonCore                    	0x00000001953678f8 FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) + 92
16  CarbonCore                    	0x0000000195367854 FSMountPrepare + 76
17  CoreServicesInternal          	0x000000019565de5c MountInfoPrepare + 68
18  CoreServicesInternal          	0x0000000195687eb4 parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*, unsigned char) + 2616
19  CoreServicesInternal          	0x000000019565d80c corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 1344
20  CoreServicesInternal          	0x000000019565d258 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 460
21  CoreServicesInternal          	0x000000019565a168 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 232
22  CoreFoundation                	0x0000000191cf370c CFURLCopyResourcePropertyForKey + 108
23  CoreFoundation                	0x0000000191d0aa88 -[NSURL getResourceValue:forKey:error:] + 104
24  LaunchServices                	0x00000001921a68ac -[FSNode initWithURL:flags:error:] + 236
25  LaunchServices                	0x00000001921da258 ___LSGetMainBundleURL_block_invoke + 68
26  libdispatch.dylib             	0x0000000191a86658 _dispatch_client_callout + 20
27  libdispatch.dylib             	0x0000000191a87ea0 _dispatch_once_callout + 32
28  LaunchServices                	0x00000001921da210 _LSGetMainBundleURL + 80
29  LaunchServices                	0x00000001922bad74 _LSCopyBundleURLForAuditToken + 88
30  LaunchServices                	0x000000019224fd34 __75+[LSBundleRecord _bundleRecordForAuditToken:checkNSBundleMainBundle:error:]_block_invoke + 40
31  LaunchServices                	0x000000019232ce10 __LSRECORD_IS_PERFORMING_IO_FOR_A_CALLER__ + 24
32  LaunchServices                	0x000000019224f158 +[LSBundleRecord _bundleRecordForAuditToken:checkNSBundleMainBundle:error:] + 308
33  LaunchServices                	0x000000019224e7b8 +[LSBundleRecord bundleRecordForCurrentProcess] + 92
34  ExtensionFoundation           	0x00000001ef55c4a0 -[_EXRunningExtension _startWithArguments:count:] + 164
35  ExtensionFoundation           	0x00000001ef55d1cc -[_EXRunningExtension startWithArguments:count:] + 444
36  ExtensionFoundation           	0x00000001ef5733c8 EXExtensionMain + 232
37  Foundation                    	0x0000000192f5e18c NSExtensionMain + 204
38  dyld                          	0x00000001918b7274 start + 2840

Thread 1 (id: 617971):
0   libsystem_kernel.dylib        	0x0000000191bf9a84 __workq_kernreturn + 8
1   libsystem_pthread.dylib       	0x0000000191c340f0 start_wqthread + 8

Thread 2 (id: 617972):
0   libsystem_kernel.dylib        	0x0000000191bf9a84 __workq_kernreturn + 8
1   libsystem_pthread.dylib       	0x0000000191c340f0 start_wqthread + 8

Binary Images:
       0x1918b1000 -        0x1918b1fff  com.apple.darwin.ignition (1.0.0 - 56) <080914bd-cd81-3697-869a-d72be1cf17a1> /usr/lib/dyld
       0x191937000 -        0x1919390fb  libxpc.dylib <6d4c0c49-40bc-3ce3-bcb1-416cb9a6501a> /usr/lib/system/libxpc.dylib
       0x191a82000 -        0x191a83ee7  libdispatch.dylib <d9eadb96-27d0-3cda-8f71-1947d88a2021> /usr/lib/system/libdispatch.dylib
       0x191bf7000 -        0x191bf79bf  libsystem_kernel.dylib <2f22b6fb-7929-3452-af97-7b074cf9270f> /usr/lib/system/libsystem_kernel.dylib
       0x191c32000 -        0x191c32e6f  libsystem_pthread.dylib <59673c9d-4337-3728-8375-fd6cf6cdfbaa> /usr/lib/system/libsystem_pthread.dylib
       0x191ca4000 -        0x191ca61ef  com.apple.CoreFoundation (6.9 - 3035.1) <81bf5987-3619-3ded-8c67-353c067ba79a> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x19219a000 -        0x19219c19b  com.apple.LaunchServices (1141.1 - 1141.1) <c62fec61-dc15-39aa-9213-d5627184975c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x192e89000 -        0x192e8b55f  com.apple.Foundation (6.9 - 3035.1) <db5c2244-050f-35bf-9bfe-eb09be3f8a8c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x195363000 -        0x195364497  com.apple.CoreServices.CarbonCore (1333 - 1333) <1b791c41-4481-349d-b81e-a342a9811353> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x195659000 -        0x19565a077  com.apple.CoreServicesInternal (505 - 505) <e1ca3730-e218-31ee-a1f5-869a36da695c> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x1ef55a000 -        0x1ef55be3b  com.apple.ExtensionFoundation (97 - 97) <0b0fcbd8-3205-3f74-a451-bfc18fda8d89> /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
default	11:33:47.425429-0400	LibAVExtensionHost	[0x600000db40f0] activating connection: mach=true listener=false peer=false name=com.apple.coreservices.launchservicesd
default	11:33:47.426234-0400	LibAVExtensionHost	[0x600000db42d0] activating connection: mach=true listener=false peer=false name=com.apple.pasteboard.1
default	11:33:47.427010-0400	LibAVExtensionHost	[0x600000dbc2d0] activating connection: mach=true listener=false peer=false name=com.apple.distributed_notifications@Uv3
default	11:33:47.428345-0400	LibAVExtensionHost	void _NSDisableAutomaticTerminationAndLog(NSString *) No windows open yet
default	11:33:47.428778-0400	LibAVExtensionHost	[0x600000da82d0] activating connection: mach=true listener=false peer=false name=com.apple.tccd.system
default	11:33:47.429373-0400	tccd	AUTHREQ_ATTRIBUTION: msgID=32995.1, attribution={requesting={TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost}, },
default	11:33:47.433130-0400	tccd	AUTHREQ_SUBJECT: msgID=32995.1, subject=info.vade.LibAVExtensionHost,
default	11:33:47.434771-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x8fa2c4300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.437655-0400	LibAVExtensionHost	[0x600000da82d0] invalidated after the last release of the connection object
default	11:33:47.437849-0400	LibAVExtensionHost	server port 0x00005f07, session port 0x00005f07
default	11:33:47.438514-0400	tccd	AUTHREQ_ATTRIBUTION: msgID=400.866, attribution={accessing={TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=400, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	11:33:47.438539-0400	tccd	requestor: TCCDProcess: identifier=com.apple.WindowServer, pid=400, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer is checking access for accessor TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost
default	11:33:47.439737-0400	tccd	AUTHREQ_SUBJECT: msgID=400.866, subject=info.vade.LibAVExtensionHost,
default	11:33:47.441709-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x8fa2c4300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.449184-0400	LibAVExtensionHost	New connection 0x14b07b main
default	11:33:47.452508-0400	LibAVExtensionHost	CHECKIN: pid=32995
default	11:33:47.457509-0400	LibAVExtensionHost	CHECKEDIN: pid=32995 asn=0x0-0x2fc2fc foreground=1
default	11:33:47.457415-0400	launchservicesd	CHECKIN:0x0-0x2fc2fc 32995 info.vade.LibAVExtensionHost
default	11:33:47.457739-0400	LibAVExtensionHost	[0x11d80d740] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.457647-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:372] with description 
	]>
default	11:33:47.457747-0400	LibAVExtensionHost	[0x11d80d740] Channel could not return listener port.
default	11:33:47.457710-0400	runningboardd	Assertion 428-372-30453 (target:[app:32995]) will be created as active
default	11:33:47.457832-0400	LibAVExtensionHost	[0x105007590] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x11d80d740.peer[372].0x105007590
default	11:33:47.458342-0400	runningboardd	Invalidating assertion 428-372-30450 (target:[app:32995]) from originator [osservice:372]
default	11:33:47.458858-0400	LibAVExtensionHost	FRONTLOGGING: version 1
default	11:33:47.458887-0400	LibAVExtensionHost	Registered, pid=32995 ASN=0x0,0x2fc2fc
default	11:33:47.459923-0400	LibAVExtensionHost	[0x11d80d740] Channel could not return listener port.
default	11:33:47.460072-0400	loginwindow	-[ApplicationManager checkInAppContext:eventData:] | ApplicationManager: Checked in app : LibAVExtensionHost
default	11:33:47.460655-0400	LibAVExtensionHost	BringForward: pid=32995 asn=0x0-0x2fc2fc bringForward=1 foreground=1 uiElement=0 launchedByLS=1 modifiersCount=1 allDisabled=0
default	11:33:47.460827-0400	LibAVExtensionHost	BringFrontModifier: pid=32995 asn=0x0-0x2fc2fc Modifier 0 hideAfter=0 hideOthers=0 dontMakeFrontmost=1 mouseDown=0/0 seed=0/0
default	11:33:47.461364-0400	LibAVExtensionHost	Current system appearance, (HLTB: 2), (SLS: 1)
default	11:33:47.463469-0400	LibAVExtensionHost	Current system appearance, (HLTB: 2), (SLS: 1)
default	11:33:47.464505-0400	LibAVExtensionHost	Post-registration system appearance: (HLTB: 2)
default	11:33:47.468264-0400	lockoutagent	Requested application info.vade.LibAVExtensionHost has policy OK, associated categories:DH1009 associated sites:(null) equivalent bundle identifiers:info.vade.LibAVExtensionHost
default	11:33:47.468760-0400	LibAVExtensionHost	[0x11d80d740] Channel could not return listener port.
default	11:33:47.469674-0400	distnoted	register name: com.apple.xctest.FakeForceTouchDevice object: info.vade.LibAVExtensionHost token: 1c00000023 pid: 32995
default	11:33:47.471523-0400	LibAVExtensionHost	[0x11d80d740] Channel could not return listener port.
default	11:33:47.483052-0400	LibAVExtensionHost	Registering for test daemon availability notify post.
default	11:33:47.483190-0400	LibAVExtensionHost	notify_get_state check indicated test daemon not ready.
default	11:33:47.483290-0400	LibAVExtensionHost	notify_get_state check indicated test daemon not ready.
default	11:33:47.483386-0400	LibAVExtensionHost	notify_get_state check indicated test daemon not ready.
error	11:33:47.485685-0400	sandboxd	Sandbox: LibAVExtension(32998) deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd
Violation:       deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd
Process:         LibAVExtension [32998]
Path:            /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Extensions/LibAVExtension.appex/Contents/MacOS/LibAVExtension
Load Address:    0x102244000
Identifier:      info.vade.LibAVExtensionHost.LibAVExtension
Version:         1 (1.0)
Code Type:       arm64 (Native)
Parent Process:  launchd [1]
Responsible:     /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Extensions/LibAVExtension.appex/Contents/MacOS/LibAVExtension
User ID:         501

Date/Time:       2024-07-29 11:33:47.423 EDT
OS Version:      macOS 15.0 (24A5298h)
Release Type:    User
Report Version:  8

MetaData: {"responsible-process-sdk":983040,"platform-policy":false,"uid":501,"mach_namespace":1,"container":"\/Users\/vade\/Library\/Containers\/info.vade.LibAVExtensionHost.LibAVExtension\/Data","pid":32998,"responsible-process-path":"\/Users\/vade\/Library\/Developer\/Xcode\/DerivedData\/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw\/Build\/Products\/Debug\/LibAVExtensionHost.app\/Contents\/Extensions\/LibAVExtension.appex\/Contents\/MacOS\/LibAVExtension","process-path":"\/Users\/vade\/Library\/Developer\/Xcode\/DerivedData\/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw\/Build\/Products\/Debug\/LibAVExtensionHost.app\/Contents\/Extensions\/LibAVExtension.appex\/Contents\/MacOS\/LibAVExtension","apple-internal":false,"build":"macOS 15.0 (24A5298h)","sandbox_checker":"launchd","operation":"mach-lookup","target":"com.apple.DiskArbitration.diskarbitrationd","errno":1,"responsible-process-signing-id":"info.vade.LibAVExtensionHost.LibAVExtension","global-name":"com.apple.DiskArbitration.diskarbitrationd","action":"deny","primary-filter-value":"com.apple.DiskArbitration.diskarbitrationd","profile-in-collection":false,"signing-id":"info.vade.LibAVExtensionHost.LibAVExtension","team-id":"SHG3AW6YV7","responsible-process-team-id":"SHG3AW6YV7","platform_binary":"no","checker-pid":1,"policy-description":"Sandbox","profile-flags":0,"hardware":"J316c","process":"LibAVExtension","platform-binary":false,"flags":5,"normalized_target":["com.apple.DiskArbitration.diskarbitrationd"],"checker":"launchd","primary-filter":"global-name","binary-in-trust-cache":false,"process_path":["Users","vade","Library","Developer","Xcode","DerivedData","LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw","Build","Products","Debug","LibAVExtensionHost.app","Contents","Extensions","LibAVExtension.appex","Contents","MacOS","LibAVExtension"],"summary":"deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd","release-type":"User"}

Thread 0 (id: 617954):
0   libsystem_kernel.dylib        	0x0000000191bf7e34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x0000000191c009d8 mach_msg_overwrite + 480
2   libsystem_kernel.dylib        	0x0000000191bf817c mach_msg + 24
3   libxpc.dylib                  	0x00000001919693d4 _xpc_pipe_mach_msg + 56
4   libxpc.dylib                  	0x0000000191968bb0 _xpc_pipe_routine + 392
5   libxpc.dylib                  	0x000000019193e32c _xpc_interface_routine + 228
6   libxpc.dylib                  	0x0000000191940834 bootstrap_look_up3 + 272
7   libxpc.dylib                  	0x00000001919406fc bootstrap_look_up2 + 48
8   DiskArbitration               	0x000000019a4a8fe8 DASessionCreate + 292
9   CarbonCore                    	0x000000019537e134 FSNode_SetFSSharedDeviceInfo + 1140
10  CarbonCore                    	0x000000019537dabc FSNode_VolumeMounted + 216
11  CarbonCore                    	0x00000001953ab5b4 __FSNodeStorageGetAndLockCurrentUniverse_block_invoke + 200
12  libdispatch.dylib             	0x0000000191a86658 _dispatch_client_callout + 20
13  libdispatch.dylib             	0x0000000191a87ea0 _dispatch_once_callout + 32
14  CarbonCore                    	0x0000000195367dcc FSNodeStorageGetAndLockCurrentUniverse + 368
15  CarbonCore                    	0x0000000195367a90 FileIDTreeGetAndLockVolumeEntryForDeviceID + 88
16  CarbonCore                    	0x00000001953678f8 FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) + 92
17  CarbonCore                    	0x0000000195367854 FSMountPrepare + 76
18  CoreServicesInternal          	0x000000019565de5c MountInfoPrepare + 68
19  CoreServicesInternal          	0x0000000195687eb4 parseAttributeBuffer(__CFAllocator const*, unsigned char const*, unsigned char, attrlist const*, void const*, void**, _FileAttributes*, unsigned int*, unsigned char) + 2616
20  CoreServicesInternal          	0x000000019565d80c corePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 1344
21  CoreServicesInternal          	0x000000019565d258 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 460
22  CoreServicesInternal          	0x000000019565a168 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 232
23  CoreFoundation                	0x0000000191cf370c CFURLCopyResourcePropertyForKey + 108
24  CoreFoundation                	0x0000000191d0aa88 -[NSURL getResourceValue:forKey:error:] + 104
25  LaunchServices                	0x00000001921a68ac -[FSNode initWithURL:flags:error:] + 236
26  LaunchServices                	0x00000001921da258 ___LSGetMainBundleURL_block_invoke + 68
27  libdispatch.dylib             	0x0000000191a86658 _dispatch_client_callout + 20
28  libdispatch.dylib             	0x0000000191a87ea0 _dispatch_once_callout + 32
29  LaunchServices                	0x00000001921da210 _LSGetMainBundleURL + 80
30  LaunchServices                	0x00000001922bad74 _LSCopyBundleURLForAuditToken + 88
31  LaunchServices                	0x000000019224fd34 __75+[LSBundleRecord _bundleRecordForAuditToken:checkNSBundleMainBundle:error:]_block_invoke + 40
32  LaunchServices                	0x000000019232ce10 __LSRECORD_IS_PERFORMING_IO_FOR_A_CALLER__ + 24
33  LaunchServices                	0x000000019224f158 +[LSBundleRecord _bundleRecordForAuditToken:checkNSBundleMainBundle:error:] + 308
34  LaunchServices                	0x000000019224e7b8 +[LSBundleRecord bundleRecordForCurrentProcess] + 92
35  ExtensionFoundation           	0x00000001ef55c4a0 -[_EXRunningExtension _startWithArguments:count:] + 164
36  ExtensionFoundation           	0x00000001ef55d1cc -[_EXRunningExtension startWithArguments:count:] + 444
37  ExtensionFoundation           	0x00000001ef5733c8 EXExtensionMain + 232
38  Foundation                    	0x0000000192f5e18c NSExtensionMain + 204
39  dyld                          	0x00000001918b7274 start + 2840

Thread 1 (id: 617971):
0   libsystem_kernel.dylib        	0x0000000191bf9a84 __workq_kernreturn + 8
1   libsystem_pthread.dylib       	0x0000000191c340f0 start_wqthread + 8

Thread 2 (id: 617972):
0   libsystem_kernel.dylib        	0x0000000191bf9a84 __workq_kernreturn + 8
1   libsystem_pthread.dylib       	0x0000000191c340f0 start_wqthread + 8

Binary Images:
       0x1918b1000 -        0x1918b1fff  com.apple.darwin.ignition (1.0.0 - 56) <080914bd-cd81-3697-869a-d72be1cf17a1> /usr/lib/dyld
       0x191937000 -        0x1919390fb  libxpc.dylib <6d4c0c49-40bc-3ce3-bcb1-416cb9a6501a> /usr/lib/system/libxpc.dylib
       0x191a82000 -        0x191a83ee7  libdispatch.dylib <d9eadb96-27d0-3cda-8f71-1947d88a2021> /usr/lib/system/libdispatch.dylib
       0x191bf7000 -        0x191bf79bf  libsystem_kernel.dylib <2f22b6fb-7929-3452-af97-7b074cf9270f> /usr/lib/system/libsystem_kernel.dylib
       0x191c32000 -        0x191c32e6f  libsystem_pthread.dylib <59673c9d-4337-3728-8375-fd6cf6cdfbaa> /usr/lib/system/libsystem_pthread.dylib
       0x191ca4000 -        0x191ca61ef  com.apple.CoreFoundation (6.9 - 3035.1) <81bf5987-3619-3ded-8c67-353c067ba79a> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x19219a000 -        0x19219c19b  com.apple.LaunchServices (1141.1 - 1141.1) <c62fec61-dc15-39aa-9213-d5627184975c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x192e89000 -        0x192e8b55f  com.apple.Foundation (6.9 - 3035.1) <db5c2244-050f-35bf-9bfe-eb09be3f8a8c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x195363000 -        0x195364497  com.apple.CoreServices.CarbonCore (1333 - 1333) <1b791c41-4481-349d-b81e-a342a9811353> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x195659000 -        0x19565a077  com.apple.CoreServicesInternal (505 - 505) <e1ca3730-e218-31ee-a1f5-869a36da695c> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x19a4a8000 -        0x19a4a8ec3  com.apple.DiskArbitration (2.7 - 2.7) <e9e7224b-5382-323a-a25e-7193db1ba7ff> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x1ef55a000 -        0x1ef55be3b  com.apple.ExtensionFoundation (97 - 97) <0b0fcbd8-3205-3f74-a451-bfc18fda8d89> /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
default	11:33:47.524483-0400	LibAVExtensionHost	GM is currently not available.
default	11:33:47.525441-0400	LibAVExtensionHost	isAvailable: unavailable, info = [unknown, deviceNotCapable]
default	11:33:47.525465-0400	LibAVExtensionHost	isAvailable: featureEnabled = true, isMDMAllowed = true, gmAvailable (current) = false
default	11:33:47.530869-0400	LibAVExtensionHost	[0x600000db0960] activating connection: mach=true listener=false peer=false name=com.apple.coreservices.appleevents
default	11:33:47.531652-0400	LibAVExtensionHost	[0x11d80d740] Channel could not return listener port.
default	11:33:47.532010-0400	LibAVExtensionHost	SignalReady: pid=32995 asn=0x0-0x2fc2fc
default	11:33:47.532308-0400	LibAVExtensionHost	SIGNAL: pid=32995 asn=0x0x-0x2fc2fc
default	11:33:47.533231-0400	loginwindow	-[PersistentAppsSupport applicationReady:] | App: LibAVExtensionHost, ready, updating active tracking timer
default	11:33:47.543333-0400	LibAVExtensionHost	void _NSDisableAutomaticTerminationAndLog(NSString *) Restoring windows
default	11:33:47.543803-0400	LibAVExtensionHost	[0x600000da94a0] activating connection: mach=true listener=false peer=false name=com.apple.window_proxies
default	11:33:47.543889-0400	LibAVExtensionHost	[0x600000da94a0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	11:33:47.544287-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x8fa2c4300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.559475-0400	LibAVExtensionHost	NSApp cache appearance:
-NSRequiresAquaSystemAppearance: 0
-appearance: (null)
-effectiveAppearance: ",
    "",
    ""
)>
default	11:33:47.562453-0400	LibAVExtensionHost	[0x600000ebed00] activating connection: mach=true listener=false peer=false name=com.apple.fonts
default	11:33:47.581846-0400	LibAVExtensionHost	[0x105049c90] activating connection: mach=true listener=false peer=false name=com.apple.windowmanager.server
default	11:33:47.583230-0400	WindowManager	Connection activated | (32995) LibAVExtensionHost
default	11:33:47.595458-0400	LibAVExtensionHost	Metal API Validation Enabled
default	11:33:47.607532-0400	LibAVExtensionHost	No persisted cache on this platform.
error	11:33:47.610455-0400	LibAVExtensionHost	NSBundle file:///System/Library/PrivateFrameworks/MetalTools.framework/ principal class is nil because all fallbacks have failed
default	11:33:47.611855-0400	distnoted	register name: com.apple.nsquiet_safe_quit_give_reason object: info.vade.LibAVExtensionHost token: 4100000048 pid: 32995
default	11:33:47.614329-0400	LibAVExtensionHost	[0x600000dbd3b0] activating connection: mach=true listener=false peer=false name=com.apple.dock.fullscreen
default	11:33:47.621783-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _runOnIvarAccessQueueOperationThatMayChangeCurrentItemWithPreflightBlock:modificationBlock:error:]_block_invoke: currentItem KVO: P/UQ will willChange AVPlayer.currentItem
default	11:33:47.621820-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _runOnIvarAccessQueueOperationThatMayChangeCurrentItemWithPreflightBlock:modificationBlock:error:]_block_invoke: currentItem KVO: P/UQ did willChange AVPlayer.currentItem
default	11:33:47.621835-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _setCurrentItem:]: currentItem KVO: P/UQ updating current item from (null) to I/BLH.01
default	11:33:47.621864-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _runOnIvarAccessQueueOperationThatMayChangeCurrentItemWithPreflightBlock:modificationBlock:error:]_block_invoke: P/UQ setting timeControlStatus=0, reasonForWaitingToPlay=(null)
default	11:33:47.621927-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _runOnIvarAccessQueueOperationThatMayChangeCurrentItemWithPreflightBlock:modificationBlock:error:]_block_invoke: currentItem KVO: P/UQ will didChange AVPlayer.currentItem
default	11:33:47.621944-0400	LibAVExtensionHost	<<<< AVPlayer >>>> -[AVPlayer _runOnIvarAccessQueueOperationThatMayChangeCurrentItemWithPreflightBlock:modificationBlock:error:]_block_invoke: currentItem KVO: P/UQ did didChange AVPlayer.currentItem
default	11:33:47.622067-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> FigPlayerSurrogateCreateWithOptions: new player 0x6000005a91e0 P/UQ
default	11:33:47.623024-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> FigPlayerAirPlayRoute_Create: [0x600000db0d20] P/UQ created
default	11:33:47.623548-0400	LibAVExtensionHost	[0x600000da9770] activating connection: mach=true listener=false peer=false name=com.apple.coremedia.routingcontext.xpc
default	11:33:47.624748-0400	AirPlayXPCHelper	-FigRoutingManagerContextUtilities- FigRoutingManagerContextUtilities_AddContext_block_invoke: Adding context C9358153-F08B-4318-9F54-22D61588189A of type Audio, options={
    clientName = LibAVExtensionHost;
    clientPID = 32995;
    contextType = 4;
    contextUUID = "C9358153-F08B-4318-9F54-22D61588189A";
}
default	11:33:47.625710-0400	LibAVExtensionHost	[0x600000da9860] activating connection: mach=false listener=false peer=false name=com.apple.accessibility.mediaaccessibilityd
default	11:33:47.626626-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> FigPlayerAirPlayCreateWithOptions: [0x10c615360] P/UQ returning err = 0, wrapping 0x6000005a91e0 for client LibAVExtensionHost(info.vade.LibAVExtensionHost)
default	11:33:47.627895-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplayroute_updateRoutingRegistryInternal: [0x600000db0d20] P/UQ Updating routing registry. playbackActive: 0. routingContextUUID: [C9358153-F08B-4318-9F54-22D61588189A]. AudioSessionDisallowsBuffered: 0. Saved UUID: [(null)]
default	11:33:47.628117-0400	LibAVExtensionHost	<<<< FigBufferedAirPlayClientRoutingRegistry >>>> FigBufferedAirPlayClientRoutingRegistryCreate: FigBufferedAirPlayClientRoutingRegistry created
default	11:33:47.628151-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplayroute_updateRouteInformation: [0x600000db0d20] P/UQ Called. Current route: (null) [pb: 0 t: [0x0] ][sc: 0x0][buf: 0x0][lpb: 1][usc:0]
default	11:33:47.628412-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplayroute_updateRouteInformation: [0x600000db0d20] P/UQ Selected endpoint from routing context [0x0], Local Playback = 1
default	11:33:47.628423-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplayroute_updateRouteInformation: [0x600000db0d20] P/UQ Exiting (current: (null) [pb: 0 t: [0x0] ][sc: 0x0][buf: 0x0][lpb: 1][usc:0][epsAPVwSharePlay:0])
default	11:33:47.628431-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplayroute_updateRouteInformation: [0x600000db0d20] P/UQ change route type to 0, err = 0
default	11:33:47.628727-0400	LibAVExtensionHost	Registered notify signal com.apple.caulk.alloc.rtdump (0)
default	11:33:47.628873-0400	LibAVExtensionHost	[0x600000da9950] activating connection: mach=true listener=false peer=false name=com.apple.cmio.registerassistantservice.system-extensions
fault	11:33:47.629837-0400	runningboardd	Two equal instances have unequal identities.  and 
default	11:33:47.638336-0400	LibAVExtensionHost	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/com-apple-dt-Xcode/AUVoiceIOChatFlavor, translatedBundleID com.apple.dt.Xcode, bundleIDs {(
    "info.vade.LibAVExtensionHost"
)}
default	11:33:47.638572-0400	LibAVExtensionHost	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/com-apple-dt-Xcode/AUVoiceIOIsAutoChatFlavorEnabled, translatedBundleID com.apple.dt.Xcode, bundleIDs {(
    "info.vade.LibAVExtensionHost"
)}
default	11:33:47.638839-0400	LibAVExtensionHost	            HALSystem.cpp:133    Enabling HAL Voice Isolation support
default	11:33:47.639039-0400	LibAVExtensionHost	[0x600000da9a40] activating connection: mach=true listener=false peer=false name=com.apple.tccd
default	11:33:47.639950-0400	tccd	AUTHREQ_ATTRIBUTION: msgID=32995.2, attribution={requesting={TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost}, },
default	11:33:47.641884-0400	tccd	AUTHREQ_SUBJECT: msgID=32995.2, subject=info.vade.LibAVExtensionHost,
default	11:33:47.643184-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x78433c300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.646260-0400	LibAVExtensionHost	[0x600000da9a40] invalidated after the last release of the connection object
default	11:33:47.648628-0400	tccd	AUTHREQ_ATTRIBUTION: msgID=493.216, attribution={accessing={TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=401, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	11:33:47.650540-0400	tccd	AUTHREQ_SUBJECT: msgID=493.216, subject=info.vade.LibAVExtensionHost,
default	11:33:47.651647-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x78433c300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
error	11:33:47.655112-0400	tccd	Request message contains a target_token to accessing_process (TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost) but TCCDProcess: identifier=com.apple.audio.coreaudiod, pid=493, auid=202, euid=202, binary_path=/usr/sbin/coreaudiod is not a TCC manager for service: kTCCServiceScreenCapture.
default	11:33:47.656100-0400	tccd	AUTHREQ_ATTRIBUTION: msgID=493.218, attribution={accessing={TCCDProcess: identifier=info.vade.LibAVExtensionHost, pid=32995, auid=501, euid=501, binary_path=/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=401, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	11:33:47.657845-0400	tccd	AUTHREQ_SUBJECT: msgID=493.218, subject=info.vade.LibAVExtensionHost,
default	11:33:47.659074-0400	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier info.vade.LibAVExtensionHost, type: 0: 0x78433c300 at /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:47.665648-0400	LibAVExtensionHost	  HALPlugInManagement.cpp:439    HALPlugInManagement::RegisterPlugIns: skipping in-process plug-ins
error	11:33:47.665682-0400	LibAVExtensionHost	AddInstanceForFactory: No factory registered for id  F8BB1C28-BAE8-11D6-9C31-00039315CD46
default	11:33:47.697937-0400	LibAVExtensionHost	-[AVPictureInPictureController _logContentSourceType:] AVPictureInPictureContentSourceTypePlayerLayer
default	11:33:47.698026-0400	LibAVExtensionHost	-[AVPictureInPictureViewController initWithPictureInPicturePlayerLayerView:] 35 0x60000009c120
default	11:33:47.698394-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.698414-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: NO
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: NO
	contentDimensions: (0.0, 0.0)
	isPictureInPictureSupported: YES
}
default	11:33:47.698426-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.698529-0400	LibAVExtensionHost	-[AVPictureInPictureController _commonInitWithSource:]_block_invoke owner.isOtherPictureInPictureActive NO
default	11:33:47.698604-0400	LibAVExtensionHost	-[AVPlayerController init] 453
default	11:33:47.699455-0400	LibAVExtensionHost	Device Supports Analysis: YES
default	11:33:47.701690-0400	LibAVExtensionHost	-[AVPictureInPictureController setAllowsPictureInPicturePlayback:] allowsPictureInPicturePlayback NO
default	11:33:47.701709-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.701721-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: NO
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: NO
	contentDimensions: (0.0, 0.0)
	isPictureInPictureSupported: YES
}
default	11:33:47.701731-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.703155-0400	LibAVExtensionHost	-[AVPlayerView setPlayer:] player: 
default	11:33:47.703176-0400	LibAVExtensionHost	-[AVPlayerController initWithPlayer:] player: 0x6000030a9ec0
default	11:33:47.703646-0400	LibAVExtensionHost	PlayerItemDidChange
default	11:33:47.703682-0400	LibAVExtensionHost	New playerItem: 
default	11:33:47.703839-0400	LibAVExtensionHost	Time control status = 0
default	11:33:47.703911-0400	LibAVExtensionHost	SeekableTimeRanges changed {nan, nan} -> {nan, nan}.
default	11:33:47.703989-0400	LibAVExtensionHost	Rate changed to: 0.000000
default	11:33:47.705077-0400	LibAVExtensionHost	-[AVPlayerController setActivePlayer:] Updated player to:  player
default	11:33:47.705104-0400	LibAVExtensionHost	-[AVPlayerView setPlayerController:] playerController: 
default	11:33:47.705127-0400	LibAVExtensionHost	-[AVPlayerController dealloc] 839 0x105053380
default	11:33:47.705656-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.705692-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: NO
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.705703-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.705741-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.705758-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: NO
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.705768-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.717000-0400	LibAVExtensionHost	Window SwiftUI.AppKitWindow 0x11e05b800 ordered front from a non-active application and may order beneath the active application's windows.
default	11:33:47.717036-0400	LibAVExtensionHost	order window front conditionally: d0f related: 0
default	11:33:47.717070-0400	LibAVExtensionHost	void _NSEnableAutomaticTerminationAndLog(NSString *) No windows open yet
default	11:33:47.717422-0400	LibAVExtensionHost	establishing connection to agent
default	11:33:47.717466-0400	LibAVExtensionHost	[0x6000011937f0] Session created.
default	11:33:47.717477-0400	LibAVExtensionHost	[0x6000011937f0] Session created from connection [0x600000d981e0]
default	11:33:47.717494-0400	LibAVExtensionHost	[0x600000d981e0] activating connection: mach=true listener=false peer=false name=com.apple.uiintelligencesupport.agent
default	11:33:47.717583-0400	LibAVExtensionHost	[0x6000011937f0] Session activated
default	11:33:47.719284-0400	LibAVExtensionHost	void _NSEnableAutomaticTerminationAndLog(NSString *) Restoring windows
default	11:33:47.725447-0400	LibAVExtensionHost	-[AVDesktopPlaybackContentContainerView setContentDisplayType:] contentDisplayType - 6
default	11:33:47.725466-0400	LibAVExtensionHost	-[AVDesktopPlaybackContentContainerView _updateActiveContentDisplayTypeIfNeeded] activeContentDisplayType - 6
default	11:33:47.727971-0400	LibAVExtensionHost	-[AVPictureInPictureController setAllowsPictureInPicturePlayback:] allowsPictureInPicturePlayback NO
default	11:33:47.728015-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.728060-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: YES
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.728101-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.729845-0400	LibAVExtensionHost	-[AVNowPlayingInfoController init] 54 0x600003c10ab0
default	11:33:47.731559-0400	LibAVExtensionHost	Set: origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer setting ActivePlayerPath to < {
    audioSessionID = 0;
    audioSessionType = Default;
    displayName = "Default Player";
    identifier = "MediaRemote-DefaultPlayer";
}>
default	11:33:47.731602-0400	LibAVExtensionHost	Request: setNowPlayingPlayer<347DC488-CA5A-4B39-9E12-54B2B1BBD546> for origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer because New player origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer was added
default	11:33:47.731786-0400	LibAVExtensionHost	[0x600000d983c0] activating connection: mach=true listener=false peer=false name=com.apple.mediaremoted.xpc
default	11:33:47.731904-0400	LibAVExtensionHost	MediaRemote server initializing
default	11:33:47.732125-0400	mediaremoted	Retrieved com.apple.application-identifier from SecTask: applicationID=SHG3AW6YV7.info.vade.LibAVExtensionHost
default	11:33:47.732270-0400	mediaremoted	Processed teamID from com.apple.application-identifier: teamIDIsValid=YES bundleID=info.vade.LibAVExtensionHost
default	11:33:47.732543-0400	mediaremoted	Retrieved com.apple.application-identifier from SecTask: applicationID=SHG3AW6YV7.info.vade.LibAVExtensionHost
default	11:33:47.732713-0400	mediaremoted	Processed teamID from com.apple.application-identifier: teamIDIsValid=YES bundleID=info.vade.LibAVExtensionHost
default	11:33:47.732928-0400	mediaremoted	Adding client 
default	11:33:47.738372-0400	LibAVExtensionHost	-[AVDesktopPlayerViewContentView _setShouldManagePlaybackControlsState:] managesPlaybackControlsState: YES
default	11:33:47.749599-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [app:32995] with description ,
	,
	,
	,
	,
	,
	,
	<<…>
default	11:33:47.749700-0400	runningboardd	Assertion 428-32995-30454 (target:[app:32995]) will be created as active
default	11:33:47.750072-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:47.750276-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:47.750410-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:47.750853-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:47.751108-0400	runningboardd	[app:32995] Set AppNap state: 
default	11:33:47.760946-0400	mediaremoted	[MRDNowPlayingOriginClient] Creating nowPlayingClient for origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer
default	11:33:47.761118-0400	mediaremoted	Set: origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer setting effectiveBundleIdentifier to <>
default	11:33:47.765645-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveNonFocal) (endowments: )
default	11:33:47.766314-0400	LibAVExtensionHost	[0x600000db0e10] activating connection: mach=false listener=false peer=false name=com.apple.ViewBridgeAuxiliary
default	11:33:47.766067-0400	mediaremoted	Set: origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer setting displayName to <>
default	11:33:47.766187-0400	mediaremoted	[MRDNowPlayingClient] Creating playerClient for origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995 (LibAVExtensionHost)/player-MediaRemote-DefaultPlayer
default	11:33:47.766360-0400	mediaremoted	Set: origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995 (LibAVExtensionHost)/player-MediaRemote-DefaultPlayer setting activePlayerClient to <>
default	11:33:47.766437-0400	mediaremoted	[MRDNowPlayingClient] ActiveNowPlayingPlayer changed from (null) to MediaRemote-DefaultPlayer for origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995 (LibAVExtensionHost)/player-MediaRemote-DefaultPlayer
default	11:33:47.766789-0400	LibAVExtensionHost	[0x10c61bd40] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.766690-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:47.766839-0400	LibAVExtensionHost	Response: setNowPlayingPlayer<347DC488-CA5A-4B39-9E12-54B2B1BBD546> returned for origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995/player-MediaRemote-DefaultPlayer in 0.0352 seconds
default	11:33:47.766699-0400	mediaremoted	Set: origin-Mac-1280262988/client-info.vade.LibAVExtensionHost-32995 (LibAVExtensionHost)/player-MediaRemote-DefaultPlayer setting activePlayerClient from <> to <>
default	11:33:47.767043-0400	LibAVExtensionHost	[0x10c61b8a0] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.767055-0400	LibAVExtensionHost	[0x10c61b8a0] Channel could not return listener port.
default	11:33:47.767417-0400	LibAVExtensionHost	[0x600000db0e10] invalidated after the last release of the connection object
default	11:33:47.767813-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplay_handleSetProperty: [0x10c615360] P/UQ AllowsAirPlayVideo set to TRUE, state NoAirPlay)
default	11:33:47.768269-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_CreatePlaybackItemFromAsset: [0x6000005a91e0] P/UQ Created new item 0x6000009b9790 I/BLH.01
default	11:33:47.768291-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> playerairplay_CreatePlaybackItem: [0x10c615360] P/UQ -> new item 0x11d82b5d0 I/BLH.01 [74CDB0D2-E005-46C0-B836-F8B54449CE88] wrapping [0x6000005a91e0:0x6000009b9790]
default	11:33:47.768767-0400	LibAVExtensionHost	<<<< AVPlayerItem >>>> -[AVPlayerItem _updateItemIdentifierForCoordinatedPlayback]_block_invoke: self I/BLH.01: setting coordination identifier to (null)
default	11:33:47.768908-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.768825-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> FigPlayerFileCreateWithOptions: returning player(0x10505e0e0) P/UQ, err=0
default	11:33:47.769078-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_stopResetDisturbReprepareAndResumeWithTransaction: [0x10505e0e0] P/UQ called for reason: DecodeMultipleAudioTracksChanged
default	11:33:47.769448-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_getNextPlaybackState: [0x10505e0e0] P/UQ new playback state: Paused (Player) (playerRate: 0.000), WILL NOT update boss rate (nan), previous state: Paused, change reason: ClientPolicyChanged, playthrough prediction: unknown, options: None
default	11:33:47.769578-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> fp_CreatePlaybackItem: [0x10505e0e0] P/UQ  asset 0x6000027fdbc0 -> new item 0x104844000 I/BLH.01
default	11:33:47.770710-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlaybackItem_createRealItemInternal: created real item 0x104844000 for surrogate item 0x6000009b9790 I/BLH.01
default	11:33:47.770804-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_setCurrentTimeWithRangeAndIDGuts: <0x104844000|I/BLH.01> called, time = 0.000, flags = 0x3, range = [-inf, inf], seekID = 100000001
default	11:33:47.770891-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_setCurrentTimeWithRangeAndIDGuts: <0x104844000|I/BLH.01> to 0.000 - setting remembered time
default	11:33:47.771042-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_setCurrentTimeWithRangeAndIDGuts: <0x104844000|I/BLH.01> no boss, posting SeekDidComplete immediately (seekID 100000001)
default	11:33:47.768989-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: YES
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.771244-0400	LibAVExtensionHost	<<<< Async >>>> playerasync_runAsynchronousCommandOnQueue: Command 26 returned -12784; this async error will be discarded
default	11:33:47.771363-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_applyLoudnessInfo: [0x10505e0e0] P/UQ item [0x104844000] I/BLH.01 is not the working item so no need to pass down loudnessinfo yet for track 0
default	11:33:47.771534-0400	LibAVExtensionHost	<<<< Async >>>> playerasync_runAsynchronousCommandOnQueue: Command 26 returned -12784; this async error will be discarded
default	11:33:47.771650-0400	LibAVExtensionHost	<<<< Async >>>> playerasync_runAsynchronousCommandOnQueue: Command 26 returned -12784; this async error will be discarded
default	11:33:47.771848-0400	LibAVExtensionHost	<<<< Async >>>> playerasync_runAsynchronousCommandOnQueue: Command 26 returned -12784; this async error will be discarded
default	11:33:47.771905-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_AddToPlayQueue: [0x6000005a91e0] P/UQ add 0x6000009b9790 I/BLH.01 after 0x0
default	11:33:47.772037-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlaybackItem_addToPlayQueueInternal: [0x6000005a91e0] P/UQ adding item 0x6000009b9790(0x104844000) I/BLH.01 to play queue after item 0x0(0x0)
default	11:33:47.772231-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_initiateLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ preparing item 0x6000009b9790(0x104844000) I/BLH.01 for enqueueing
default	11:33:47.772317-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_initiateLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ load ok 0x6000009b9790(0x104844000) I/BLH.01 already loaded
default	11:33:47.772399-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_respondToLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ called, enqueuing item 0x6000009b9790 I/BLH.01 if appropriate
default	11:33:47.772495-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_respondToLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ called for item 0x6000009b9790 I/BLH.01. item index is 0 in surrogate playQueue. realPlayer 0x10505e0e0, realItem 0x104844000.
default	11:33:47.772593-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_respondToLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ called for item 0x6000009b9790 I/BLH.01. switching real player from [0x0] to [0x10505e0e0].
default	11:33:47.771203-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.773005-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_gracefullyAddImageQueues: cannot gracefully add image queues when not playing
default	11:33:47.773209-0400	LibAVExtensionHost	<<<< FigPlayerSurrogate >>>> surrogatePlayer_respondToLoadingOfItemAssetTypeInternal: [0x6000005a91e0] P/UQ adding item 0x6000009b9790(0x104844000) I/BLH.01 to real player play queue
default	11:33:47.773252-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_AddToPlayQueue: [0x10505e0e0] P/UQ item 0x104844000 I/BLH.01 after 0x0
default	11:33:47.773303-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_AddToPlayQueue: [0x10505e0e0] P/UQ play queue is no longer hungry
default	11:33:47.773385-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_AddToPlayQueue: there was no current item, ergo there must have been a gap => will disturb playback
default	11:33:47.773503-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_AddToPlayQueue: [0x10505e0e0] P/UQ item 0x104844000 I/BLH.01 became current but is not yet ready for inspection
default	11:33:47.774482-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {0/1 = 0.000}
default	11:33:47.774525-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.773565-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_AddToPlayQueue: [0x10505e0e0] P/UQ play queue now: [item 0x104844000 I/BLH.01 (boss 0x0)]
default	11:33:47.774595-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.774620-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.774646-0400	LibAVExtension	Recieved Invalid timestamp AV_NOPTS_VALUE - returning kCMTimeInvalid
default	11:33:47.773859-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_stopResetDisturbReprepareAndResumeWithTransaction: [0x10505e0e0] P/UQ called for reason: playerfig_AddToPlayQueue
default	11:33:47.774662-0400	LibAVExtension	Converted {0/1000 = 0.000}
default	11:33:47.774502-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_repreparePlayQueue: [0x10505e0e0] P/UQ item 0x104844000 I/BLH.01 is current but is not yet ready for inspection
default	11:33:47.774679-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.774736-0400	LibAVExtension	Decode Timestamp {0/1000 = 0.000}
default	11:33:47.774791-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_prepareWorkingItem: [0x10505e0e0] P/UQ item 0x104844000 I/BLH.01 is the working item but is not yet ready for inspection
default	11:33:47.774887-0400	LibAVExtension	Presentation Timestamp {0/1000 = 0.000}
default	11:33:47.775013-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.775058-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_getNextPlaybackState: [0x10505e0e0] P/UQ new playback state: Paused (Player) (playerRate: 0.000), WILL NOT update boss rate (nan), previous state: Paused, change reason: CurrentItemChanged, playthrough prediction: unknown, options: None
default	11:33:47.775161-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.775331-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.776520-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-12784)
default	11:33:47.781728-0400	LibAVExtensionHost	Pixel format registry initialized. Constant classes enabled.
default	11:33:47.788743-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_establishStereoAudioSpatializationPreferenceForAsset: <0x104844000|I/BLH.01>: Stereo Spatialization allowed by default due to asset containing video.
default	11:33:47.789439-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:400] with description ,
	
	]>
default	11:33:47.789589-0400	runningboardd	Assertion 428-400-30455 (target:[app:32995]) will be created as active
default	11:33:47.789670-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> itemairplay_assetPropertyFailedToLoad: [0x10c615360, 0x11d82b5d0] P/UQ I/BLH.01 assetNotice_PropertyFailedToLoad notification for item 0x11d82b5d0 by asset 0x6000027fdbc0 payload {
    "assetPayload_Property" = trackPropertyForMediaSelectionOptions;
    "assetPayload_Result" = "-16505";
}
default	11:33:47.789737-0400	LibAVExtensionHost	<<<< FigPlayer_AP >>>> itemairplay_assetPropertyFailedToLoad: [0x10c615360, 0x11d82b5d0] P/UQ I/BLH.01 assetNotice_PropertyFailedToLoad notification for item 0x11d82b5d0 by asset 0x6000027fdbc0 payload {
    "assetPayload_Property" = availableMediaCharacteristicsWithMediaSelectionOptions;
    "assetPayload_Result" = "-16505";
}
default	11:33:47.789799-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> handleFigAssetLoadingNotification: Received kFigAssetNotification_BatchPropertyLoadComplete (payload: {
    "assetPayload_BatchID" = 1;
})
default	11:33:47.789861-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader _invokeCompletionHandlerForLoadingBatches:]: No completed batches
default	11:33:47.789952-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> handleFigAssetLoadingNotification: Received kFigAssetNotification_BatchPropertyLoadComplete (payload: {
    "assetPayload_BatchID" = 2;
})
default	11:33:47.789963-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader _invokeCompletionHandlerForLoadingBatches:]: No completed batches
default	11:33:47.790009-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_assetPropertyBatchLoaded: [0x10505e0e0] P/UQ current item 0x104844000 I/BLH.01 became ready for inspection for the first time
default	11:33:47.790046-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_assetPropertyBatchLoaded: Prepare item <0x104844000|I/BLH.01> on dispatch queue
default	11:33:47.790333-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {0/1 = 0.000}
default	11:33:47.790023-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.790373-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.790126-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: YES
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.790409-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.790427-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.790448-0400	LibAVExtension	Converted {0/1000 = 0.000}
default	11:33:47.790172-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.790466-0400	LibAVExtension	Converted {125/1000 = 0.125}
default	11:33:47.790482-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.790498-0400	LibAVExtension	Decode Timestamp {0/1000 = 0.000}
default	11:33:47.790513-0400	LibAVExtension	Presentation Timestamp {125/1000 = 0.125}
default	11:33:47.790528-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.790540-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.790560-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.790615-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {+INFINITY}
default	11:33:47.790637-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.790677-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.790575-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:47.790960-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.790704-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:47.791119-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.790846-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:47.791085-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:47.791301-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.791400-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.791492-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.791132-0400	runningboardd	[app:32995] visiblity is yes
default	11:33:47.791582-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.791759-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.791918-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.792201-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.792222-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.792237-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.792416-0400	LibAVExtension	Recieved Invalid timestamp AV_NOPTS_VALUE - returning kCMTimeInvalid
default	11:33:47.792439-0400	LibAVExtension	Converted {0/1000 = 0.000}
default	11:33:47.792459-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.792474-0400	LibAVExtension	Decode Timestamp {0/1000 = 0.000}
default	11:33:47.792490-0400	LibAVExtension	Presentation Timestamp {0/1000 = 0.000}
default	11:33:47.792505-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.792519-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.792536-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.792613-0400	LibAVExtensionHost	<< FigPlayMonitor >> FigPlayabilityMonitorCreate: [0x11e897030] Movie duration = 8359.1 s
default	11:33:47.792670-0400	LibAVExtensionHost	<< FigPlayMonitor >> FigPlayabilityMonitorCreate: [0x11e897030] new monitor (stream 0x6000011a1950)
default	11:33:47.792684-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_monitorPlayability: <0x104844000|I/BLH.01> Created playability monitor 0x11e897030 (err=0)
default	11:33:47.792779-0400	LibAVExtensionHost	<< FigPlayMonitor >> fpm_likelyToKeepUpUsingDynamicAlgorithm: [0x11e897030] sending kfpmStreamLikelyToKeepUp; smoothedBandwidth=0.00 kbps dur=8359.10
default	11:33:47.792794-0400	LibAVExtensionHost	<< FigPlayMonitor >> fpm_likelyToKeepUpUsingDynamicAlgorithm: [0x11e897030] bandwidth: 0 kbps; smoothedBandwidth: 0 kbps; bwInflationFactor: 1.00; (movieDuration - durToPlayThrough): 0.00; durationAhead: 8359.10; timeToLikelyToKeepUp: 0.00
default	11:33:47.792812-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> itemfig_registerPlayabilityMonitorNotification: <0x104844000|I/BLH.01> playback is already LikelyToKeepUp - notifying
default	11:33:47.793073-0400	LibAVExtensionHost	<<<< Alt >>>> FPSupport_GetDisplayRefreshInformation: new found display(1) with current mode ( [{
    BitsPerPixel = 32;
    BitsPerSample = 10;
    DepthFormat = 8;
    Height = 1329;
    IODisplayModeID = 72;
    IOFlags = 3;
    Mode = 72;
    PixelEncoding = "--RRRRRRRRRRGGGGGGGGGGBBBBBBBBBB";
    RefreshRate = 120;
    SamplesPerPixel = 3;
    UsableForDesktopGUI = 1;
    Width = 2056;
    kCGDisplayBytesPerRow = 16448;
    kCGDisplayHorizontalResolution = 303;
    kCGDisplayModeIsInterlaced = 0;
    kCGDisplayModeIsSafeForHardware = 1;
    kCGDisplayModeIsStretched = 0;
    kCGDisplayModeIsTelevisionOutput = 0;
    kCGDisplayModeIsUnavailable = 0;
    kCGDisplayModeSuitableForUI = 1;
    kCGDisplayPixelsHigh = 2658;
    kCGDisplayPixelsWide = 4112;
    kCGDisplayResolution = 2;
    kCGDisplayVerticalResolution = 303;
}] ) having a refresh rate(120.000000)
default	11:33:47.793241-0400	LibAVExtensionHost	<<<< Alt >>>> FPSupport_GetDisplayRefreshInformation: displayMaxRefreshInterval:1/120 displayMinRefreshInterval:1/120 displayRefreshStep:0/0
default	11:33:47.793286-0400	LibAVExtensionHost	<<<< Alt >>>> FPSupport_GetDisplayRefreshInformation: new found display(1) with current mode ( [{
    BitsPerPixel = 32;
    BitsPerSample = 10;
    DepthFormat = 8;
    Height = 1329;
    IODisplayModeID = 72;
    IOFlags = 3;
    Mode = 72;
    PixelEncoding = "--RRRRRRRRRRGGGGGGGGGGBBBBBBBBBB";
    RefreshRate = 120;
    SamplesPerPixel = 3;
    UsableForDesktopGUI = 1;
    Width = 2056;
    kCGDisplayBytesPerRow = 16448;
    kCGDisplayHorizontalResolution = 303;
    kCGDisplayModeIsInterlaced = 0;
    kCGDisplayModeIsSafeForHardware = 1;
    kCGDisplayModeIsStretched = 0;
    kCGDisplayModeIsTelevisionOutput = 0;
    kCGDisplayModeIsUnavailable = 0;
    kCGDisplayModeSuitableForUI = 1;
    kCGDisplayPixelsHigh = 2658;
    kCGDisplayPixelsWide = 4112;
    kCGDisplayResolution = 2;
    kCGDisplayVerticalResolution = 303;
}] ) having a refresh rate(120.000000)
default	11:33:47.793303-0400	LibAVExtensionHost	<<<< Alt >>>> FPSupport_GetDisplayRefreshInformation: displayMaxRefreshInterval:1/120 displayMinRefreshInterval:1/120 displayRefreshStep:0/0
default	11:33:47.801351-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveNonFocal) (endowments: )
default	11:33:47.802274-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:47.804989-0400	LibAVExtensionHost	<<<< IQ-CA >>>> FigImageQueueCreateForCoreAnimation: Created IQ 0x11e09d000 on behalf of client pid 32995 (LibAVExtensionHost)
default	11:33:47.806083-0400	LibAVExtensionHost	[0x600000da9c20] activating connection: mach=false listener=false peer=false name=com.apple.coremedia.videodecoder
default	11:33:47.806205-0400	LibAVExtensionHost	[0x105062190] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.806230-0400	LibAVExtensionHost	[0x105062190] Channel could not return listener port.
default	11:33:47.839849-0400	LibAVExtensionHost	[0x10c613db0] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x105062190.peer[33000].0x10c613db0
default	11:33:47.839926-0400	LibAVExtensionHost	[0x10c614050] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.840147-0400	LibAVExtensionHost	[0x11d926720] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:47.865075-0400	LibAVExtensionHost	[0x600000da9c20] invalidated after the last release of the connection object
default	11:33:47.865094-0400	LibAVExtensionHost	[0x105062190] invalidated after the last release of the connection object
default	11:33:47.865103-0400	LibAVExtensionHost	[0x10c613db0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	11:33:47.865103-0400	LibAVExtensionHost	<<<< RemoteDecode - client >>>> vtRemoteDecoderClient_validateAndRebuildIfNeeded_block_invoke_2: something is wrong: -8971
default	11:33:47.865576-0400	LibAVExtensionHost	[0x600000dbd770] activating connection: mach=false listener=false peer=false name=com.apple.coremedia.videodecoder
default	11:33:47.865631-0400	LibAVExtensionHost	[0x10505df70] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.865659-0400	LibAVExtensionHost	[0x10505df70] Channel could not return listener port.
default	11:33:47.871895-0400	LibAVExtensionHost	[0x105062190] activating connection: mach=false listener=true peer=false name=(anonymous)
default	11:33:47.871912-0400	LibAVExtensionHost	[0x105062190] Channel could not return listener port.
default	11:33:47.872044-0400	LibAVExtensionHost	[0x105209700] activating connection: mach=false listener=false peer=true name=com.apple.xpc.anonymous.0x105062190.peer[33000].0x105209700
default	11:33:47.872805-0400	LibAVExtensionHost	<<<< VMC >>>> VMC2CreateWithCallbacks: Created VMC 0x1048cc000 on behalf of client pid 32995
default	11:33:47.872903-0400	LibAVExtensionHost	<<<< IQ-CA >>>> piqca_setProperty: (0x11e09d000) kFigImageQueueProperty_EnableImageQueueTiming -> TRUE
default	11:33:47.872967-0400	LibAVExtensionHost	<<<< IQ-CA >>>> piqca_setImageQueueTiming: (0x11e09d000) Paused; Set IQTimingOffset: 0.000 at host time 0.000
default	11:33:47.872987-0400	LibAVExtensionHost	<<<< IQ-CA >>>> piqca_setImageQueueTiming: (0x11e09d000) Paused; Set IQTimingOffset: 0.000 at host time 26429.297
error	11:33:47.872982-0400	LibAVExtensionHost	<<<< VRP >>>> figVideoRenderPipelineSetProperty signalled err=-12852 (kFigRenderPipelineError_InvalidParameter) (sample attachment collector not enabled) at FigStandardVideoRenderPipeline.c:2231
default	11:33:47.873699-0400	LibAVExtensionHost	<<<< Boss >>>> bossBuildMentorForTrack: <0x105209840|I/BLH.01> track 1 (vide) enableForStepping mentor 0x1050632f0 (snippetMentor 0x0 -> loopingMentor 0x0 -> superEditMentor 0x0 -> editMentor 0x1050632f0 -> gaplessMentor 0x0 -> videoMentor 0x105062f30
default	11:33:47.873755-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossCreate: returning boss = 0x105209840
default	11:33:47.873785-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetTimeWithRange: <0x105209840|I/BLH.01> newTime: 0.000000, scruboption = 0x4, range = [-inf, inf] seekID 0
default	11:33:47.873835-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSnapTimeToIFrameWithRange: time = 0.000, scruboption = 0x4, range = [-inf, inf]
default	11:33:47.873882-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {0/1 = 0.000}
default	11:33:47.873918-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.873950-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.873970-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.873990-0400	LibAVExtension	LibAVFormatReader got readPacket 8706 0x10f00b403
default	11:33:47.874212-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.874349-0400	LibAVExtension	Converted {0/1000 = 0.000}
default	11:33:47.874368-0400	LibAVExtension	Converted {125/1000 = 0.125}
default	11:33:47.874387-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.874402-0400	LibAVExtension	Decode Timestamp {0/1000 = 0.000}
default	11:33:47.874422-0400	LibAVExtension	Presentation Timestamp {125/1000 = 0.125}
default	11:33:47.874439-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.874453-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.874471-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.874550-0400	LibAVExtension	stepInPresentationOrderByCount -1
default	11:33:47.874584-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.874603-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.874624-0400	LibAVExtension	Converted {42/1000 = 0.042}
default	11:33:47.874639-0400	LibAVExtension	Converted {42/1000 = 0.042}
default	11:33:47.874655-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.874675-0400	LibAVExtension	Decode Timestamp {42/1000 = 0.042}
default	11:33:47.874696-0400	LibAVExtension	Presentation Timestamp {42/1000 = 0.042}
default	11:33:47.874710-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.874722-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.874738-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.874804-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {0/1 = 0.000}
default	11:33:47.874820-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.874845-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.874860-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.874876-0400	LibAVExtension	Converted {83/1000 = 0.083}
default	11:33:47.874891-0400	LibAVExtension	Converted {83/1000 = 0.083}
default	11:33:47.874905-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.874917-0400	LibAVExtension	Decode Timestamp {83/1000 = 0.083}
default	11:33:47.874931-0400	LibAVExtension	Presentation Timestamp {83/1000 = 0.083}
default	11:33:47.874943-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.874955-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.874970-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.875036-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.875055-0400	LibAVExtension	Converted {125/1000 = 0.125}
default	11:33:47.875070-0400	LibAVExtension	Converted {250/1000 = 0.250}
default	11:33:47.875085-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875099-0400	LibAVExtension	Decode Timestamp {125/1000 = 0.125}
default	11:33:47.875113-0400	LibAVExtension	Presentation Timestamp {250/1000 = 0.250}
default	11:33:47.875128-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875149-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875165-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875181-0400	LibAVExtension	Converted {167/1000 = 0.167}
default	11:33:47.875196-0400	LibAVExtension	Converted {167/1000 = 0.167}
default	11:33:47.875211-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875226-0400	LibAVExtension	Decode Timestamp {167/1000 = 0.167}
default	11:33:47.875241-0400	LibAVExtension	Presentation Timestamp {167/1000 = 0.167}
default	11:33:47.875255-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875267-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.875336-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.875354-0400	LibAVExtension	Converted {209/1000 = 0.209}
default	11:33:47.875369-0400	LibAVExtension	Converted {209/1000 = 0.209}
default	11:33:47.875384-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875399-0400	LibAVExtension	Decode Timestamp {209/1000 = 0.209}
default	11:33:47.875411-0400	LibAVExtension	Presentation Timestamp {209/1000 = 0.209}
default	11:33:47.875426-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875444-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875458-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875473-0400	LibAVExtension	LibAVFormatReader got readPacket 8660 0x10e82b631
default	11:33:47.875549-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.875605-0400	LibAVExtension	Converted {250/1000 = 0.250}
default	11:33:47.875623-0400	LibAVExtension	Converted {375/1000 = 0.375}
default	11:33:47.875638-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875652-0400	LibAVExtension	Decode Timestamp {250/1000 = 0.250}
default	11:33:47.875665-0400	LibAVExtension	Presentation Timestamp {375/1000 = 0.375}
default	11:33:47.875679-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875691-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.875760-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.875782-0400	LibAVExtension	Converted {292/1000 = 0.292}
default	11:33:47.875797-0400	LibAVExtension	Converted {292/1000 = 0.292}
default	11:33:47.875811-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875823-0400	LibAVExtension	Decode Timestamp {292/1000 = 0.292}
default	11:33:47.875838-0400	LibAVExtension	Presentation Timestamp {292/1000 = 0.292}
default	11:33:47.875850-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875869-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875883-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.875897-0400	LibAVExtension	Converted {334/1000 = 0.334}
default	11:33:47.875910-0400	LibAVExtension	Converted {334/1000 = 0.334}
default	11:33:47.875924-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.875941-0400	LibAVExtension	Decode Timestamp {334/1000 = 0.334}
default	11:33:47.875956-0400	LibAVExtension	Presentation Timestamp {334/1000 = 0.334}
default	11:33:47.875968-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.875979-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.876058-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.876090-0400	LibAVExtension	Converted {375/1000 = 0.375}
default	11:33:47.876113-0400	LibAVExtension	Converted {501/1000 = 0.501}
default	11:33:47.876130-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876144-0400	LibAVExtension	Decode Timestamp {375/1000 = 0.375}
default	11:33:47.876159-0400	LibAVExtension	Presentation Timestamp {501/1000 = 0.501}
default	11:33:47.876173-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876194-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876209-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876229-0400	LibAVExtension	Converted {417/1000 = 0.417}
default	11:33:47.876243-0400	LibAVExtension	Converted {417/1000 = 0.417}
default	11:33:47.876256-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876270-0400	LibAVExtension	Decode Timestamp {417/1000 = 0.417}
default	11:33:47.876282-0400	LibAVExtension	Presentation Timestamp {417/1000 = 0.417}
default	11:33:47.876296-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876308-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.876378-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.876396-0400	LibAVExtension	Converted {459/1000 = 0.459}
default	11:33:47.876410-0400	LibAVExtension	Converted {459/1000 = 0.459}
default	11:33:47.876425-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876439-0400	LibAVExtension	Decode Timestamp {459/1000 = 0.459}
default	11:33:47.876451-0400	LibAVExtension	Presentation Timestamp {459/1000 = 0.459}
default	11:33:47.876466-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876482-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876496-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876509-0400	LibAVExtension	LibAVFormatReader got readPacket 8660 0x10e82b631
default	11:33:47.876576-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.876638-0400	LibAVExtension	Converted {501/1000 = 0.501}
default	11:33:47.876658-0400	LibAVExtension	Converted {626/1000 = 0.626}
default	11:33:47.876672-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876684-0400	LibAVExtension	Decode Timestamp {501/1000 = 0.501}
default	11:33:47.876698-0400	LibAVExtension	Presentation Timestamp {626/1000 = 0.626}
default	11:33:47.876709-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876722-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.876780-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.876801-0400	LibAVExtension	Converted {542/1000 = 0.542}
default	11:33:47.876815-0400	LibAVExtension	Converted {542/1000 = 0.542}
default	11:33:47.876827-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876842-0400	LibAVExtension	Decode Timestamp {542/1000 = 0.542}
default	11:33:47.876854-0400	LibAVExtension	Presentation Timestamp {542/1000 = 0.542}
default	11:33:47.876868-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876884-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876898-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.876914-0400	LibAVExtension	Converted {584/1000 = 0.584}
default	11:33:47.876926-0400	LibAVExtension	Converted {584/1000 = 0.584}
default	11:33:47.876939-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.876951-0400	LibAVExtension	Decode Timestamp {584/1000 = 0.584}
default	11:33:47.876965-0400	LibAVExtension	Presentation Timestamp {584/1000 = 0.584}
default	11:33:47.876976-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.876988-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.877051-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.877078-0400	LibAVExtension	Converted {626/1000 = 0.626}
default	11:33:47.877096-0400	LibAVExtension	Converted {751/1000 = 0.751}
default	11:33:47.877110-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877125-0400	LibAVExtension	Decode Timestamp {626/1000 = 0.626}
default	11:33:47.877140-0400	LibAVExtension	Presentation Timestamp {751/1000 = 0.751}
default	11:33:47.877155-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877175-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877188-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877207-0400	LibAVExtension	Converted {667/1000 = 0.667}
default	11:33:47.877222-0400	LibAVExtension	Converted {667/1000 = 0.667}
default	11:33:47.877234-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877249-0400	LibAVExtension	Decode Timestamp {667/1000 = 0.667}
default	11:33:47.877263-0400	LibAVExtension	Presentation Timestamp {667/1000 = 0.667}
default	11:33:47.877285-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877300-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.877367-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.877388-0400	LibAVExtension	Converted {709/1000 = 0.709}
default	11:33:47.877403-0400	LibAVExtension	Converted {709/1000 = 0.709}
default	11:33:47.877417-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877430-0400	LibAVExtension	Decode Timestamp {709/1000 = 0.709}
default	11:33:47.877444-0400	LibAVExtension	Presentation Timestamp {709/1000 = 0.709}
default	11:33:47.877458-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877480-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877496-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877511-0400	LibAVExtension	LibAVFormatReader got readPacket 8660 0x11f819c31
default	11:33:47.877578-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.877625-0400	LibAVExtension	Converted {751/1000 = 0.751}
default	11:33:47.877645-0400	LibAVExtension	Converted {876/1000 = 0.876}
default	11:33:47.877660-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877674-0400	LibAVExtension	Decode Timestamp {751/1000 = 0.751}
default	11:33:47.877687-0400	LibAVExtension	Presentation Timestamp {876/1000 = 0.876}
default	11:33:47.877701-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877715-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.877780-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.877799-0400	LibAVExtension	Converted {792/1000 = 0.792}
default	11:33:47.877814-0400	LibAVExtension	Converted {792/1000 = 0.792}
default	11:33:47.877826-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877840-0400	LibAVExtension	Decode Timestamp {792/1000 = 0.792}
default	11:33:47.877854-0400	LibAVExtension	Presentation Timestamp {792/1000 = 0.792}
default	11:33:47.877866-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877883-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877897-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.877912-0400	LibAVExtension	Converted {834/1000 = 0.834}
default	11:33:47.877927-0400	LibAVExtension	Converted {834/1000 = 0.834}
default	11:33:47.877939-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.877952-0400	LibAVExtension	Decode Timestamp {834/1000 = 0.834}
default	11:33:47.877964-0400	LibAVExtension	Presentation Timestamp {834/1000 = 0.834}
default	11:33:47.877979-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.877990-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.878047-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.878065-0400	LibAVExtension	Converted {876/1000 = 0.876}
default	11:33:47.878078-0400	LibAVExtension	Converted {959/1000 = 0.959, rounded}
default	11:33:47.878092-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.878104-0400	LibAVExtension	Decode Timestamp {876/1000 = 0.876}
default	11:33:47.878118-0400	LibAVExtension	Presentation Timestamp {959/1000 = 0.959, rounded}
default	11:33:47.878132-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.878149-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.878163-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.878177-0400	LibAVExtension	Converted {918/1000 = 0.918}
default	11:33:47.878190-0400	LibAVExtension	Converted {918/1000 = 0.918}
default	11:33:47.878204-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.878216-0400	LibAVExtension	Decode Timestamp {918/1000 = 0.918}
default	11:33:47.878228-0400	LibAVExtension	Presentation Timestamp {918/1000 = 0.918}
default	11:33:47.878242-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.878252-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.878314-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.878334-0400	LibAVExtension	LibAVFormatReader got readPacket 72581 0x110028e7c
default	11:33:47.878416-0400	LibAVExtension	Converted {959/1000 = 0.959, rounded}
default	11:33:47.878434-0400	LibAVExtension	Converted {1001/1000 = 1.001, rounded}
default	11:33:47.878449-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.878464-0400	LibAVExtension	Decode Timestamp {959/1000 = 0.959, rounded}
default	11:33:47.878479-0400	LibAVExtension	Presentation Timestamp {1001/1000 = 1.001, rounded}
default	11:33:47.878493-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.878513-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.878526-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.878540-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.878582-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x1200219fd
default	11:33:47.878653-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.878710-0400	LibAVExtension	LibAVFormatReader got readPacket 46885 0x1100a8ffc
default	11:33:47.878779-0400	LibAVExtension	Converted {1001/1000 = 1.001, rounded}
default	11:33:47.878796-0400	LibAVExtension	Converted {1126/1000 = 1.126, rounded}
default	11:33:47.878814-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.878832-0400	LibAVExtension	Decode Timestamp {1001/1000 = 1.001, rounded}
default	11:33:47.878844-0400	LibAVExtension	Presentation Timestamp {1126/1000 = 1.126, rounded}
default	11:33:47.878858-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.878870-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.878936-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.878952-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879004-0400	LibAVExtension	LibAVFormatReader got readPacket 17416 0x10f00b5fc
default	11:33:47.879060-0400	LibAVExtension	Converted {1043/1000 = 1.043}
default	11:33:47.879076-0400	LibAVExtension	Converted {1043/1000 = 1.043}
default	11:33:47.879091-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.879106-0400	LibAVExtension	Decode Timestamp {1043/1000 = 1.043}
default	11:33:47.879121-0400	LibAVExtension	Presentation Timestamp {1043/1000 = 1.043}
default	11:33:47.879133-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.879157-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.879172-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.879184-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879220-0400	LibAVExtension	LibAVFormatReader got readPacket 30710 0x1100b8ffc
default	11:33:47.879271-0400	LibAVExtension	Converted {1084/1000 = 1.084}
default	11:33:47.879288-0400	LibAVExtension	Converted {1084/1000 = 1.084}
default	11:33:47.879301-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.879314-0400	LibAVExtension	Decode Timestamp {1084/1000 = 1.084}
default	11:33:47.879328-0400	LibAVExtension	Presentation Timestamp {1084/1000 = 1.084}
default	11:33:47.879340-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.879353-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.879415-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.879431-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879468-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879517-0400	LibAVExtension	Converted {1126/1000 = 1.126, rounded}
default	11:33:47.879534-0400	LibAVExtension	Converted {1251/1000 = 1.251, rounded}
default	11:33:47.879549-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.879563-0400	LibAVExtension	Decode Timestamp {1126/1000 = 1.126, rounded}
default	11:33:47.879575-0400	LibAVExtension	Presentation Timestamp {1251/1000 = 1.251, rounded}
default	11:33:47.879590-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.879606-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.879621-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.879635-0400	LibAVExtension	LibAVFormatReader got readPacket 7236 0x11f819a62
default	11:33:47.879678-0400	LibAVExtension	Converted {1168/1000 = 1.168}
default	11:33:47.879697-0400	LibAVExtension	Converted {1168/1000 = 1.168}
default	11:33:47.879709-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.879723-0400	LibAVExtension	Decode Timestamp {1168/1000 = 1.168}
default	11:33:47.879736-0400	LibAVExtension	Presentation Timestamp {1168/1000 = 1.168}
default	11:33:47.879750-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.879762-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.879822-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.879837-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879883-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.879925-0400	LibAVExtension	Converted {1210/1000 = 1.210}
default	11:33:47.879940-0400	LibAVExtension	Converted {1210/1000 = 1.210}
default	11:33:47.879954-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.879966-0400	LibAVExtension	Decode Timestamp {1210/1000 = 1.210}
default	11:33:47.879981-0400	LibAVExtension	Presentation Timestamp {1210/1000 = 1.210}
default	11:33:47.879993-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880016-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880031-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880048-0400	LibAVExtension	LibAVFormatReader got readPacket 10041 0x12002c2cc
default	11:33:47.880111-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.880156-0400	LibAVExtension	Converted {1251/1000 = 1.251, rounded}
default	11:33:47.880173-0400	LibAVExtension	Converted {1376/1000 = 1.376, rounded}
default	11:33:47.880187-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.880202-0400	LibAVExtension	Decode Timestamp {1251/1000 = 1.251, rounded}
default	11:33:47.880214-0400	LibAVExtension	Presentation Timestamp {1376/1000 = 1.376, rounded}
default	11:33:47.880229-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880242-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.880307-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.880326-0400	LibAVExtension	Converted {1293/1000 = 1.293}
default	11:33:47.880340-0400	LibAVExtension	Converted {1293/1000 = 1.293}
default	11:33:47.880353-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.880374-0400	LibAVExtension	Decode Timestamp {1293/1000 = 1.293}
default	11:33:47.880390-0400	LibAVExtension	Presentation Timestamp {1293/1000 = 1.293}
default	11:33:47.880403-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880420-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880435-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880449-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.880511-0400	LibAVExtension	Converted {1335/1000 = 1.335}
default	11:33:47.880530-0400	LibAVExtension	Converted {1335/1000 = 1.335}
default	11:33:47.880543-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.880558-0400	LibAVExtension	Decode Timestamp {1335/1000 = 1.335}
default	11:33:47.880573-0400	LibAVExtension	Presentation Timestamp {1335/1000 = 1.335}
default	11:33:47.880587-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880599-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.880666-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.880683-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.880732-0400	LibAVExtension	Converted {1376/1000 = 1.376, rounded}
default	11:33:47.880749-0400	LibAVExtension	Converted {1502/1000 = 1.502}
default	11:33:47.880764-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.880778-0400	LibAVExtension	Decode Timestamp {1376/1000 = 1.376, rounded}
default	11:33:47.880791-0400	LibAVExtension	Presentation Timestamp {1502/1000 = 1.502}
default	11:33:47.880805-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880824-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880837-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.880853-0400	LibAVExtension	Converted {1418/1000 = 1.418}
default	11:33:47.880868-0400	LibAVExtension	Converted {1418/1000 = 1.418}
default	11:33:47.880882-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.880896-0400	LibAVExtension	Decode Timestamp {1418/1000 = 1.418}
default	11:33:47.880908-0400	LibAVExtension	Presentation Timestamp {1418/1000 = 1.418}
default	11:33:47.880923-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.880934-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.880996-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.881014-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.881055-0400	LibAVExtension	Converted {1460/1000 = 1.460}
default	11:33:47.881072-0400	LibAVExtension	Converted {1460/1000 = 1.460}
default	11:33:47.881087-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.881099-0400	LibAVExtension	Decode Timestamp {1460/1000 = 1.460}
default	11:33:47.881114-0400	LibAVExtension	Presentation Timestamp {1460/1000 = 1.460}
default	11:33:47.881128-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.881145-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.881159-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.881174-0400	LibAVExtension	LibAVFormatReader got readPacket 9729 0x12002c404
default	11:33:47.881236-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.881285-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.881337-0400	LibAVExtension	Converted {1502/1000 = 1.502}
default	11:33:47.881359-0400	LibAVExtension	Converted {1627/1000 = 1.627}
default	11:33:47.881373-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.881387-0400	LibAVExtension	Decode Timestamp {1502/1000 = 1.502}
default	11:33:47.881402-0400	LibAVExtension	Presentation Timestamp {1627/1000 = 1.627}
default	11:33:47.881416-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.881428-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.881493-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.881511-0400	LibAVExtension	Converted {1543/1000 = 1.543}
default	11:33:47.881527-0400	LibAVExtension	Converted {1543/1000 = 1.543}
default	11:33:47.881541-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.881556-0400	LibAVExtension	Decode Timestamp {1543/1000 = 1.543}
default	11:33:47.881570-0400	LibAVExtension	Presentation Timestamp {1543/1000 = 1.543}
default	11:33:47.881582-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.881601-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.881616-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.881629-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.881675-0400	LibAVExtension	Converted {1585/1000 = 1.585}
default	11:33:47.881699-0400	LibAVExtension	Converted {1585/1000 = 1.585}
default	11:33:47.881712-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.881726-0400	LibAVExtension	Decode Timestamp {1585/1000 = 1.585}
default	11:33:47.881741-0400	LibAVExtension	Presentation Timestamp {1585/1000 = 1.585}
default	11:33:47.881753-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.881766-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.881828-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.881844-0400	LibAVExtension	LibAVFormatReader got readPacket 6472 0x10e82c111
default	11:33:47.881916-0400	LibAVExtension	Converted {1627/1000 = 1.627}
default	11:33:47.881937-0400	LibAVExtension	Converted {1752/1000 = 1.752}
default	11:33:47.881951-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.881963-0400	LibAVExtension	Decode Timestamp {1627/1000 = 1.627}
default	11:33:47.881978-0400	LibAVExtension	Presentation Timestamp {1752/1000 = 1.752}
default	11:33:47.881992-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.882013-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882028-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882040-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.882090-0400	LibAVExtension	Converted {1668/1000 = 1.668}
default	11:33:47.882108-0400	LibAVExtension	Converted {1668/1000 = 1.668}
default	11:33:47.882122-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.882136-0400	LibAVExtension	Decode Timestamp {1668/1000 = 1.668}
default	11:33:47.882149-0400	LibAVExtension	Presentation Timestamp {1668/1000 = 1.668}
default	11:33:47.882164-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.882175-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.882237-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.882256-0400	LibAVExtension	Converted {1710/1000 = 1.710}
default	11:33:47.882270-0400	LibAVExtension	Converted {1710/1000 = 1.710}
default	11:33:47.882282-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.882296-0400	LibAVExtension	Decode Timestamp {1710/1000 = 1.710}
default	11:33:47.882309-0400	LibAVExtension	Presentation Timestamp {1710/1000 = 1.710}
default	11:33:47.882323-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.882339-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882354-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882369-0400	LibAVExtension	LibAVFormatReader got readPacket 11833 0x11f81f5cc
default	11:33:47.882428-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.882476-0400	LibAVExtension	LibAVFormatReader got readPacket 10106 0x10f011ffd
default	11:33:47.882529-0400	LibAVExtension	Converted {1752/1000 = 1.752}
default	11:33:47.882549-0400	LibAVExtension	Converted {1835/1000 = 1.835}
default	11:33:47.882563-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.882575-0400	LibAVExtension	Decode Timestamp {1752/1000 = 1.752}
default	11:33:47.882587-0400	LibAVExtension	Presentation Timestamp {1835/1000 = 1.835}
default	11:33:47.882601-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.882613-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.882677-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.882693-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.882734-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.882778-0400	LibAVExtension	Converted {1793/1000 = 1.793}
default	11:33:47.882795-0400	LibAVExtension	Converted {1793/1000 = 1.793}
default	11:33:47.882808-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.882822-0400	LibAVExtension	Decode Timestamp {1793/1000 = 1.793}
default	11:33:47.882834-0400	LibAVExtension	Presentation Timestamp {1793/1000 = 1.793}
default	11:33:47.882848-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.882864-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882879-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.882894-0400	LibAVExtension	LibAVFormatReader got readPacket 12731 0x11f822efa
default	11:33:47.882941-0400	LibAVExtension	Converted {1835/1000 = 1.835}
default	11:33:47.882956-0400	LibAVExtension	Converted {1960/1000 = 1.960}
default	11:33:47.882971-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.882983-0400	LibAVExtension	Decode Timestamp {1835/1000 = 1.835}
default	11:33:47.882997-0400	LibAVExtension	Presentation Timestamp {1960/1000 = 1.960}
default	11:33:47.883011-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.883023-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.883080-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.883095-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.883136-0400	LibAVExtension	Converted {1877/1000 = 1.877}
default	11:33:47.883153-0400	LibAVExtension	Converted {1877/1000 = 1.877}
default	11:33:47.883167-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.883181-0400	LibAVExtension	Decode Timestamp {1877/1000 = 1.877}
default	11:33:47.883193-0400	LibAVExtension	Presentation Timestamp {1877/1000 = 1.877}
default	11:33:47.883207-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.883224-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.883239-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.883253-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.883301-0400	LibAVExtension	Converted {1919/1000 = 1.919}
default	11:33:47.883317-0400	LibAVExtension	Converted {1919/1000 = 1.919}
default	11:33:47.883332-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.883346-0400	LibAVExtension	Decode Timestamp {1919/1000 = 1.919}
default	11:33:47.883366-0400	LibAVExtension	Presentation Timestamp {1919/1000 = 1.919}
default	11:33:47.883380-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.883393-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.883460-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.883476-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.883526-0400	LibAVExtension	LibAVFormatReader got readPacket 12164 0x11f8271fe
default	11:33:47.883569-0400	LibAVExtension	Converted {1960/1000 = 1.960}
default	11:33:47.883588-0400	LibAVExtension	Converted {2044/1000 = 2.044}
default	11:33:47.883601-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.883615-0400	LibAVExtension	Decode Timestamp {1960/1000 = 1.960}
default	11:33:47.883629-0400	LibAVExtension	Presentation Timestamp {2044/1000 = 2.044}
default	11:33:47.883642-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.883660-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.883673-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.883687-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.883733-0400	LibAVExtension	Converted {2002/1000 = 2.002, rounded}
default	11:33:47.883754-0400	LibAVExtension	Converted {2002/1000 = 2.002, rounded}
default	11:33:47.883769-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.883783-0400	LibAVExtension	Decode Timestamp {2002/1000 = 2.002, rounded}
default	11:33:47.883796-0400	LibAVExtension	Presentation Timestamp {2002/1000 = 2.002, rounded}
default	11:33:47.883810-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.883824-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.883888-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.883903-0400	LibAVExtension	LibAVFormatReader got readPacket 11287 0x11f82a5ee
default	11:33:47.883961-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.884005-0400	LibAVExtension	LibAVFormatReader got readPacket 16127 0x11f82f5fc
default	11:33:47.884052-0400	LibAVExtension	Converted {2044/1000 = 2.044}
default	11:33:47.884069-0400	LibAVExtension	Converted {2169/1000 = 2.169}
default	11:33:47.884083-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.884095-0400	LibAVExtension	Decode Timestamp {2044/1000 = 2.044}
default	11:33:47.884109-0400	LibAVExtension	Presentation Timestamp {2169/1000 = 2.169}
default	11:33:47.884123-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.884143-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.884155-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.884169-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.884208-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.884248-0400	LibAVExtension	Converted {2085/1000 = 2.085}
default	11:33:47.884264-0400	LibAVExtension	Converted {2085/1000 = 2.085}
default	11:33:47.884278-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.884290-0400	LibAVExtension	Decode Timestamp {2085/1000 = 2.085}
default	11:33:47.884304-0400	LibAVExtension	Presentation Timestamp {2085/1000 = 2.085}
default	11:33:47.884316-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.884329-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.884396-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.884413-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.884452-0400	LibAVExtension	Converted {2127/1000 = 2.127, rounded}
default	11:33:47.884473-0400	LibAVExtension	Converted {2127/1000 = 2.127, rounded}
default	11:33:47.884486-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.884500-0400	LibAVExtension	Decode Timestamp {2127/1000 = 2.127, rounded}
default	11:33:47.884514-0400	LibAVExtension	Presentation Timestamp {2127/1000 = 2.127, rounded}
default	11:33:47.884531-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.884552-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.884568-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.884587-0400	LibAVExtension	LibAVFormatReader got readPacket 18369 0x11f833d14
default	11:33:47.884706-0400	LibAVExtension	Converted {2169/1000 = 2.169}
default	11:33:47.884726-0400	LibAVExtension	Converted {2294/1000 = 2.294}
default	11:33:47.884740-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.884752-0400	LibAVExtension	Decode Timestamp {2169/1000 = 2.169}
default	11:33:47.884766-0400	LibAVExtension	Presentation Timestamp {2294/1000 = 2.294}
default	11:33:47.884778-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.884790-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.884856-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.884870-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.885030-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.885214-0400	LibAVExtension	Converted {2211/1000 = 2.211}
default	11:33:47.885234-0400	LibAVExtension	Converted {2211/1000 = 2.211}
default	11:33:47.885247-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.885262-0400	LibAVExtension	Decode Timestamp {2211/1000 = 2.211}
default	11:33:47.885282-0400	LibAVExtension	Presentation Timestamp {2211/1000 = 2.211}
default	11:33:47.885296-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.885313-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.885328-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.885341-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.885392-0400	LibAVExtension	Converted {2252/1000 = 2.252, rounded}
default	11:33:47.885409-0400	LibAVExtension	Converted {2252/1000 = 2.252, rounded}
default	11:33:47.885426-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.885438-0400	LibAVExtension	Decode Timestamp {2252/1000 = 2.252, rounded}
default	11:33:47.885452-0400	LibAVExtension	Presentation Timestamp {2252/1000 = 2.252, rounded}
default	11:33:47.885464-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.885477-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.885540-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.885556-0400	LibAVExtension	LibAVFormatReader got readPacket 11442 0x12002bd53
default	11:33:47.885617-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.885668-0400	LibAVExtension	LibAVFormatReader got readPacket 14159 0x12002c9fc
default	11:33:47.885724-0400	LibAVExtension	Converted {2294/1000 = 2.294}
default	11:33:47.885745-0400	LibAVExtension	Converted {2419/1000 = 2.419}
default	11:33:47.885759-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.885772-0400	LibAVExtension	Decode Timestamp {2294/1000 = 2.294}
default	11:33:47.885787-0400	LibAVExtension	Presentation Timestamp {2419/1000 = 2.419}
default	11:33:47.885799-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.885818-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.885837-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.885849-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.885894-0400	LibAVExtension	LibAVFormatReader got readPacket 4608 0x10f0165fd
default	11:33:47.885946-0400	LibAVExtension	Converted {2336/1000 = 2.336}
default	11:33:47.885967-0400	LibAVExtension	Converted {2336/1000 = 2.336}
default	11:33:47.885981-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.885993-0400	LibAVExtension	Decode Timestamp {2336/1000 = 2.336}
default	11:33:47.886007-0400	LibAVExtension	Presentation Timestamp {2336/1000 = 2.336}
default	11:33:47.886019-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.886034-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.886096-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.886116-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.886163-0400	LibAVExtension	LibAVFormatReader got readPacket 5461 0x11f839bfd
default	11:33:47.886210-0400	LibAVExtension	Converted {2377/1000 = 2.377, rounded}
default	11:33:47.886226-0400	LibAVExtension	Converted {2377/1000 = 2.377, rounded}
default	11:33:47.886240-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.886254-0400	LibAVExtension	Decode Timestamp {2377/1000 = 2.377, rounded}
default	11:33:47.886266-0400	LibAVExtension	Presentation Timestamp {2377/1000 = 2.377, rounded}
default	11:33:47.886281-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.886298-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.886316-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.886329-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.886373-0400	LibAVExtension	LibAVFormatReader got readPacket 15585 0x11f83ebfc
default	11:33:47.886424-0400	LibAVExtension	Converted {2419/1000 = 2.419}
default	11:33:47.886440-0400	LibAVExtension	Converted {2502/1000 = 2.502, rounded}
default	11:33:47.886452-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.886466-0400	LibAVExtension	Decode Timestamp {2419/1000 = 2.419}
default	11:33:47.886482-0400	LibAVExtension	Presentation Timestamp {2502/1000 = 2.502, rounded}
default	11:33:47.886496-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.886507-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.886573-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.886589-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.886636-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.886687-0400	LibAVExtension	Converted {2461/1000 = 2.461}
default	11:33:47.886706-0400	LibAVExtension	Converted {2461/1000 = 2.461}
default	11:33:47.886719-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.886733-0400	LibAVExtension	Decode Timestamp {2461/1000 = 2.461}
default	11:33:47.886746-0400	LibAVExtension	Presentation Timestamp {2461/1000 = 2.461}
default	11:33:47.886759-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.886778-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.886792-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.886807-0400	LibAVExtension	LibAVFormatReader got readPacket 8223 0x10f01a9e6
default	11:33:47.886866-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.886918-0400	LibAVExtension	LibAVFormatReader got readPacket 16778 0x11f8439fc
default	11:33:47.886971-0400	LibAVExtension	Converted {2502/1000 = 2.502, rounded}
default	11:33:47.886996-0400	LibAVExtension	Converted {2586/1000 = 2.586}
default	11:33:47.887012-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.887027-0400	LibAVExtension	Decode Timestamp {2502/1000 = 2.502, rounded}
default	11:33:47.887041-0400	LibAVExtension	Presentation Timestamp {2586/1000 = 2.586}
default	11:33:47.887053-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.887068-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.887135-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.887150-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.887193-0400	LibAVExtension	Converted {2544/1000 = 2.544}
default	11:33:47.887214-0400	LibAVExtension	Converted {2544/1000 = 2.544}
default	11:33:47.887228-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.887242-0400	LibAVExtension	Decode Timestamp {2544/1000 = 2.544}
default	11:33:47.887254-0400	LibAVExtension	Presentation Timestamp {2544/1000 = 2.544}
default	11:33:47.887269-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.887286-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.887300-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.887314-0400	LibAVExtension	LibAVFormatReader got readPacket 19820 0x10e82f974
default	11:33:47.887366-0400	LibAVExtension	Converted {2586/1000 = 2.586}
default	11:33:47.887382-0400	LibAVExtension	Converted {2669/1000 = 2.669}
default	11:33:47.887396-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.887408-0400	LibAVExtension	Decode Timestamp {2586/1000 = 2.586}
default	11:33:47.887422-0400	LibAVExtension	Presentation Timestamp {2669/1000 = 2.669}
default	11:33:47.887434-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.887447-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.887510-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.887525-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.887564-0400	LibAVExtension	LibAVFormatReader got readPacket 8233 0x11f848bfd
default	11:33:47.887614-0400	LibAVExtension	Converted {2628/1000 = 2.628}
default	11:33:47.887630-0400	LibAVExtension	Converted {2628/1000 = 2.628}
default	11:33:47.887644-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.887656-0400	LibAVExtension	Decode Timestamp {2628/1000 = 2.628}
default	11:33:47.887670-0400	LibAVExtension	Presentation Timestamp {2628/1000 = 2.628}
default	11:33:47.887684-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.887701-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.887716-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.887728-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.887769-0400	LibAVExtension	LibAVFormatReader got readPacket 13597 0x1200323fc
default	11:33:47.887823-0400	LibAVExtension	Converted {2669/1000 = 2.669}
default	11:33:47.887842-0400	LibAVExtension	Converted {2753/1000 = 2.753}
default	11:33:47.887856-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.887871-0400	LibAVExtension	Decode Timestamp {2669/1000 = 2.669}
default	11:33:47.887883-0400	LibAVExtension	Presentation Timestamp {2753/1000 = 2.753}
default	11:33:47.887897-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.887908-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.887969-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.887989-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.888039-0400	LibAVExtension	Converted {2711/1000 = 2.711}
default	11:33:47.888055-0400	LibAVExtension	Converted {2711/1000 = 2.711}
default	11:33:47.888068-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.888082-0400	LibAVExtension	Decode Timestamp {2711/1000 = 2.711}
default	11:33:47.888096-0400	LibAVExtension	Presentation Timestamp {2711/1000 = 2.711}
default	11:33:47.888108-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.888129-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.888144-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.888159-0400	LibAVExtension	LibAVFormatReader got readPacket 19226 0x12003888a
default	11:33:47.888211-0400	LibAVExtension	Converted {2753/1000 = 2.753}
default	11:33:47.888231-0400	LibAVExtension	Converted {2794/1000 = 2.794}
default	11:33:47.888247-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.888261-0400	LibAVExtension	Decode Timestamp {2753/1000 = 2.753}
default	11:33:47.888274-0400	LibAVExtension	Presentation Timestamp {2794/1000 = 2.794}
default	11:33:47.888288-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.888300-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.888366-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.888381-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.888432-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x10f0189fd
default	11:33:47.888493-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.888540-0400	LibAVExtension	LibAVFormatReader got readPacket 15641 0x12003e3fc
default	11:33:47.888593-0400	LibAVExtension	Converted {2794/1000 = 2.794}
default	11:33:47.888612-0400	LibAVExtension	Converted {2878/1000 = 2.878}
default	11:33:47.888636-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.888652-0400	LibAVExtension	Decode Timestamp {2794/1000 = 2.794}
default	11:33:47.888665-0400	LibAVExtension	Presentation Timestamp {2878/1000 = 2.878}
default	11:33:47.888679-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.888700-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.888715-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.888729-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.888772-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.888818-0400	LibAVExtension	Converted {2836/1000 = 2.836}
default	11:33:47.888835-0400	LibAVExtension	Converted {2836/1000 = 2.836}
default	11:33:47.888851-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.888865-0400	LibAVExtension	Decode Timestamp {2836/1000 = 2.836}
default	11:33:47.888880-0400	LibAVExtension	Presentation Timestamp {2836/1000 = 2.836}
default	11:33:47.888895-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.888911-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.888978-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.888997-0400	LibAVExtension	LibAVFormatReader got readPacket 19059 0x10e835743
default	11:33:47.889046-0400	LibAVExtension	Converted {2878/1000 = 2.878}
default	11:33:47.889065-0400	LibAVExtension	Converted {2920/1000 = 2.920}
default	11:33:47.889077-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.889091-0400	LibAVExtension	Decode Timestamp {2878/1000 = 2.878}
default	11:33:47.889106-0400	LibAVExtension	Presentation Timestamp {2920/1000 = 2.920}
default	11:33:47.889121-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.889143-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.889161-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.889179-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.889219-0400	LibAVExtension	LibAVFormatReader got readPacket 19714 0x11f8519fc
default	11:33:47.889271-0400	LibAVExtension	Converted {2920/1000 = 2.920}
default	11:33:47.889292-0400	LibAVExtension	Converted {2961/1000 = 2.961}
default	11:33:47.889307-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.889319-0400	LibAVExtension	Decode Timestamp {2920/1000 = 2.920}
default	11:33:47.889333-0400	LibAVExtension	Presentation Timestamp {2961/1000 = 2.961}
default	11:33:47.889347-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.889358-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.889448-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.889465-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.889506-0400	LibAVExtension	LibAVFormatReader got readPacket 24360 0x10e83b1fc
default	11:33:47.889563-0400	LibAVExtension	Converted {2961/1000 = 2.961}
default	11:33:47.889581-0400	LibAVExtension	Converted {3045/1000 = 3.045}
default	11:33:47.889595-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.889609-0400	LibAVExtension	Decode Timestamp {2961/1000 = 2.961}
default	11:33:47.889621-0400	LibAVExtension	Presentation Timestamp {3045/1000 = 3.045}
default	11:33:47.889635-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.889652-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.889666-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.889678-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.889720-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.889771-0400	LibAVExtension	Converted {3003/1000 = 3.003}
default	11:33:47.889791-0400	LibAVExtension	Converted {3003/1000 = 3.003}
default	11:33:47.889806-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.889820-0400	LibAVExtension	Decode Timestamp {3003/1000 = 3.003}
default	11:33:47.889833-0400	LibAVExtension	Presentation Timestamp {3003/1000 = 3.003}
default	11:33:47.889847-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.889859-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.889934-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.889950-0400	LibAVExtension	LibAVFormatReader got readPacket 8831 0x120042f86
default	11:33:47.890007-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.890050-0400	LibAVExtension	LibAVFormatReader got readPacket 23055 0x10e8421fc
default	11:33:47.890109-0400	LibAVExtension	Converted {3045/1000 = 3.045}
default	11:33:47.890126-0400	LibAVExtension	Converted {3170/1000 = 3.170}
default	11:33:47.890140-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.890153-0400	LibAVExtension	Decode Timestamp {3045/1000 = 3.045}
default	11:33:47.890166-0400	LibAVExtension	Presentation Timestamp {3170/1000 = 3.170}
default	11:33:47.890180-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.890197-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.890212-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.890224-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.890265-0400	LibAVExtension	LibAVFormatReader got readPacket 9068 0x10f019dfd
default	11:33:47.890316-0400	LibAVExtension	Converted {3086/1000 = 3.086}
default	11:33:47.890333-0400	LibAVExtension	Converted {3086/1000 = 3.086}
default	11:33:47.890356-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.890372-0400	LibAVExtension	Decode Timestamp {3086/1000 = 3.086}
default	11:33:47.890384-0400	LibAVExtension	Presentation Timestamp {3086/1000 = 3.086}
default	11:33:47.890398-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.890412-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.890475-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.890494-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.890547-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.890595-0400	LibAVExtension	Converted {3128/1000 = 3.128}
default	11:33:47.890611-0400	LibAVExtension	Converted {3128/1000 = 3.128}
default	11:33:47.890625-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.890639-0400	LibAVExtension	Decode Timestamp {3128/1000 = 3.128}
default	11:33:47.890652-0400	LibAVExtension	Presentation Timestamp {3128/1000 = 3.128}
default	11:33:47.890666-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.890683-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.890697-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.890712-0400	LibAVExtension	LibAVFormatReader got readPacket 21982 0x10f022ecc
default	11:33:47.890772-0400	LibAVExtension	Converted {3170/1000 = 3.170}
default	11:33:47.890788-0400	LibAVExtension	Converted {3295/1000 = 3.295}
default	11:33:47.890800-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.890814-0400	LibAVExtension	Decode Timestamp {3170/1000 = 3.170}
default	11:33:47.890826-0400	LibAVExtension	Presentation Timestamp {3295/1000 = 3.295}
default	11:33:47.890841-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.890852-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.890917-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.890933-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.890985-0400	LibAVExtension	LibAVFormatReader got readPacket 7599 0x10e848dfd
default	11:33:47.891041-0400	LibAVExtension	Converted {3212/1000 = 3.212}
default	11:33:47.891058-0400	LibAVExtension	Converted {3212/1000 = 3.212}
default	11:33:47.891072-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.891086-0400	LibAVExtension	Decode Timestamp {3212/1000 = 3.212}
default	11:33:47.891098-0400	LibAVExtension	Presentation Timestamp {3212/1000 = 3.212}
default	11:33:47.891114-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.891134-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.891148-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.891161-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.891211-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.891262-0400	LibAVExtension	Converted {3253/1000 = 3.253}
default	11:33:47.891278-0400	LibAVExtension	Converted {3253/1000 = 3.253}
default	11:33:47.891289-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.891304-0400	LibAVExtension	Decode Timestamp {3253/1000 = 3.253}
default	11:33:47.891315-0400	LibAVExtension	Presentation Timestamp {3253/1000 = 3.253}
default	11:33:47.891331-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.891344-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.891412-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.891428-0400	LibAVExtension	LibAVFormatReader got readPacket 8614 0x11f84bc5f
default	11:33:47.891490-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.891532-0400	LibAVExtension	LibAVFormatReader got readPacket 22557 0x10e84bbfc
default	11:33:47.891591-0400	LibAVExtension	Converted {3295/1000 = 3.295}
default	11:33:47.891608-0400	LibAVExtension	Converted {3420/1000 = 3.420}
default	11:33:47.891623-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.891635-0400	LibAVExtension	Decode Timestamp {3295/1000 = 3.295}
default	11:33:47.891649-0400	LibAVExtension	Presentation Timestamp {3420/1000 = 3.420}
default	11:33:47.891664-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.891685-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.891704-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.891716-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.891756-0400	LibAVExtension	LibAVFormatReader got readPacket 7964 0x10f01e3fd
default	11:33:47.891807-0400	LibAVExtension	Converted {3337/1000 = 3.337}
default	11:33:47.891824-0400	LibAVExtension	Converted {3337/1000 = 3.337}
default	11:33:47.891836-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.891853-0400	LibAVExtension	Decode Timestamp {3337/1000 = 3.337}
default	11:33:47.891866-0400	LibAVExtension	Presentation Timestamp {3337/1000 = 3.337}
default	11:33:47.891880-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.891897-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.891967-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.891983-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.892019-0400	LibAVExtension	LibAVFormatReader got readPacket 6579 0x10e8525fd
default	11:33:47.892066-0400	LibAVExtension	Converted {3378/1000 = 3.378}
default	11:33:47.892088-0400	LibAVExtension	Converted {3378/1000 = 3.378}
default	11:33:47.892113-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.892129-0400	LibAVExtension	Decode Timestamp {3378/1000 = 3.378}
default	11:33:47.892143-0400	LibAVExtension	Presentation Timestamp {3378/1000 = 3.378}
default	11:33:47.892157-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.892175-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.892189-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.892201-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.892246-0400	LibAVExtension	LibAVFormatReader got readPacket 22817 0x10e854ffc
default	11:33:47.892304-0400	LibAVExtension	Converted {3420/1000 = 3.420}
default	11:33:47.892323-0400	LibAVExtension	Converted {3545/1000 = 3.545}
default	11:33:47.892338-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.892352-0400	LibAVExtension	Decode Timestamp {3420/1000 = 3.420}
default	11:33:47.892365-0400	LibAVExtension	Presentation Timestamp {3545/1000 = 3.545}
default	11:33:47.892379-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.892391-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.892455-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.892469-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.892513-0400	LibAVExtension	Converted {3462/1000 = 3.462}
default	11:33:47.892529-0400	LibAVExtension	Converted {3462/1000 = 3.462}
default	11:33:47.892543-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.892555-0400	LibAVExtension	Decode Timestamp {3462/1000 = 3.462}
default	11:33:47.892569-0400	LibAVExtension	Presentation Timestamp {3462/1000 = 3.462}
default	11:33:47.892581-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.892600-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.892613-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.892627-0400	LibAVExtension	LibAVFormatReader got readPacket 8931 0x11f84b01e
default	11:33:47.892719-0400	LibAVExtension	Converted {3504/1000 = 3.504}
default	11:33:47.892734-0400	LibAVExtension	Converted {3504/1000 = 3.504}
default	11:33:47.892746-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.892760-0400	LibAVExtension	Decode Timestamp {3504/1000 = 3.504}
default	11:33:47.892772-0400	LibAVExtension	Presentation Timestamp {3504/1000 = 3.504}
default	11:33:47.892785-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.892796-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.892863-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.892879-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.892968-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x11f84e3fd
default	11:33:47.893160-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.893210-0400	LibAVExtension	LibAVFormatReader got readPacket 20342 0x10f0295fc
default	11:33:47.893266-0400	LibAVExtension	Converted {3545/1000 = 3.545}
default	11:33:47.893285-0400	LibAVExtension	Converted {3670/1000 = 3.670}
default	11:33:47.893299-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.893312-0400	LibAVExtension	Decode Timestamp {3545/1000 = 3.545}
default	11:33:47.893328-0400	LibAVExtension	Presentation Timestamp {3670/1000 = 3.670}
default	11:33:47.893342-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.893358-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.893373-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.893385-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.893429-0400	LibAVExtension	Converted {3587/1000 = 3.587}
default	11:33:47.893445-0400	LibAVExtension	Converted {3587/1000 = 3.587}
default	11:33:47.893459-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.893472-0400	LibAVExtension	Decode Timestamp {3587/1000 = 3.587}
default	11:33:47.893486-0400	LibAVExtension	Presentation Timestamp {3587/1000 = 3.587}
default	11:33:47.893500-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.893512-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.893573-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.893589-0400	LibAVExtension	LibAVFormatReader got readPacket 8825 0x12004259a
default	11:33:47.893640-0400	LibAVExtension	Converted {3629/1000 = 3.629}
default	11:33:47.893659-0400	LibAVExtension	Converted {3629/1000 = 3.629}
default	11:33:47.893671-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.893686-0400	LibAVExtension	Decode Timestamp {3629/1000 = 3.629}
default	11:33:47.893698-0400	LibAVExtension	Presentation Timestamp {3629/1000 = 3.629}
default	11:33:47.893712-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.893733-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.893745-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.893759-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.893804-0400	LibAVExtension	LibAVFormatReader got readPacket 17859 0x10f0301fc
default	11:33:47.893933-0400	LibAVExtension	Converted {3670/1000 = 3.670}
default	11:33:47.893949-0400	LibAVExtension	Converted {3754/1000 = 3.754}
default	11:33:47.893963-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.893975-0400	LibAVExtension	Decode Timestamp {3670/1000 = 3.670}
default	11:33:47.893996-0400	LibAVExtension	Presentation Timestamp {3754/1000 = 3.754}
default	11:33:47.894007-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.894021-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.894088-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.894104-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.894222-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.894366-0400	LibAVExtension	Converted {3712/1000 = 3.712}
default	11:33:47.894381-0400	LibAVExtension	Converted {3712/1000 = 3.712}
default	11:33:47.894396-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.894407-0400	LibAVExtension	Decode Timestamp {3712/1000 = 3.712}
default	11:33:47.894422-0400	LibAVExtension	Presentation Timestamp {3712/1000 = 3.712}
default	11:33:47.894434-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.894452-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.894465-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.894479-0400	LibAVExtension	LibAVFormatReader got readPacket 20749 0x11f8574e4
default	11:33:47.894536-0400	LibAVExtension	Converted {3754/1000 = 3.754}
default	11:33:47.894557-0400	LibAVExtension	Converted {3795/1000 = 3.795}
default	11:33:47.894573-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.894589-0400	LibAVExtension	Decode Timestamp {3754/1000 = 3.754}
default	11:33:47.894607-0400	LibAVExtension	Presentation Timestamp {3795/1000 = 3.795}
default	11:33:47.894620-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.894633-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.894700-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.894714-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.894753-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x1200459fd
default	11:33:47.894819-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.894865-0400	LibAVExtension	LibAVFormatReader got readPacket 22898 0x1200459fc
default	11:33:47.894916-0400	LibAVExtension	Converted {3795/1000 = 3.795}
default	11:33:47.894933-0400	LibAVExtension	Converted {3879/1000 = 3.879}
default	11:33:47.894947-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.894961-0400	LibAVExtension	Decode Timestamp {3795/1000 = 3.795}
default	11:33:47.894974-0400	LibAVExtension	Presentation Timestamp {3879/1000 = 3.879}
default	11:33:47.894988-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.895005-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895020-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895032-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.895076-0400	LibAVExtension	Converted {3837/1000 = 3.837}
default	11:33:47.895092-0400	LibAVExtension	Converted {3837/1000 = 3.837}
default	11:33:47.895104-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.895117-0400	LibAVExtension	Decode Timestamp {3837/1000 = 3.837}
default	11:33:47.895131-0400	LibAVExtension	Presentation Timestamp {3837/1000 = 3.837}
default	11:33:47.895144-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.895157-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.895221-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.895237-0400	LibAVExtension	LibAVFormatReader got readPacket 28212 0x12004b670
default	11:33:47.895294-0400	LibAVExtension	Converted {3879/1000 = 3.879}
default	11:33:47.895315-0400	LibAVExtension	Converted {4004/1000 = 4.004, rounded}
default	11:33:47.895329-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.895344-0400	LibAVExtension	Decode Timestamp {3879/1000 = 3.879}
default	11:33:47.895356-0400	LibAVExtension	Presentation Timestamp {4004/1000 = 4.004, rounded}
default	11:33:47.895370-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.895390-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895405-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895417-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.895462-0400	LibAVExtension	LibAVFormatReader got readPacket 6795 0x10e85bdfd
default	11:33:47.895520-0400	LibAVExtension	Converted {3921/1000 = 3.921, rounded}
default	11:33:47.895538-0400	LibAVExtension	Converted {3921/1000 = 3.921, rounded}
default	11:33:47.895551-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.895565-0400	LibAVExtension	Decode Timestamp {3921/1000 = 3.921, rounded}
default	11:33:47.895580-0400	LibAVExtension	Presentation Timestamp {3921/1000 = 3.921, rounded}
default	11:33:47.895592-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.895606-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.895665-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.895682-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.895728-0400	LibAVExtension	LibAVFormatReader got readPacket 6632 0x1200547fd
default	11:33:47.895776-0400	LibAVExtension	Converted {3962/1000 = 3.962}
default	11:33:47.895796-0400	LibAVExtension	Converted {3962/1000 = 3.962}
default	11:33:47.895809-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.895832-0400	LibAVExtension	Decode Timestamp {3962/1000 = 3.962}
default	11:33:47.895848-0400	LibAVExtension	Presentation Timestamp {3962/1000 = 3.962}
default	11:33:47.895862-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.895880-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895895-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.895909-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.895958-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x10e8617fd
default	11:33:47.896024-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.896071-0400	LibAVExtension	LibAVFormatReader got readPacket 26260 0x10e8649fc
default	11:33:47.896210-0400	LibAVExtension	Converted {4004/1000 = 4.004, rounded}
default	11:33:47.896229-0400	LibAVExtension	Converted {4129/1000 = 4.129, rounded}
default	11:33:47.896243-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.896256-0400	LibAVExtension	Decode Timestamp {4004/1000 = 4.004, rounded}
default	11:33:47.896270-0400	LibAVExtension	Presentation Timestamp {4129/1000 = 4.129, rounded}
default	11:33:47.896284-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.896296-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.896361-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.896377-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.896481-0400	LibAVExtension	Converted {4046/1000 = 4.046}
default	11:33:47.896497-0400	LibAVExtension	Converted {4046/1000 = 4.046}
default	11:33:47.896511-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.896524-0400	LibAVExtension	Decode Timestamp {4046/1000 = 4.046}
default	11:33:47.896538-0400	LibAVExtension	Presentation Timestamp {4046/1000 = 4.046}
default	11:33:47.896550-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.896568-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.896580-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.896595-0400	LibAVExtension	LibAVFormatReader got readPacket 9011 0x11f84e4b5
default	11:33:47.896730-0400	LibAVExtension	Converted {4086/1000 = 4.086, rounded}
default	11:33:47.896748-0400	LibAVExtension	Converted {4086/1000 = 4.086, rounded}
default	11:33:47.896760-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.896774-0400	LibAVExtension	Decode Timestamp {4086/1000 = 4.086, rounded}
default	11:33:47.896786-0400	LibAVExtension	Presentation Timestamp {4086/1000 = 4.086, rounded}
default	11:33:47.896800-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.896811-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.896879-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.896893-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.896944-0400	LibAVExtension	LibAVFormatReader got readPacket 24610 0x1200573fc
default	11:33:47.897007-0400	LibAVExtension	Converted {4129/1000 = 4.129, rounded}
default	11:33:47.897027-0400	LibAVExtension	Converted {4254/1000 = 4.254, rounded}
default	11:33:47.897041-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.897053-0400	LibAVExtension	Decode Timestamp {4129/1000 = 4.129, rounded}
default	11:33:47.897067-0400	LibAVExtension	Presentation Timestamp {4254/1000 = 4.254, rounded}
default	11:33:47.897080-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.897099-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.897113-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.897125-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.897181-0400	LibAVExtension	Converted {4171/1000 = 4.171}
default	11:33:47.897197-0400	LibAVExtension	Converted {4171/1000 = 4.171}
default	11:33:47.897212-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.897227-0400	LibAVExtension	Decode Timestamp {4171/1000 = 4.171}
default	11:33:47.897242-0400	LibAVExtension	Presentation Timestamp {4171/1000 = 4.171}
default	11:33:47.897254-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.897269-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.897344-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.897360-0400	LibAVExtension	LibAVFormatReader got readPacket 9056 0x12005d7b6
default	11:33:47.897413-0400	LibAVExtension	Converted {4213/1000 = 4.213}
default	11:33:47.897433-0400	LibAVExtension	Converted {4213/1000 = 4.213}
default	11:33:47.897445-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.897459-0400	LibAVExtension	Decode Timestamp {4213/1000 = 4.213}
default	11:33:47.897473-0400	LibAVExtension	Presentation Timestamp {4213/1000 = 4.213}
default	11:33:47.897485-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.897504-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.897517-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.897531-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.897586-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x10e85f9fd
default	11:33:47.897655-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.897710-0400	LibAVExtension	LibAVFormatReader got readPacket 22230 0x120066bfc
default	11:33:47.897862-0400	LibAVExtension	Converted {4254/1000 = 4.254, rounded}
default	11:33:47.897886-0400	LibAVExtension	Converted {4379/1000 = 4.379, rounded}
default	11:33:47.897901-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.897914-0400	LibAVExtension	Decode Timestamp {4254/1000 = 4.254, rounded}
default	11:33:47.897928-0400	LibAVExtension	Presentation Timestamp {4379/1000 = 4.379, rounded}
default	11:33:47.897943-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.897954-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.898021-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.898037-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.898154-0400	LibAVExtension	LibAVFormatReader got readPacket 5653 0x10f036bfd
default	11:33:47.898315-0400	LibAVExtension	Converted {4296/1000 = 4.296}
default	11:33:47.898334-0400	LibAVExtension	Converted {4296/1000 = 4.296}
default	11:33:47.898346-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.898361-0400	LibAVExtension	Decode Timestamp {4296/1000 = 4.296}
default	11:33:47.898375-0400	LibAVExtension	Presentation Timestamp {4296/1000 = 4.296}
default	11:33:47.898390-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.898408-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.898423-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.898437-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.898489-0400	LibAVExtension	LibAVFormatReader got readPacket 6376 0x10e85f9fd
default	11:33:47.898544-0400	LibAVExtension	Converted {4338/1000 = 4.338}
default	11:33:47.898564-0400	LibAVExtension	Converted {4338/1000 = 4.338}
default	11:33:47.898577-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.898591-0400	LibAVExtension	Decode Timestamp {4338/1000 = 4.338}
default	11:33:47.898605-0400	LibAVExtension	Presentation Timestamp {4338/1000 = 4.338}
default	11:33:47.898617-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.898631-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.898696-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.898713-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.898761-0400	LibAVExtension	LibAVFormatReader got readPacket 21353 0x10f0393fc
default	11:33:47.898819-0400	LibAVExtension	Converted {4379/1000 = 4.379, rounded}
default	11:33:47.898838-0400	LibAVExtension	Converted {4505/1000 = 4.505}
default	11:33:47.898853-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.898866-0400	LibAVExtension	Decode Timestamp {4379/1000 = 4.379, rounded}
default	11:33:47.898880-0400	LibAVExtension	Presentation Timestamp {4505/1000 = 4.505}
default	11:33:47.898895-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.898912-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.898927-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.898941-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.898988-0400	LibAVExtension	LibAVFormatReader got readPacket 5227 0x10e8623fd
default	11:33:47.899036-0400	LibAVExtension	Converted {4421/1000 = 4.421}
default	11:33:47.899055-0400	LibAVExtension	Converted {4421/1000 = 4.421}
default	11:33:47.899070-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.899082-0400	LibAVExtension	Decode Timestamp {4421/1000 = 4.421}
default	11:33:47.899097-0400	LibAVExtension	Presentation Timestamp {4421/1000 = 4.421}
default	11:33:47.899111-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.899123-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.899192-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.899207-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.899250-0400	LibAVExtension	LibAVFormatReader got readPacket 4715 0x120060bfd
default	11:33:47.899306-0400	LibAVExtension	Converted {4463/1000 = 4.463}
default	11:33:47.899322-0400	LibAVExtension	Converted {4463/1000 = 4.463}
default	11:33:47.899337-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.899349-0400	LibAVExtension	Decode Timestamp {4463/1000 = 4.463}
default	11:33:47.899363-0400	LibAVExtension	Presentation Timestamp {4463/1000 = 4.463}
default	11:33:47.899378-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.899395-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.899410-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.899425-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.899471-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x10f03f7fd
default	11:33:47.899533-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.899585-0400	LibAVExtension	LibAVFormatReader got readPacket 22122 0x10f0429fc
default	11:33:47.899646-0400	LibAVExtension	Converted {4505/1000 = 4.505}
default	11:33:47.899666-0400	LibAVExtension	Converted {4630/1000 = 4.630}
default	11:33:47.899682-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.899696-0400	LibAVExtension	Decode Timestamp {4505/1000 = 4.505}
default	11:33:47.899710-0400	LibAVExtension	Presentation Timestamp {4630/1000 = 4.630}
default	11:33:47.899724-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.899738-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.899806-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.899821-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.899878-0400	LibAVExtension	LibAVFormatReader got readPacket 5024 0x120062ffd
default	11:33:47.899935-0400	LibAVExtension	Converted {4546/1000 = 4.546}
default	11:33:47.899952-0400	LibAVExtension	Converted {4546/1000 = 4.546}
default	11:33:47.899966-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.899981-0400	LibAVExtension	Decode Timestamp {4546/1000 = 4.546}
default	11:33:47.899993-0400	LibAVExtension	Presentation Timestamp {4546/1000 = 4.546}
default	11:33:47.900007-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.900027-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.900042-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.900054-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.900101-0400	LibAVExtension	LibAVFormatReader got readPacket 4996 0x10f0491fd
default	11:33:47.900142-0400	LibAVExtension	Converted {4588/1000 = 4.588}
default	11:33:47.900166-0400	LibAVExtension	Converted {4588/1000 = 4.588}
default	11:33:47.900180-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.900194-0400	LibAVExtension	Decode Timestamp {4588/1000 = 4.588}
default	11:33:47.900211-0400	LibAVExtension	Presentation Timestamp {4588/1000 = 4.588}
default	11:33:47.900228-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.900244-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.900346-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.900365-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.900410-0400	LibAVExtension	LibAVFormatReader got readPacket 27984 0x12006d3fc
default	11:33:47.900469-0400	LibAVExtension	Converted {4630/1000 = 4.630}
default	11:33:47.900496-0400	LibAVExtension	Converted {4755/1000 = 4.755}
default	11:33:47.900510-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.900522-0400	LibAVExtension	Decode Timestamp {4630/1000 = 4.630}
default	11:33:47.900537-0400	LibAVExtension	Presentation Timestamp {4755/1000 = 4.755}
default	11:33:47.900551-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.900569-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.900583-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.900598-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.900638-0400	LibAVExtension	LibAVFormatReader got readPacket 10956 0x1200751fd
default	11:33:47.900686-0400	LibAVExtension	Converted {4671/1000 = 4.671}
default	11:33:47.900707-0400	LibAVExtension	Converted {4671/1000 = 4.671}
default	11:33:47.900721-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.900736-0400	LibAVExtension	Decode Timestamp {4671/1000 = 4.671}
default	11:33:47.900751-0400	LibAVExtension	Presentation Timestamp {4671/1000 = 4.671}
default	11:33:47.900763-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.900777-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.900862-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.900881-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.900937-0400	LibAVExtension	Converted {4713/1000 = 4.713}
default	11:33:47.900962-0400	LibAVExtension	Converted {4713/1000 = 4.713}
default	11:33:47.900978-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.900993-0400	LibAVExtension	Decode Timestamp {4713/1000 = 4.713}
default	11:33:47.901007-0400	LibAVExtension	Presentation Timestamp {4713/1000 = 4.713}
default	11:33:47.901022-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.901045-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.901060-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.901074-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.901125-0400	LibAVExtension	LibAVFormatReader got readPacket 28521 0x10e872af9
default	11:33:47.901181-0400	LibAVExtension	Converted {4755/1000 = 4.755}
default	11:33:47.901197-0400	LibAVExtension	Converted {4880/1000 = 4.880}
default	11:33:47.901211-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.901225-0400	LibAVExtension	Decode Timestamp {4755/1000 = 4.755}
default	11:33:47.901238-0400	LibAVExtension	Presentation Timestamp {4880/1000 = 4.880}
default	11:33:47.901252-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.901264-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.901334-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.901350-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.901393-0400	LibAVExtension	LibAVFormatReader got readPacket 13461 0x10f04b5f1
default	11:33:47.901448-0400	LibAVExtension	Converted {4796/1000 = 4.796}
default	11:33:47.901464-0400	LibAVExtension	Converted {4796/1000 = 4.796}
default	11:33:47.901479-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.901492-0400	LibAVExtension	Decode Timestamp {4796/1000 = 4.796}
default	11:33:47.901505-0400	LibAVExtension	Presentation Timestamp {4796/1000 = 4.796}
default	11:33:47.901520-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.901539-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.901552-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.901566-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.901616-0400	LibAVExtension	Converted {4838/1000 = 4.838}
default	11:33:47.901638-0400	LibAVExtension	Converted {4838/1000 = 4.838}
default	11:33:47.901652-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.901664-0400	LibAVExtension	Decode Timestamp {4838/1000 = 4.838}
default	11:33:47.901679-0400	LibAVExtension	Presentation Timestamp {4838/1000 = 4.838}
default	11:33:47.901700-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.901712-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.901798-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.901817-0400	LibAVExtension	LibAVFormatReader got readPacket 5519 0x120078076
default	11:33:47.901869-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.901918-0400	LibAVExtension	LibAVFormatReader got readPacket 17535 0x10e86c1fc
default	11:33:47.901973-0400	LibAVExtension	Converted {4880/1000 = 4.880}
default	11:33:47.901995-0400	LibAVExtension	Converted {4963/1000 = 4.963}
default	11:33:47.902010-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.902024-0400	LibAVExtension	Decode Timestamp {4880/1000 = 4.880}
default	11:33:47.902038-0400	LibAVExtension	Presentation Timestamp {4963/1000 = 4.963}
default	11:33:47.902051-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.902070-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.902082-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.902096-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.902146-0400	LibAVExtension	LibAVFormatReader got readPacket 12520 0x10e87abfc
default	11:33:47.902199-0400	LibAVExtension	Converted {4922/1000 = 4.922}
default	11:33:47.902218-0400	LibAVExtension	Converted {4922/1000 = 4.922}
default	11:33:47.902231-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.902245-0400	LibAVExtension	Decode Timestamp {4922/1000 = 4.922}
default	11:33:47.902260-0400	LibAVExtension	Presentation Timestamp {4922/1000 = 4.922}
default	11:33:47.902276-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.902288-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.902364-0400	LibAVExtension	stepInPresentationOrderByCount 1
default	11:33:47.902379-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.902426-0400	LibAVExtension	LibAVFormatReader got readPacket 23634 0x11f864bf1
default	11:33:47.902489-0400	LibAVExtension	Converted {4963/1000 = 4.963}
default	11:33:47.902508-0400	LibAVExtension	Converted {5005/1000 = 5.005}
default	11:33:47.902523-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.902538-0400	LibAVExtension	Decode Timestamp {4963/1000 = 4.963}
default	11:33:47.902551-0400	LibAVExtension	Presentation Timestamp {5005/1000 = 5.005}
default	11:33:47.902565-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.902585-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.902599-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.902612-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.902651-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x120078dfd
default	11:33:47.902709-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.902757-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.902806-0400	LibAVExtension	Converted {5005/1000 = 5.005}
default	11:33:47.902823-0400	LibAVExtension	Converted {5130/1000 = 5.130}
default	11:33:47.902837-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.902852-0400	LibAVExtension	Decode Timestamp {5005/1000 = 5.005}
default	11:33:47.902864-0400	LibAVExtension	Presentation Timestamp {5130/1000 = 5.130}
default	11:33:47.902878-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.902890-0400	LibAVExtension	sampleLocationReturningError
default	11:33:47.902911-0400	LibAVExtension	Converted {5047/1000 = 5.047}
default	11:33:47.902925-0400	LibAVExtension	Converted {5047/1000 = 5.047}
default	11:33:47.902940-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.902954-0400	LibAVExtension	Decode Timestamp {5047/1000 = 5.047}
default	11:33:47.902966-0400	LibAVExtension	Presentation Timestamp {5047/1000 = 5.047}
default	11:33:47.902980-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.902993-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.903043-0400	LibAVExtension	Converted {5088/1000 = 5.088}
default	11:33:47.903058-0400	LibAVExtension	Converted {5088/1000 = 5.088}
default	11:33:47.903072-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.903085-0400	LibAVExtension	Decode Timestamp {5088/1000 = 5.088}
default	11:33:47.903099-0400	LibAVExtension	Presentation Timestamp {5088/1000 = 5.088}
default	11:33:47.903111-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.903284-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSnapTimeToIFrameWithRange: SnapToNearestIFrame: 0.000 -> 5.005 (later I frame -- no earlier I frame)
default	11:33:47.903407-0400	LibAVExtensionHost	<<<< IQ-CA >>>> piqca_setImageQueueTiming: (0x11e09d000) Paused; Set IQTimingOffset: 5.005 at host time 26429.327
default	11:33:47.903405-0400	LibAVExtensionHost	<<<< Boss >>>> bossSetMentorModesToScrub: <0x105209840|I/BLH.01> called, tracks 0...0, time 5.005
default	11:33:47.903551-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetTimeWithRange: <0x105209840|I/BLH.01> playState set to Paused
default	11:33:47.903568-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetEndTime: <0x105209840|I/BLH.01> endTime nan
default	11:33:47.903578-0400	LibAVExtension	generateSampleCursorAtPresentationTimeStamp {5005/1000 = 5.005}
default	11:33:47.903584-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetReverseEndTime: <0x105209840|I/BLH.01> reverseEndTime nan
default	11:33:47.903595-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.903590-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetStopAtEnd: <0x105209840|I/BLH.01> TRUE
default	11:33:47.903634-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.903599-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetAdvanceTimeForOverlappedPlayback: <0x105209840|I/BLH.01> advanceTimeForOverlappedPlayback nan
default	11:33:47.903649-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.903606-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetAudibleRateRange: <0x105209840|I/BLH.01> (no minAudibleRate) 0.000 (no maxAudibleRate) 0.000
default	11:33:47.903662-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.903614-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetRateSnapping: <0x105209840|I/BLH.01> snapToSimpleRates = false, minRateToStretchAudio = 0.031, maxRateToStretchAudio = 32.000
default	11:33:47.903721-0400	LibAVExtension	LibAVFormatReader got readPacket 23634 0x11f86b9f1
default	11:33:47.903621-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetContinuePlayingDuringPrerollForSeek: <0x105209840|I/BLH.01> true
default	11:33:47.903805-0400	LibAVExtension	Recieved Invalid timestamp AV_NOPTS_VALUE - returning kCMTimeInvalid
default	11:33:47.903630-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetContinuePlayingDuringPrerollForRateChange: <0x105209840|I/BLH.01> true
default	11:33:47.903830-0400	LibAVExtension	Converted {5005/1000 = 5.005}
default	11:33:47.903650-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetUseIFrameOnlyPlaybackForHighRateScaledEdits: <0x105209840|I/BLH.01> false
default	11:33:47.903846-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.903697-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetMinimumIntervalForIFrameOnlyPlayback: <0x105209840|I/BLH.01> 0.100
default	11:33:47.903858-0400	LibAVExtension	Decode Timestamp {5005/1000 = 5.005}
default	11:33:47.903744-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetThoroughlyRefreshClosedCaptionsWhenSeeking: <0x105209840|I/BLH.01> false
default	11:33:47.903872-0400	LibAVExtension	Presentation Timestamp {5005/1000 = 5.005}
default	11:33:47.903798-0400	LibAVExtensionHost	<<<< Boss >>>> FigPlaybackBossSetMuted: <0x105209840|I/BLH.01> Muted: No
default	11:33:47.903886-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.903867-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_prepareWorkingItem2: [0x10505e0e0] P/UQ posting PlayQueueBecameHungry
default	11:33:47.903898-0400	LibAVExtension	sampleLocationReturningError
error	11:33:47.903959-0400	LibAVExtension	<<<< FigPartialSampleTable >>>> fpst_writing_updateDecodeDurationIfNecessary signalled err=-17714 (kFigPartialSampleTableError_ParamErr) (invalid sample duration.) at FigPartialSampleTable.c:1099
default	11:33:47.904159-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.904184-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.904236-0400	LibAVExtension	LibAVFormatReader got readPacket 8200 0x10e8833fd
default	11:33:47.904298-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.904339-0400	LibAVExtension	LibAVFormatReader got readPacket 4096 0x10e823400
default	11:33:47.904390-0400	LibAVExtension	Converted {5005/1000 = 5.005}
default	11:33:47.904407-0400	LibAVExtension	Converted {5130/1000 = 5.130}
default	11:33:47.904423-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.904438-0400	LibAVExtension	Decode Timestamp {5005/1000 = 5.005}
default	11:33:47.904450-0400	LibAVExtension	Presentation Timestamp {5130/1000 = 5.130}
default	11:33:47.904464-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.904483-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.904496-0400	LibAVExtension	Found Codec Type: 1635148593
default	11:33:47.904527-0400	LibAVExtension	Converted {5047/1000 = 5.047}
default	11:33:47.904546-0400	LibAVExtension	Converted {5047/1000 = 5.047}
default	11:33:47.904561-0400	LibAVExtension	Converted {41/1000 = 0.041}
default	11:33:47.904575-0400	LibAVExtension	Decode Timestamp {5047/1000 = 5.047}
default	11:33:47.904587-0400	LibAVExtension	Presentation Timestamp {5047/1000 = 5.047}
default	11:33:47.904601-0400	LibAVExtension	Duration {41/1000 = 0.041}
default	11:33:47.904695-0400	LibAVExtensionHost	<<< PluginFormatReader >>> wrapperSampleCursor_StepInDecodeOrderAndReportStepsTaken: Bad response from plugin. Plugin sample cursor took +1 steps when -1 were requested. Now at pts: {5130/1000 = 5.130}
default	11:33:47.904613-0400	LibAVExtension	sampleLocationReturningError - have sampleDependsOnOthers - returning MEErrorLocationNotAvailable
default	11:33:47.904810-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_prepareWorkingItem2: [0x10505e0e0|P/UQ] <0x104844000|I/BLH.01> posting ReadyForPlayback
error	11:33:47.904807-0400	LibAVExtensionHost	<<<< VideoMentor >>>> videoMentorDependencyStateCopyCursorForDecodeWalk signalled err=-12836 (kVideoMentorUnexpectedSituationErr) (Node not found for target cursor -- it should have been created during videoMentorDependencyStateAddSamplesToGraph) at VideoMentor.c:4982
default	11:33:47.904839-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_getNextPlaybackState: [0x10505e0e0] P/UQ new playback state: Paused (Player) (playerRate: 0.000), WILL NOT update boss rate (nan), previous state: Paused, change reason: CurrentItemDetailsLoaded, playthrough prediction: likely, options: None
default	11:33:47.905042-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_getNextPlaybackState: [0x10505e0e0] P/UQ new playback state: Paused (Player) (playerRate: 0.000), WILL NOT update boss rate (nan), previous state: Paused, change reason: PlaythroughPredictionChanged, playthrough prediction: likely, options: None
default	11:33:47.905045-0400	LibAVExtensionHost	isPlaybackBufferEmpty: 0
default	11:33:47.905142-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_getNextPlaybackState: [0x10505e0e0] P/UQ new playback state: Paused (Player) (playerRate: 0.000), WILL NOT update boss rate (nan), previous state: Paused, change reason: PlaythroughPredictionChanged, playthrough prediction: likely, options: None
default	11:33:47.905566-0400	LibAVExtensionHost	SeekableTimeRanges changed {nan, nan} -> {0.000000, 8359.104000}.
default	11:33:47.905812-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.905838-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: YES
	contentDimensions: (nan, nan)
	isPictureInPictureSupported: YES
}
default	11:33:47.905848-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.906187-0400	LibAVExtensionHost	-[AVDesktopPlaybackContentContainerView setContentDisplayType:] contentDisplayType - 5
default	11:33:47.906199-0400	LibAVExtensionHost	-[AVDesktopPlaybackContentContainerView _updateActiveContentDisplayTypeIfNeeded] activeContentDisplayType - 5
default	11:33:47.906534-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] current status: 0 -> proposed status: 0
default	11:33:47.906553-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] isPictureInPictureProhibited: YES {
	isContentSourceSupported: YES
	isPictureInPicturePossible: YES
	isSystemPictureInPicturePossible: YES
	allowsPictureInPicturePlayback: NO
	isPlayingOnSecondScreen: NO
	sourceIsVisible: YES
	contentDimensions: (1920.0, 1080.0)
	isPictureInPictureSupported: YES
}
default	11:33:47.906572-0400	LibAVExtensionHost	-[AVPictureInPicturePlatformAdapter(Common) _updateStatusUsingProposedStatus:] self.status != AVPictureInPictureControllerStatusProhibited NO
default	11:33:47.906709-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]: called (self: 0x6000019b1570, keys: (
    commonMetadata,
    hasProtectedContent,
    composable,
    streaming,
    availableMetadataFormats,
    metadata,
    compatibleWithAirPlayVideo,
    availableMediaCharacteristicsWithMediaSelectionOptions,
    availableChapterLocales,
    maximumVideoResolution,
    availableVideoDynamicRanges,
    tracks,
    assetCache
), keysForCollectionKeys: (null), handler: non-nil)
default	11:33:47.906766-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]: Calling FigAssetLoadValuesAsyncForProperties for properties (
    availableMediaCharacteristicsWithMediaSelectionOptions,
    "assetProperty_QuickTimeUserData",
    "assetProperty_HLSMetadata",
    "assetProperty_ID3Metadata",
    "assetProperty_CommonMetadata",
    "assetProperty_ISOUserData",
    Chapters,
    "assetProperty_AVCHDMetadata",
    "assetProperty_FormatSpecificMetadata",
    "assetProperty_QuickTimeMetadata",
    "assetProperty_Tracks",
    "assetProperty_AvailableVideoDynamicRanges",
    "assetProperty_AssetType",
    "assetProperty_MaximumVideoResolution",
    "assetProperty_CompatibleWithAirPlayVideo",
    "assetProperty_iTunesMetadata",
    "assetProperty_AvailableMetadataFormats",
    "assetProperty_ChapterGroupInfo",
    "assetProperty_ProtectedStatus"
)
default	11:33:47.906831-0400	LibAVExtension	loadMetadataWithCompletionHandler
error	11:33:47.906867-0400	LibAVExtension	<<<< MEFormatReaderWrapper >>>> objcWrapperPluginFormatReader_CopyProperty signalled err=-12784 (kCMBaseObjectError_PropertyNotFound) (can not find metatdata info) at ExtensionFormatReaderWrapper.m:535
default	11:33:47.906852-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]: Batch 0x600003229dc0: asset batch ID = 3 (err=0, alreadyLoaded=0)
default	11:33:47.906936-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]: Calling FigAssetLoadValuesAsyncForTrackProperties for properties (
    MediaCharacteristicArray
)
default	11:33:47.906991-0400	LibAVExtension	loadMetadataWithCompletionHandler
error	11:33:47.907022-0400	LibAVExtension	<<<< MEFormatReaderWrapper >>>> objcWrapperPluginFormatReader_CopyProperty signalled err=-12784 (kCMBaseObjectError_PropertyNotFound) (can not find metatdata info) at ExtensionFormatReaderWrapper.m:535
default	11:33:47.907037-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]: Batch 0x600003229dc0: track batch ID = 4 (err=0, alreadyLoaded=1)
default	11:33:47.907670-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_handleSetProperty: [0x10505e0e0] P/UQ: kFigPlayerProperty_ClosedCaptionLayerBoundsUpdate: closedcaption layer(0) newBounds: x=122.444444, y=0.000000, w=623.111111, h=350.500000
default	11:33:47.907701-0400	LibAVExtensionHost	<<<< FigFilePlayer >>>> playerfig_handleSetProperty: [0x10505e0e0] P/UQ: kFigPlayerProperty_ClosedCaptionLayerBoundsUpdate: closedcaption layer(0) newBounds: x=122.444444, y=0.000000, w=623.111111, h=350.500000
default	11:33:47.907685-0400	LibAVExtensionHost	<<<< FigCaptionRendererAVFLayoutRegion >>>> basicLayout: No viewport size!
default	11:33:47.907938-0400	LibAVExtension	loadMetadataWithCompletionHandler
error	11:33:47.907967-0400	LibAVExtension	<<<< MEFormatReaderWrapper >>>> objcWrapperPluginFormatReader_CopyProperty signalled err=-12784 (kCMBaseObjectError_PropertyNotFound) (can not find metatdata info) at ExtensionFormatReaderWrapper.m:535
default	11:33:47.908114-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> handleFigAssetLoadingNotification: Received kFigAssetNotification_BatchPropertyLoadComplete (payload: {
    "assetPayload_BatchID" = 3;
})
default	11:33:47.908132-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> handleFigAssetLoadingNotification_block_invoke: Batch 0x600003229dc0: Marking asset batch ID 3 as complete
default	11:33:47.908150-0400	LibAVExtensionHost	<<<< AVAssetInspectorLoader >>>> -[AVFigAssetInspectorLoader _invokeCompletionHandlerForLoadingBatches:]: Batch 0x600003229dc0: dispatching completion handler
default	11:33:47.908235-0400	LibAVExtensionHost	-[AVAssetTrack loadValuesAsynchronouslyForKeys:completionHandler:] invoked with unrecognized keys (
    "currentVideoTrack.preferredTransform"
).
default	11:33:47.908689-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.908910-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909032-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909095-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909152-0400	LibAVExtensionHost	New asset: 
default	11:33:47.909214-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909284-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909377-0400	LibAVExtensionHost	-[AVPlayerController(AVMediaSelection) setAudioMediaSelectionOptions:] AudioMediaSelectionOptions: (
)
default	11:33:47.909416-0400	LibAVExtensionHost	-[AVPlayerController(AVMediaSelection) setLegibleMediaSelectionOptions:] LegibleMediaSelectionOptions: (
)
default	11:33:47.909445-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909502-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:47.909554-0400	LibAVExtensionHost	<<<< AVError >>>> AVLocalizedErrorWithUnderlyingOSStatus: Returning error (AVFoundationErrorDomain / -11800) status (-16505)
default	11:33:48.401597-0400	LibAVExtensionHost	<< FigPlayMonitor >> fpm_likelyToKeepUpUsingDynamicAlgorithm: [0x11e897030] bandwidth: 0 kbps; smoothedBandwidth: 0 kbps; bwInflationFactor: 1.00; (movieDuration - durToPlayThrough): 5.00; durationAhead: 8354.10; timeToLikelyToKeepUp: 0.00
default	11:33:51.597142-0400	runningboardd	Assertion did invalidate due to timeout: 428-428-30449 (target:[app:32995])
default	11:33:51.804548-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:51.804579-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:51.804603-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:51.804645-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:51.828378-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveNonFocal) (endowments: )
default	11:33:51.829361-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:52.548650-0400	loginwindow	-[PersistentAppsSupport saveLogoutPersistentState:finalSnapshot:] |      checkAgainstApp is : LibAVExtensionHost
default	11:33:52.548667-0400	loginwindow	-[PersistentAppsSupport appShouldBeRelaunched:] | entered. checking app: LibAVExtensionHost
default	11:33:52.548942-0400	loginwindow	-[PersistentAppsSupport saveLogoutPersistentState:finalSnapshot:] |           Adding to relaunchArray: LibAVExtensionHost
default	11:33:52.549659-0400	loginwindow	-[PersistentAppsSupport saveLogoutPersistentState:finalSnapshot:] |      checkStoppedApp is : LibAVExtensionHost
default	11:33:52.549925-0400	loginwindow	-[PersistentAppsSupport saveLogoutPersistentState:finalSnapshot:] |           Adding to relaunchArray: LibAVExtensionHost
default	11:33:52.550492-0400	loginwindow	-[PersistentAppsSupport saveLogoutPersistentState:finalSnapshot:] |           Contents:(
        {
        BackgroundState = 2;
        BundleID = "com.apple.console";
        Hide = 0;
        Path = "/System/Applications/Utilities/Console.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.dt.xcode";
        Hide = 0;
        Path = "/Applications/Xcode-beta.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.safari";
        Hide = 0;
        Path = "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.mail";
        Hide = 0;
        Path = "/System/Applications/Mail.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.mobilesms";
        Hide = 0;
        Path = "/System/Applications/Messages.app";
    },
        {
        BackgroundState = 2;
        BundleID = "maccatalyst.com.atebits.tweetie2";
        Hide = 0;
        Path = "/Applications/Twitter.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.tinyspeck.slackmacgap";
        Hide = 0;
        Path = "/Applications/Slack.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.torusknot.sourcetreenotmas";
        Hide = 0;
        Path = "/Applications/Sourcetree.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.finder";
        Hide = 0;
        Path = "/System/Library/CoreServices/Finder.app";
    },
        {
        BackgroundState = 3;
        BundleID = "com.apple.preview";
        Hide = 1;
        Path = "/System/Applications/Preview.app";
    },
        {
        BackgroundState = 2;
        BundleID = "com.apple.terminal";
        Hide = 0;
        Path = "/System/Applications/Utilities/Terminal.app";
    },
        {
        BackgroundState = 3;
        BundleID = "com.spotify.client";
        Hide = 1;
        Path = "/Applications/Spotify.app";
    },
        {
        BackgroundState = 0;
        BundleID = "info.vade.libavextensionhost";
        Hide = 0;
        Path = "/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app";
    },
        {
        BackgroundState = 0;
        BundleID = "info.vade.libavextensionhost";
        Hide = 0;
        Path = "/Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app";
    }
)
default	11:33:52.613567-0400	LibAVExtensionHost	void _updateToReflectAutomaticTerminationState(void) Setting _kLSApplicationWouldBeTerminatedByTALKey=0
default	11:33:56.040313-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:372] with description 
	]>
default	11:33:56.040448-0400	runningboardd	Assertion 428-372-30463 (target:[app:32995]) will be created as active
default	11:33:56.050714-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:400] with description ,
	
	]>
default	11:33:56.050966-0400	runningboardd	Assertion 428-400-30464 (target:[app:32995]) will be created as active
default	11:33:56.051390-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.051717-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.051877-0400	runningboardd	[app:32995] Set darwin role to: UserInteractiveFocal
default	11:33:56.052014-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.052453-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.067816-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.068247-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.068424-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.068558-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.068717-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.069067-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:372] with description 
	]>
default	11:33:56.069161-0400	runningboardd	Assertion 428-372-30465 (target:[app:32995]) will be created as active
default	11:33:56.069525-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.078799-0400	LibAVExtensionHost	order window front conditionally: d0f related: 0
default	11:33:56.080807-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.081706-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.081862-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.081934-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.082098-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.083657-0400	LibAVExtensionHost	order all windows front 26437462422666
default	11:33:56.085442-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:56.085573-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents
default	11:33:56.085829-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Info.plist
default	11:33:56.086519-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app
default	11:33:56.087182-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost
default	11:33:56.087749-0400	kernel	1 duplicate report for Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost
default	11:33:56.087764-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-xattr /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/MacOS/LibAVExtensionHost
default	11:33:56.094446-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.094940-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.100363-0400	kernel	Sandbox: ContextStoreAgent(680) allow file-read-data /Users/vade/Library/Developer/Xcode/DerivedData/LibAVExtensionHost-fjhzqmxecglhgreapupkbnlvjiuw/Build/Products/Debug/LibAVExtensionHost.app/Contents/Info.plist
default	11:33:56.101820-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:400] with description ,
	
	]>
default	11:33:56.101891-0400	runningboardd	Assertion 428-400-30466 (target:[app:32995]) will be created as active
default	11:33:56.102216-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.102260-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.102320-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.102437-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.110941-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.111391-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:400] with description ,
	
	]>
default	11:33:56.111458-0400	runningboardd	Assertion 428-400-30467 (target:[app:32995]) will be created as active
default	11:33:56.111656-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.111718-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.111799-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.111848-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.111977-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.121155-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.122678-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.135771-0400	runningboardd	Acquiring assertion targeting [app:32995] from originator [osservice:400] with description ,
	
	]>
default	11:33:56.135848-0400	runningboardd	Assertion 428-400-30468 (target:[app:32995]) will be created as active
default	11:33:56.136094-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.136159-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.136224-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.136326-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.143771-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.144124-0400	runningboardd	Invalidating assertion 428-400-30455 (target:[app:32995]) from originator [osservice:400]
default	11:33:56.144326-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.176449-0400	runningboardd	[app:32995] Ignoring jetsam update because this process is not memory-managed
default	11:33:56.176467-0400	runningboardd	[app:32995] Ignoring suspend because this process is not lifecycle managed
default	11:33:56.176481-0400	runningboardd	[app:32995] Ignoring GPU update because this process is not GPU managed
default	11:33:56.176513-0400	runningboardd	[app:32995] Ignoring memory limit update because this process is not memory-managed
default	11:33:56.182209-0400	runningboardd	Calculated state for app: running-active (role: UserInteractiveFocal) (endowments: )
default	11:33:56.182596-0400	gamepolicyd	Received state update for 32995 (app, running-active-NotVisible
default	11:33:56.292314-0400	LibAVExtensionHost	[0x600000d9c000] activating connection: mach=false listener=false peer=false name=com.apple.hiservices-xpcservice
default	11:33:56.308989-0400	LibAVExtensionHost	+[IMKClient subclass]: chose IMKClient_Legacy
default	11:33:56.309019-0400	LibAVExtensionHost	+[IMKInputSession subclass]: chose IMKInputSession_Legacy
default	11:33:56.313510-0400	LibAVExtensionHost	[0x105054680] activating connection: mach=true listener=false peer=false name=com.apple.inputmethodkit.getxpcendpoint
default	11:33:56.316168-0400	LibAVExtensionHost	[0x1050547a0] activating connection: mach=false listener=false peer=false name=(anonymous)
default	11:33:56.686778-0400	LibAVExtensionHost	[0x11d822130] activating connection: mach=true listener=false peer=false name=com.apple.sidecar-relay
default	11:33:56.690738-0400	LibAVExtensionHost	Device is supported: [NO].  Device: [IDS E6C29FF0]
default	11:33:56.693116-0400	LibAVExtensionHost	GM is currently not available.
default	11:33:56.693188-0400	LibAVExtensionHost	isAvailable: unavailable, info = [deviceNotCapable, unknown]
default	11:33:56.693218-0400	LibAVExtensionHost	isAvailable: featureEnabled = true, isMDMAllowed = true, gmAvailable (current) = false
default	11:33:56.699136-0400	LibAVExtensionHost	[0x600000d93480] activating connection: mach=true listener=false peer=false name=com.apple.pbs.fetch_services
default	11:33:56.726505-0400	LibAVExtensionHost	[0x600000d93480] invalidated after the last release of the connection object
default	11:33:56.757742-0400	WindowServer	Connection added: IOHIDEventSystemConnection uuid:8361C36C-059F-4687-8531-95C07E9F6FC3 pid:32995 process:LibAVExtensionHost type:Passive entitlements:0x0 caller:HIToolbox: _TISCopyAttachedKeyboardLanguages + 112 attributes:(null) state:0x0 events:0 mask:0x0 dropped:0 dropStatus:0 droppedMask:0x0 lastDroppedTime:NONE
default	11:33:56.761670-0400	LibAVExtensionHost	Released connection: 8361C36C-059F-4687-8531-95C07E9F6FC3
{
    UUID = "8361C36C-059F-4687-8531-95C07E9F6FC3";
    caller = "HIToolbox: _TISCopyAttachedKeyboardLanguages + 112";
    dispatchQueue = 0;
    eventCount = 0;
    eventMask = 0;
    port = 102151;
    resetCount = 0;
    runloop = 0;
    services =     (
        4294970331
    );
    virtualServices =     (
    );
}
default	11:33:56.761845-0400	WindowServer	Connection removed: IOHIDEventSystemConnection uuid:8361C36C-059F-4687-8531-95C07E9F6FC3 pid:32995 process:LibAVExtensionHost type:Passive entitlements:0x0 caller:HIToolbox: _TISCopyAttachedKeyboardLanguages + 112 attributes:(null) state:0x1 events:0 mask:0x0 dropped:0 dropStatus:0 droppedMask:0x0 lastDroppedTime:NONE
default	11:33:56.762729-0400	LibAVExtensionHost	terminate:
default	11:33:56.762747-0400	LibAVExtensionHost	void _NSDisableAutomaticTerminationAndLog(NSString *) Terminating
default	11:33:56.771796-0400	LibAVExtensionHost	Attempting sudden termination (1st attempt)
default	11:33:56.771814-0400	LibAVExtensionHost	Checking whether app should terminate
default	11:33:56.771842-0400	LibAVExtensionHost	Asking app delegate whether applicationShouldTerminate:
default	11:33:56.771857-0400	LibAVExtensionHost	replyToApplicationShouldTerminate:YES
default	11:33:56.771888-0400	LibAVExtensionHost	App termination approved
default	11:33:56.771895-0400	LibAVExtensionHost	Termination commencing
default	11:33:56.771903-0400	LibAVExtensionHost	Attempting sudden termination (2nd attempt)
default	11:33:56.772914-0400	LibAVExtensionHost	window SwiftUI.AppKitWindow d0f finishing close
default	11:33:56.777214-0400	LibAVExtensionHost	[0x600000d981e0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	11:33:56.777231-0400	LibAVExtensionHost	[0x6000011937f0] Session canceled.
default	11:33:56.777266-0400	LibAVExtensionHost	order window: d0f op: 0 relative: 0 related: 0
default	11:33:56.777316-0400	LibAVExtensionHost	Termination complete. Exiting without sudden termination.
default	11:33:56.777334-0400	LibAVExtensionHost	Entering exit handler.
default	11:33:56.777344-0400	LibAVExtensionHost	Queueing exit procedure onto XPC queue. Any further messages sent will be discarded. activeSendTransactions=0
default	11:33:56.778402-0400	LibAVExtension	[0x11f11c250] invalidated because the client process (pid 32995) either cancelled the connection or exited
default	11:33:56.782598-0400	mediaremoted	Client  invalidated.
default	11:33:56.782674-0400	mediaremoted	[MRDNowPlayingOriginClient] Removing nowPlayingClient info.vade.LibAVExtensionHost-32995 (LibAVExtensionHost) for origin-Mac-1280262988/client-(null)/player-(null)
default	11:33:56.782952-0400	WindowManager	Connection invalidated | (32995) LibAVExtensionHost
default	11:33:56.782819-0400	mediaremoted	Removing client 
default	11:33:56.777610-0400	LibAVExtensionHost	Cancelling XPC connection. Any further reply handler invocations will not retry messages
default	11:33:56.777708-0400	LibAVExtensionHost	[0x600000dbc3c0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	11:33:56.777818-0400	LibAVExtensionHost	Exiting exit handler.
default	11:33:56.777942-0400	LibAVExtensionHost	agent connection cancelled (details: Session manually canceled)
default	11:33:56.778069-0400	LibAVExtensionHost	[0x6000011937f0] Disposing of session
default	11:33:56.778429-0400	LibAVExtension	[0x11f112190] invalidated because the client process (pid 32995) either cancelled the connection or exited
default	11:33:56.778446-0400	LibAVExtension	[0x11f018660] Re-initialization successful; calling out to event handler with XPC_ERROR_CONNECTION_INTERRUPTED
error	11:33:56.778708-0400	LibAVExtension	<< FigXPC >> FigXPCConnectionSendSyncMessageCreatingReply signalled err=-16154 (kFigXPCError_InvalidConnection) (connection became invalid) at FigXPCClientServer.c:1383
default	11:33:56.783843-0400	LibAVExtension	Entering exit handler.
default	11:33:56.783862-0400	LibAVExtension	Queueing exit procedure onto XPC queue. Any further messages sent will be discarded. activeSendTransactions=0
default	11:33:56.793582-0400	LibAVExtension	Cancelling XPC connection. Any further reply handler invocations will not retry messages
default	11:33:56.793633-0400	LibAVExtension	[0x11f0146f0] invalidated because the current process cancelled the connection by calling xpc_connection_cancel()
default	11:33:56.793683-0400	LibAVExtension	Exiting exit handler.
default	11:33:56.794768-0400	runningboardd	[app:32995] termination reported by launchd (0, 0, 0)
default	11:33:56.793693-0400	LibAVExtension	XPC connection invalidated (daemon unloaded/disabled)
default	11:33:56.790920-0400	mediaremoted	[AVRoutingServer] Setting (null) to application picked routes for client 
default	11:33:56.794816-0400	runningboardd	Removing process: [app:32995]
default	11:33:56.795258-0400	runningboardd	Removing launch job for: [app:32995]
default	11:33:56.795497-0400	runningboardd	Removed job for [app:32995]
default	11:33:56.795526-0400	runningboardd	Removing assertions for terminated process: [app:32995]
default	11:33:56.795610-0400	runningboardd	Removed last relative-start-date-defining assertion for process xpcservice:32995])(501)>{vt hash: 180909887}
default	11:33:56.795707-0400	runningboardd	Removed last relative-start-date-defining assertion for process app
default	11:33:56.806051-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 0}:32997:32997] termination reported by launchd (2, 9, 9)
default	11:33:56.808986-0400	runningboardd	Removing process: [xpcservice:32995])(501)>{vt hash: 0}:32997:32997]
default	11:33:56.809469-0400	runningboardd	removeJobWithInstance called for identity without existing job [xpcservice:32995])(501)>{vt hash: 0}:32997:32997]
default	11:33:56.827892-0400	runningboardd	Removing assertions for terminated process: [xpcservice:32995])(501)>{vt hash: 0}:32997:32997]
default	11:33:56.828197-0400	runningboardd	XPC connection invalidated: [app:32995]
default	11:33:56.828530-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Set jetsam priority to 0 [0] flag[1]
default	11:33:56.828665-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] Suspending task.
default	11:33:56.828883-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] check if suspended process is holding locks
default	11:33:56.829919-0400	runningboardd	[xpcservice:32995])(501)>{vt hash: 180909887}:32998] termination reported by launchd (2, 9, 9)
default	11:33:56.829979-0400	runningboardd	Removing process: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:56.830197-0400	runningboardd	Removing assertions for terminated process: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
default	11:33:56.842235-0400	runningboardd	Calculated state for app: none (role: None) (endowments: (null))
default	11:33:56.842756-0400	runningboardd	Calculated state for xpcservice:32995])(501)>{vt hash: 180909887}: none (role: None) (endowments: (null))
default	11:33:56.843456-0400	UIKitSystem	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, none-NotVisible
default	11:33:56.843199-0400	runningboardd	Calculated state for app: none (role: None) (endowments: (null))
default	11:33:56.843844-0400	WindowServer	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, none-NotVisible
default	11:33:56.844763-0400	runningboardd	Calculated state for xpcservice:32995])(501)>{vt hash: 180909887}: none (role: None) (endowments: (null))
default	11:33:56.845211-0400	WindowServer	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, none-NotVisible
default	11:33:56.845905-0400	UIKitSystem	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, none-NotVisible
default	11:33:56.846772-0400	gamepolicyd	Received state update for 32997 (xpcservice:32995])(501)>{vt hash: 0}:32997, none-NotVisible
default	11:33:56.846790-0400	gamepolicyd	Received state update for 32998 (xpcservice:32995])(501)>{vt hash: 180909887}, none-NotVisible
default	11:33:56.846802-0400	gamepolicyd	Received state update for 32995 (app, none-NotVisible
default	11:33:56.856360-0400	launchservicesd	Hit the server for a process handle 1419b529000080e3 that resolved to: [app:32995]
default	11:33:56.866898-0400	loginwindow	-[PersistentAppsSupport applicationQuit:] | for app:LibAVExtensionHost, _appTrackingState = 2
default	11:33:56.866934-0400	loginwindow	-[PersistentAppsSupport applicationQuit:] | App: LibAVExtensionHost, quit, updating active tracking timer
default	11:33:56.879854-0400	runningboardd	XPC connection invalidated: [app:32995]
default	11:33:56.879957-0400	runningboardd	XPC connection invalidated: [xpcservice:32995])(501)>{vt hash: 0}:32997:32997]
default	11:33:56.880038-0400	runningboardd	XPC connection invalidated: [xpcservice:32995])(501)>{vt hash: 180909887}:32998]
error	11:33:56.880553-0400	runningboardd	RBSStateCapture remove item called for untracked item  entitlements: inheritanceManager:,
	,
	,
	,
	
	]>>

And my SampleCursor implementation is here

https://github.com/vade/FFMPEGMediaExtension/blob/main/LibAVExtension/LibAVSampleCursor.m

Any guidance is very helpful.

Thank you!

I was able to get a key frame decoded by ensuring I properly populate the extra data for the CMFormatDescription, but have yet to get GOP frames working.

Media Extension API - How to properly vend GOP samples from a MediaFormat Extension
 
 
Q