rwscode / dart_castscreen

A dart package can cast video streams to UPnP & DLNA devices.
https://pub.dev/packages/castscreen
Apache License 2.0
3 stars 0 forks source link

Error when running on ios #1

Closed tudosxxx closed 6 days ago

tudosxxx commented 2 months ago

flutter: SocketException: Send failed (OS Error: No route to host, errno = 65), address = ::, port = 1900 flutter: #0 _NativeSocket.send (dart:io-patch/socket_patch.dart:1269:34)

1 _RawDatagramSocket.send (dart:io-patch/socket_patch.dart:2582:15)

2 CastScreen._search (package:castscreen/src/core/core.dart:229:16)

3 CastScreen._discover (package:castscreen/src/core/core.dart:62:5)

#4 CastScreen.discoverDevice (package:castscreen/src/core/core.dart:45:5) #5 Util.search (package:demo/util.dart:124:5) The same method code runs without problem on Android. An error is reported on the ios side
billcoding commented 3 weeks ago

Thank you for submitting the issue. This problem seems to be a problem with your network environment.

billcoding commented 6 days ago

@tudosxxx PLS check your network env.