shogo4405 / SRTHaishinKit.swift

Camera and Microphone streaming library via SRT for iOS, macOS.
BSD 3-Clause "New" or "Revised" License
70 stars 25 forks source link

VTDecompressionSessionDecodeFrame fails with OSStatus=-12909 #57

Closed shogo4405 closed 1 year ago

shogo4405 commented 1 year ago

Discussed in https://github.com/shogo4405/SRTHaishinKit.swift/discussions/56

Originally posted by **martinzsapka** May 10, 2023 Hello! I'm trying to receive an h264 srt stream, but the decoder fails with error OSStatus=-12909. Specifically, the VTDecompressionSessionDecodeFrame call. Of course because of that, I don't get any imagebuffer. Do you have any guesses as to what I may have misplaced? Maybe some configuration is missing? Thanks!
kovmarton commented 1 year ago

Discussed in #56

Originally posted by martinzsapka May 10, 2023 Hello!

I'm trying to receive an h264 srt stream, but the decoder fails with error OSStatus=-12909. Specifically, the VTDecompressionSessionDecodeFrame call. Of course because of that, I don't get any imagebuffer.

Do you have any guesses as to what I may have misplaced? Maybe some configuration is missing?

Thanks!

Hi! I got the same error. When is it expected to be fixed? Thanks in advance!