ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 636 forks source link

Issue with Android SDK post upgrade #6597

Closed Mohit-3196 closed 2 months ago

Mohit-3196 commented 2 months ago

I have installed the 2.10.1 Server and see some issues with the Android SDK.

The android receives the onPublishStarted callback and begins streaming and I can view about 10 seconds worth of video through the Management Console. Then the Android receives an error of noPacketReceivedForTimeoutDuration and the WebSocket disconnects on the Android and the reconnect process starts over.

I'm running Android SDK version 2.4.3

lastpeony commented 2 months ago

I believe this should not occur with latest sdk+ams

should be related to https://github.com/ant-media/Ant-Media-Server/issues/6605

lastpeony commented 2 months ago

This issue was actually related to a bug on server side: https://github.com/ant-media/Ant-Media-Server/issues/6605 It is hotfixed. Please use 2.11.2 ant media server. It should not occur with any android sdk version.

Feel free to re-open.