hi!
i'm trying to output a stream as a network stream. i've had a look to the streaming-howto file and i've tried to test some of the examples to display the stream and send it to a unicast IP address:
% vlc -vvv <input_stream> --sout '#duplicate{dst=display,dst=standard{access=udp,mux=ts,dst=<unicast IP address>}}'
but it doesn't work! i'm using two pcs with vlc installed, one of them, the one that sends the stream, seems to work fine, but i think there's something left in vlc in the other one and that is why it doesn't receive anything!!! or maybe i'm wrong...
could you help me? thanks a lot.