I want to play a .H264
video file in iOS 8
with use of VideoToolbox.framework
and not with ffmpeg
library.
I have found few Tutorials + Reference links to understand VideoToolbox.framework
, but still couldn't find, "how to play .H264
in iOS
?".
Few Examples :
Reference Links :
https://developer.apple.com/library/mac/releasenotes/General/APIDiffsMacOSX10_8/VideoToolbox.html
https://developer.apple.com/videos/wwdc/2014/?include=513#513
Decoding H264 VideoToolkit API fails with Error -8971 in VTDecompressionSessionCreate
You can download a test (.H264) video for Testing from here.