apivideo / api.video-flutter-live-stream

Flutter RTMP live stream client. Made with ♥ by api.video
MIT License
70 stars 41 forks source link

[Bug]: Connection failed error in iOS #64

Open chandruyadav1995 opened 3 months ago

chandruyadav1995 commented 3 months ago

Version

v1.2.0

Which operating systems have you used?

Environment that reproduces the issue

iOS 17.0

Is it reproducible in the example application?

Yes

RTMP Server

rtmp://streaming.detectpl.com/

Reproduction steps

I have added the RTMP server URL and tried to start the stream. It is working as expected in the android but in iOS it throwing connection failed error.

Even I tried with the example project provided in the repo but landed with the same error.

Expected result

Stream should be started and it should go smoothly .

Actual result

Connected failed error

Additional context

No response

Relevant logs output

flutter: Failed to connect
ThibaultBee commented 3 months ago

Hi,

Have you tried the example in the main branch? Do you have any logs?

chandruyadav1995 commented 2 months ago

@ThibaultBee thanks for the reply.. I have tried in main branch only.. the only log I received is as below, flutter: Failed to connect Please let me know how to solve it.

ThibaultBee commented 1 month ago

I am not familiar with streaming.detectpl.com/ Unfortunately, we can't help you.