登录
首页 » VOIP网络电话 » JRTP可用于组播也可用于单播,JRTP主页上有一个关于组播的客户端和服务器的例子,还有一个单播的客户端和服务器在同一个程序的例子,本人一直想做一个单播的客户端...

JRTP可用于组播也可用于单播,JRTP主页上有一个关于组播的客户端和服务器的例子,还有一个单播的客户端和服务器在同一个程序的例子,本人一直想做一个单播的客户端...

于 2023-08-30 发布 文件大小:3.16 kB
0 260
下载积分: 2 下载次数: 1

代码说明:

JRTP可用于组播也可用于单播,JRTP主页上有一个关于组播的客户端和服务器的例子,还有一个单播的客户端和服务器在同一个程序的例子,本人一直想做一个单播的客户端和服务器分开的例子,在想了一两天后终于想通,做完后发上来,秉承本人一贯风格,注释详尽、附上测试结果,倒不是什么难的东西,只是牛人都不愿做这样的东西,但还是对初学者非常有用,希望得此帮助的给个好评,只此一家,别无分店。-JRTP can be used for multicast can also be used for unicast, JRTP have a home page on the multicast client and server example, there is a unicast client and server program in the same example, I have always wanted to do a single broadcast of the separate client and server example, thinking about it for a finally realized after 12 days, after finishing up, and to inherit has been my style, notes in detail, together with test results, it is not a difficult thing, but cattle were are unwilling to do this kind of thing, but still very useful for beginners, I hope to have the help of praise, only this one, there is no branch.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++6.0实现语音采集与播放的控件。souce code 中为该程序的源代码 由于编写该控件的过程中用到了Directx8.1 所以需要安装 Directx8...
    C++6.0实现语音采集与播放的控件。souce code 中为该程序的源代码 由于编写该控件的过程中用到了Directx8.1 所以需要安装 Directx8.1sdk 在路径中加入所需的lib exe 中的 ocx 用之前需要用regsvr32 进行注册 如果机器安装的Directx版本低与8.1的话不能运行 该控件没有对语音包压缩 所以对网络环境要求比较高 该控件在校园内经过性能测试-C 6.0 Acquisition and voice broadcast controls. China souce code for the program"s source code because of the preparation of the controls used in the process of Directx8.1 Directx8.1sdk therefore need to install the path to join the lib exe randomly with the use regsvr32 required before registration if machines installed DirectX version 8.1 with low so can not run the Controls no compression of voice packets so the network environment to the high demand on the campus of control after performance testing
    2022-08-06 00:17:11下载
    积分:1
  • this document can tell you how libosip development on the basis of instant messa...
    本文档可以告诉您 如何在libosip的基础上开发即时消息-this document can tell you how libosip development on the basis of instant messaging
    2022-03-20 22:01:09下载
    积分:1
  • 介绍基于pc2pc的IP编程
    介绍基于pc2pc的IP电话编程- The introduction programs based on the pc2pc IP telephone
    2022-02-05 06:05:24下载
    积分:1
  • Low Rate 语音压缩
    Low Rate 语音压缩 -Low Rate voice compression algorithm
    2023-04-28 05:50:03下载
    积分:1
  • 在开发sip通或者h323的时间,他们都想证明…
    在开发sip通话或者h323的时候,都想需要作认证,所以这里给出本人开发的一个很小的digest认证流程的小例子。-call in the development or sip h323 time, and they all want to require certification So I developed here is a very small digest authentication process small examples.
    2022-09-22 16:25:03下载
    积分:1
  • 19水龙头FFF DFF设计
    应用背景/ /名称: ;Tam Nguyen,长范,认为乐/ / alu_structural代码“包括”定义。`时间1ns / 100ps模块alu_arm7(alu_a,alu_b,alu_c,alu_cntrl,alu_signals,alu_result);在关键技术设计的19个抽头快速傅立叶变换在手臂的处理器,以执行高吞吐量和;
    2022-01-20 22:44:40下载
    积分:1
  • 一个用java实现的局域语音聊天系统,包括服务器端和客户端,可以实现文字聊天,语音聊天,文件传输等功能,并实现了密码验证。...
    一个用java实现的局域网语音聊天系统,包括服务器端和客户端,可以实现文字聊天,语音聊天,文件传输等功能,并实现了密码验证。-used to achieve a LAN voice chat system, including the server and client, can achieve a text chat, voice chat, file transfer and other functions, and to achieve a password verification.
    2022-03-24 10:27:30下载
    积分:1
  • 使用对等节点的示例!
    Example of the SIP api using peers!
    2022-03-24 18:34:22下载
    积分:1
  • 本系统是一个功能比较强大的办公系统, ,视频,会议,资源共享等等....
    本系统是一个功能比较强大的网络办公系统, 网络对话,视频,网络会议,资源共享等等.-the system is a function of more powerful network office systems, dialogue, video, networking, the sharing of resources and so on.
    2022-05-27 04:11:52下载
    积分:1
  • 为实现传输RTP RTP JRTPLIB使用是解决房
    使用JRTPLIB库实现RTP的传输RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,下面就以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。-JRTPLIB use of RTP for achieving the transmission RTP is to solve real-time streaming media transmission problems the best way, if necessary on the Linux platform for real-time streaming media programming, can consider using open-source library of RTP, as LIBRTP, JRTPLIB so. JRTPLIB is an object-oriented library RTP, which fully comply with the RFC 1889 design, in many occasions is a very good choice, following on to JRTPLIB example, on how the Linux platform on the use of RTP for real-time streaming media programming.
    2022-03-24 21:45:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载