Page 1 of 1

Send RTP-stream over RTP-modul can not be received by VLC?

Posted: 03 Apr 2006 10:33
by Adamus
Hello!

I am trying to stream webcam stream over network from one machine and present it at the receiving side on another machine.
Until now, I send a RTP-streams over the STANDARD-modul and receive it by vlc - this works fine.

But if I use the RTP-modul to send the RTP-stream, I can not receive/present it by VLC, even if the RTP-packets arrived (I checkt it with Ethereal).

My current example:

Sender:
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}


Receiver:
vlc rtp://@:1234

Why vlc does not receive/present the stream?

Thanks Adam

RTP-Modul example

Posted: 04 Apr 2006 12:13
by Adamus
Does anybody has an example how to make VLC receive a stream send by VLC RTP-module?

Posted: 09 Apr 2006 11:27
by Rémi Denis-Courmont
Do you get a cannot “prefill buffer” error when stopping?

The RTP stream most likely does not reach VLC. This is often due to firewalling.