Post

Replies

Boosts

Views

Activity

Comment on VTDecompressionSessionDecodeFrame or enqueueSampleBuffer fail when NALU bigger than 65536. Is there a workaround?
For HEVC I finally got around the issue by carefully collecting NALUs that are just slice segments which belong to the same frame (checking first_slice_segment_in_pic_flag) before handing them over to VTDecompressionSessionDecodeFrame() in one batch.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on VTDecompressionSessionDecodeFrame or enqueueSampleBuffer fail when NALU bigger than 65536. Is there a workaround?
Those 300kB were with 4 Mbps / 2 fps setting. With 25 fps setting I get ~120 kB type-19 and ~5-11 kB type-1 NALUs, but ALL of them produce the -12909 error.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on SwiftUI Tutorial EditMode
What is UserData()?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Memory mapped file: "Cannot allocate memory"
How can we then reduce address space usage in Swift?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on App does not launch by data FCM
The current iOS 15.4 beta did solve the issue for me
Replies
Boosts
Views
Activity
Feb ’22
Comment on App does not launch by data FCM
Thanks! In this case I should definitely try the 15.4 beta…
Replies
Boosts
Views
Activity
Feb ’22
Comment on App does not launch by data FCM
Thanks for posting the responses from Apple. The thing is, I‘m having those issues with the app running in the foreground and with the debugger attached. A situation where no throttling should be applied according to Apple.
Replies
Boosts
Views
Activity
Feb ’22
Comment on CloudKit watchOS 6 silent notification problem
On which iOS version does it still work for you? For me the background notifications stopped working with iOS 15.3.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Testing installTap(onBus:bufferSize:format:block:)
When calling installTap(...) on the inputNode of AVAudioEngine may I set the format parameter to nil or do I need to explicitly set it to the outputFormat(forBus:) of the inputNode?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’21