You need to use UDP if you're streaming to one other machine.
Then the destination needs to be simply the I.P. of the receiving machine. Port will be 1234 by dafault.
On the receiving machine, Open Network Stream, and the URL will be udp://@1234
Hope this helps you.
Ado