Okay, I'm a very similar issue.
1) I have a variety of cameras around the building, some running off of their own terminal, some are web-ready with their own internal IP feed.
For example, one of the feeds (which I can open in VLC no problem) is http://10.1.10.104/img/video.mjpeg
2) I'm running a local webserver (currently w2k server, soon an apache server on an ubuntu build). The local address of the webserver is 10.1.10.197
3)What I want to have happen is this:
VLC opens the web stream from the internal ip addresses
VLC feeds each video stream to a local IP reference - WHAT IS THAT REFERENCE? It would be fine if the local cameras were something like,
http://10.1.10.197/cam1
http://10.1.10.197/cam2
http://10.1.10.197/cam3
or something similar - I have gone through the streaming menu and it seems to be working (I can set local playback and see what it is sending), I simply can't figure out what name I should be referencing in my browser to see this stream.
Questions: should I be using http or UTP or some other setting?
What encapsulation should I be using, knowing that it is coming in as a mjpeg?
how do I name it properly?
Thanks!