pauloamarcon
pauloamarcon
player.setOption(FijkOption.formatCategory, "auth_type", "basic");
for me it worked. ........ player.setOption(FijkOption.formatCategory, "rtsp_transport", "tcp"); player.setOption(FijkOption.formatCategory, "auth_type", "basic"); player.setOption(FijkOption.formatCategory, "rtsp_flags", "prefer_tcp"); player.setDataSource( "rtsp://xxxx", autoPlay: true, ); ........
Is this problem only on ios? or also on Android? I have something similar but only on ios.
I believe it has something to do with RTSP authentication. When I use RTSP without the need for authentication, the images appear between 2 and 5 seconds.
Apparently the problem only occurs with url containing user and password. I had the same issue and while it's not resolved I'm doing a restream using my own server. Try...
> After three weeks of searching, this problem was solved by adding ":rtsp-tcp" option like this: rtp: VlcRtpOptions([ VlcRtpOptions.rtpOverRtsp(true), ":rtsp-tcp", ]), I made the change, but still have the same...
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...
Has anyone tested or could test in this scenario? ipv6+rtsp? Tks
I'm having a similar problem, however I found that the problem only occurs when using a specific carrier's LTE ipv6 connection. When I use wifi connection or other operators, everything...