readme
来自「ortp协议栈(实时传输协议)」· 代码 · 共 48 行
TXT
48 行
What is it ?************oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889).What are the build prequisites ?********************************glib is highly recommended.How do you I test ?*******************There are shorts and easy to understand programs given with the library. There are good exampleto understand how to use oRTP api.- rtpsend : sends a stream from a file on disk.- rtprecv : receives a stream and writes it to disk.- mrtpsend: sends multiple streams from a file on disk to a range of remote port.- mrtprecv: receives mutiple streams on a range of local ports and writes them on disk.Is there some documentation ?*****************************See the gtk-doc generated API documentation in docs/html. Program examples are a very goodstarting point.What are the actual features ?******************************There are very few for the moment: -portability: should be portable on all unices with glib. It works without glib on linux and HP-UX. -sends rtp packets through ipv4 networks. -receives rtp packets according to the rfc. Timestamp and sequence number are checked to re-compose the incoming stream. Jitter compensation is done.What are the planned features ?******************************* - RTCP.In which application oRTP is being used ?***************************************** - linphone (http://www.linphone.org) is the first.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?