Replies: 5 comments
|
0 replies
|
Hey @shogo4405, thanks for the replay!
I also added Once again, background streaming works - when I call reconnect in background, it reconnects successfully and streams audio without any loss. The problem is that connection closes by itself when app goes in background and requires reconnection. |
0 replies
|
Also it's working on a simulator without any problems. |
0 replies
|
Can someone please help me on this? I created an issue but the repo maintainer deleted it and opened this thread instead 🥴 |
0 replies
|
Same issue here actually – it works on Simulator but not on an actual device. Any ideas? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I would like to keep the connection alive when app goes in background and continue audio streaming.
However
rtmpStatuschanges toRTMPConnection.Code.connectClosedand I have to reconnect. After reconnecting it's working - audio data is streamed as expected.The problem is that reconnecting takes some time (up to 15 seconds) and I don't want to pause the stream.
Is there any way to avoid socket status changes when app goes in background?
iPhone 13iOS 15.51.2.4All reactions