Hi,
i'm using LibStreaming to stream video to RTSP server, i use SurfaceView to preview the video
the Surfaceview in a Service and i adding it to the activity (activity.addview)
if the activity paused the surfaceview destroys and stream stop
is it possible to sync the preview from the off-screen surfaceview created in the services to other surfaceview or even imageview in the activity ? or any other way to show the preview in the activity probably without destroying the main surfaceview if the activity paused
thanks
i'm using LibStreaming to stream video to RTSP server, i use SurfaceView to preview the video
the Surfaceview in a Service and i adding it to the activity (activity.addview)
if the activity paused the surfaceview destroys and stream stop
is it possible to sync the preview from the off-screen surfaceview created in the services to other surfaceview or even imageview in the activity ? or any other way to show the preview in the activity probably without destroying the main surfaceview if the activity paused
thanks