I am trying to play a UDP stream using the iPad VLC app. On my Mac, I can play the stream with the following command:
VLC --demux=rawaud --rawaud-channels=1 --rawaud-samplerate=48000 udp://@:7355
However, if I simply enter the address udp://@:7355 I do not get the stream. Is this because I haven't set the other options? Is this possible on the iPad?