Page 1 of 1

How to use the RTP module?

Posted: 11 Apr 2006 11:01
by Adamus
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

Re: How to use the RTP module?

Posted: 28 Apr 2006 02:28
by Guest
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