Wowza Community

Pause-Resume video while broadcast. Android GoCoder SDK.

I’m working on pause video feature using Wowza sdk.

I start broadcast with video track enabled, than turn-off video(audio is still broadcasting), than turn on video track again. But video starts preview locally Only, there is still no video on live player or using recored stream playback.

Code to turn-off video:

wowzCameraView.stopPreview();

Code to turn-on video(I’ve called all methods available in the sdk to make it working, but without success):

wowzCameraView.doConfigChange();
wowzCameraView.setVideoEnabled(true);
mWZBroadcastConfig.setVideoEnabled(true);
wowzCameraView.startPreview(mWZBroadcastConfig);
wowzCameraView.setCameraConfig(mWZBroadcastConfig);
wowzCameraView.doConfigChange();

Is this feature works for android goCoder sdk at all? How to make video broadcaster alive again?

P.S. I’m using the latest version of the gocoder sdk to app(com.wowza.gocoder.sdk:2.0@aar)

gocoder-sdk-android-build-0609-v1.5.0.zip (609) 2018-06-26 5.2mb