0

I need to stream video coming from my drone through UDP port and use some kind of video player to display on my Android/IOS device.

I've already tried to use LIBVLC player to do it but got some issues.

The problem with the LibVLC is that the receiving packet size is 1416 but LibVLC need to receive 1316

string UDP_VIDEO_URL = "udp://@:11111";
LibVLC _libvlc = new LibVLC();
VideoView0.MediaPlayer.Play(new Media(_libvlc, UDP_VIDEO_URL, FromType.FromLocation));
mfkl
  • 1,914
  • 1
  • 11
  • 21
Arman Avetisyan
  • 349
  • 2
  • 10
  • Have you checked if the drone manufacture has public SDKs and specifications of their streaming data? Without that, it would be a wild guess to what needs to be done.... – SushiHangover Jun 07 '19 at 19:01
  • It's working with the apk "VLC player for android". But not sure with libvlc. Is is working? – Slim_user71169 Dec 20 '19 at 04:48
  • Share your full code so we can repro. If it works with vlc-android, it can work with libvlcsharp – mfkl Jan 06 '20 at 04:47

0 Answers0