awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

When I turn off the mobile from power button, the streaming is getting stopped after a minute. #32

Closed JeetSA closed 3 years ago

JeetSA commented 4 years ago

After starting the streaming from WebRTC when I switch off the mobile light by pressing the power button and keep it turned off for about a minute, the streaming is stopped from that device. The last frame is stuck in another mobile where I am getting the stream.

So is there any solution for the same? Can anyone please guide me on this?

Thanks

MushMal commented 3 years ago

You could modify the sample. The actual WebRTC implementation is based on Googles WebRTC. Perhaps their forums might have more info.

Resolving this for now

MushMal commented 3 years ago

*Modify the sample app to tear-down the webRTC stack on the app lifecycle changes