If you select destination method with gui wizard, then you need to add (use Add button) http target specifying the port and the path. basically it could be your 8080 and / respectively. There is no IP required.
In other hand, if you start streaming from command line then you must specify the IP and port {access=http,dst=192.168.0.2:8080} if streaming machine must listen incoming http requests on 192.168.0.2 interface.
Then try to open the url
http://192.168.0.2:8080 in your favorite video-player (VLC, or MPC e.g.).
P.S. see also
http://wiki.videolan.org/Streaming_to_A ... dia_Player