WowzaMediaSystems / gocoder-sdk-samples-android

A sample app for Android that demonstrates the capabilities of the Wowza GoCoderâ„¢ SDK.
https://www.wowza.com/products/gocoder/sdk
Other
53 stars 51 forks source link

Can we pause streaming while user goes in background ? #10

Closed Sonamgupta2109 closed 5 years ago

Sonamgupta2109 commented 7 years ago

Currently we tried mWZCameraView.onPause();

This works fine but when user open camera and try to record the video it terminate app. Give mic error. I also tried all these option.

       mWZAudioDevice.setAudioEnabled(false);
        mWZAudioDevice.setMuted(true);
        mWZAudioDevice.setAudioPaused(true);
        mWZAudioDevice.stopAudioSampler();

But nothing works. Please help

wowza-mbrinker commented 6 years ago

It's not currently possible to pause an ongoing broadcast on Android while the app is in the background. This is in our product roadmap, but there's no timeline yet.