how to RECEIVE and transmit RTP stream over udp
-
hi guys
can anyone give me small exemple how to use RTP with UDP -
Hi,
RTP already uses UDP. What exactly do you want to achieve ?
-
i want a program to receive stream of data (raw pixel data) over rtp protocol .
basically i want simple receive and transmit program for rtp protocol -
Where does that stream come from ?
-
This post is deleted!
-
You do realize that there's a lot of information missing like how you retrieve the data from that camera, how you are processing them, etc.
-
@swansorter
RTP is just the transmission protocol btw. It says nothing about the (encoded) data it transports. Either you know what data it contains or you need to setup a RTCP stream or at least a SDP (Session Description Protocol).
There is no simple one-for-all example. -
@swansorter said in how to RECEIVE and transmit RTP stream over udp:
@SGaist sir i only need to know how to receive and transmit data over rtp protocal
like
1.How to send data
2.how to do Data binding.Then read the corresponding specs.
And if you want to do network streaming, use a library that already implements that like GStreamer.
-
@swansorter said in how to RECEIVE and transmit RTP stream over udp:
just i want know how to send command like ("helloworld")
Have you asked your friend Google already?
Like this SO question for instance...