Since VideoToolbox isn't available for tvOS, how do I decode video?
I have an app where I have frames of h.264 in memory (streams in over the network) and I was handling the decoding with VideoToolbox previously. What's the replacement?
Since VideoToolbox isn't available for tvOS, how do I decode video?
I have an app where I have frames of h.264 in memory (streams in over the network) and I was handling the decoding with VideoToolbox previously. What's the replacement?
You can use OpenH264
OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC. See http://www.openh264.org/ for more details.
© 2022 - 2024 β McMap. All rights reserved.