Send RTP-stream over RTP-modul can not be received by VLC?
Posted: 03 Apr 2006 10:33
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
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