Open ctwdtw opened 1 year ago
I noticed this same problem. However, I notice that the problem occurs when the ios is using LTE connection. On wifi, with IPv4 network, it works fine. I made this change, but I'm still having problems with this. I used the ijkplayer package instead of VLC, which served me very well...
I am streaming RTSP live videos using
--rtsp-tcp
on iOS device, the version for flutter_vlc_player is7.2.0
My code looks like this:
However, the log on my ip cam says that the client (my app) is requesting using UDP
If I modify
VLCViewController
(the FlutterPlatformView for iOS):then my ip cam says that I am now using TCP:
This somehow proves that the constructor does not receive
VlcPlayerOptions
, how can I solve it or am I missing something?