I'm thinking about developing a streaming server and I have the following question, do over RTSP (example url: rtsp://192.168.0.184/myvideo.mpg
) or RTP
(example url: rtp://192.168.0.184
).
As I have understood, an RTSP
server is mainly used for streaming of files that already exist, ie, not live. RTP
server is used to broadcast.
Somebody correct me if I'm wrong, am I right?.
What I want to develop a server to broadcast live content on the computer screen, that is, which is displayed at the time that is broadcast in streaming.