I'm trying to stream from a UDP source to a simple flutter app in Android Studio following https://pub.dev/packages/vlc_flutter_compat.
When I change the data source to a udp uri (for example udp://@123.XX.X.X:XXXXX), I get a libvlc demux: cannot peek error.
I've tried a lot of other VLC packages for Flutter and none of them has worked.
Does anyone have a simple example of streaming UDP in flutter?