当前位置: 技术问答>linux和unix
【200】求可直接使用RTP函数库,可以在c,c++下共同使用
来源: 互联网 发布时间:2016-10-17
本文导语: 自己下载了jrtplib,rtplib两种发现如果要同时在c和c++下面使用很痛苦,应为移植特别麻烦 我需要的就两个简单的功能,一个发送,一个接收,最好有demo程序 | 肯定有的 楼主自己没注意 我到官网去看...
自己下载了jrtplib,rtplib两种发现如果要同时在c和c++下面使用很痛苦,应为移植特别麻烦
我需要的就两个简单的功能,一个发送,一个接收,最好有demo程序
我需要的就两个简单的功能,一个发送,一个接收,最好有demo程序
|
肯定有的 楼主自己没注意 我到官网去看了一下 就有sample
这是sample1
/*
Here's a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
*/
#include "rtpsession.h"
#include "rtpudpv4transmitter.h"
#include "rtpipv4address.h"
#include "rtpsessionparams.h"
#include "rtperrors.h"
#ifndef WIN32
#include
#include
#else
#include
#endif // WIN32
#include
#include
#include
#include
//
// This function checks if there was a RTP error. If so, it displays an error
// message and exists.
//
void checkerror(int rtperr)
{
if (rtperr