TVSDK disallows screen capture by default. The player calls setSecure(true)
on the com.adobe.ave.VideoEngineView
object at construction time. You have access to this object, as you have to construct a VideoEngineView
object and supply it to the VideoEngine
object.
To enable screen capture in your app:
com.adobe.ave.VideoEngineView
object.setSecure(false)
on your VideoEngineView
object.