Hello!
I am trying to stream video-streams using VLC over RTP between two machines.
The first machine sends the stream over RTP, the other one receives it - everithing works fine.
But if I take a look at the send/received packets using Ethereal, the stream produced by the VLC is a plain UDP stream not RTP!
Why VLC does not pack the packets in RTP, but use plain UDP?
Bye Adam