I want to know what\'s the difference in use between 2 formats, eg JPEG and JPEG_RTP. when do I choose the 开发者_如何学运维format ended in \"_RTP\"?
dear all: I wanna ask some q开发者_运维问答uestions about streaming protocol. 1.If I get video streaming use RTSP the video streaming will be sent add RTP header,but why some video streamingalso add
I want to create anapplication which needs from time to time do file transfer (I want to write the server as well as the client).
Hi I need some information on how to implement Voip (RTP) audio conference. I need an algorithm description. Can someone开发者_C百科 point me to relevant resource on web.FreeSWITCH is a open source, w
I am currently in the process of writing an application that will receive an RTP Video Stream from a VLC Client. I am hoping to implement this in WPF and so have been looking for any solutions online
I\'m facing开发者_运维知识库 the problem of playing a H.264 stream using gstreamer (this stream comes from RTP packets without RTSP). My application sends data to a local socket and I would like gstre
How can I convert a .wav file to RTP packet and send it to a sip Client? I would really appreciate some example code.
Can someone give an example of how to record, play, save and also encode a .wav file in a pcm file (u-law encode开发者_运维百科 for ex). I would like to create a rtp stream. THXNAudio can be used to r
I have several RTP streams coming to from the network, and since RTP can only handle one stream in each direction, I need to able to merge a couple to send back to another client (could be one that is
I\'m writing an application on an embedded device which receives an RTP stream which carries G.729, PCM or H.264. The packets arrive to my application as a char* to the RTP packet.开发者_运维百科 I wo