ThibaultBee / StreamPack

SRT/RTMP/RTMPS live streaming libraries for Android
https://thibaultbee.github.io/StreamPack/index.html
Apache License 2.0
175 stars 67 forks source link

Connection Error #69

Closed HitanshuIntern closed 1 year ago

HitanshuIntern commented 1 year ago

Version

75df86adc4733942fbd35468a6c19444e4b91354

Environment that reproduces the issue

Pixel 6 Pro Android 12

RTMP/SRT/... Server

SRT

Audio configuration

No response

Video configuration

No response

Is it reproducible in the demos application?

Yes

Reproduction steps

using a local SRT Stream server on Linux System and Try to run the app in emulator

Expected result

It should stream the video

Actual result

E/StandaloneCoroutine: startStream failed java.net.ConnectException: Connection setup failure: connection timed out at io.github.thibaultbee.srtdroid.models.Socket.connect(Socket.kt:241) at io.github.thibaultbee.srtdroid.models.Socket.connect(Socket.kt:254) at io.github.thibaultbee.streampack.ext.srt.internal.endpoints.SrtProducer$connect$4.invokeSuspend(SrtProducer.kt:119) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3 Screenshot from 2023-04-14 18-34-20 Screenshot from 2023-04-14 18-35-43

Additional context

No response

Relevant logs output

No response

HitanshuIntern commented 1 year ago

issue solve

ThibaultBee commented 1 year ago

Hi,

How do you solve the issue? That might interest other user.