Hello,
I am new to the labview. Right now I want the labview to write UDP packets to localhost(127.0.0.1), then VLC reading from localhost to play a video stream.
But based on my test, there is some problems of networking between these two softwares.
The situation is that:
1, VLC as the source, labview reading packets, perfect!
2, VLC as the source, VLC reading packets, perfect!
3, Labview as the source, labview reading packets, perfect!
4, Labview as the source, VLC reading packets, not working!
The last situation is exactly what I want.
Has anyone met similar problems? Any suggestions?
Thank you very much in advance.