Hi!
I tryied to stream between two machines using the RTP module, but I can not receive my own stream.
The first example is the streaming server, which streams webcam movie using the RTP module.
Streamer:
vlc dshow:// :dshow-vdev="Logitech ClickSmart 510"
:sout=#transcode{vcodec=mp1v, vb=1024, scale=1}
:rtp{dst=10.0.4.239, port=1234, mux=raw}
The other machine is the receiving client:
Receiver:
vlc rtp://@:1234
but the stream will not be presented, why?
I already checkt if the stream really arrives at the secound machine using Ethereal and it does, so why the receiver do not show the stream?
Thanks,
Adamus