1

Is there a way to make VTDecompressionSession decode H264 when app in background mode?

Garf365
  • 3,619
  • 5
  • 29
  • 41

1 Answers1

0

Check UIApplication beginBackgroundTaskWithExpirationHandler(), from my test it's only allow to run the process within 180 seconds after App into background mode.

Will Tu
  • 60
  • 2
  • 9