Hello, I have written application which streams motion jpeg.
I use TCP port and HTTP. (http://10.10.4.22:20202) And I get picture OK in VLC. All is good, works fine (2 second delay but is okay).
Now I'm wondering if is possible also to stream Mjpeg over UDP?
What connection string in VLC I should use, so VLC will connect to pc same way, as in http, but only with UDP port?
I tryed with (udp://10.10.4.22:20202) and it si not working.
Is possible to achieve this with VLC?