Location:
Search - RTP socket
Search list
Description: 自己实现的rtp协议,主要涉及socket,多线程,并且也模拟实现了 tcp/ip中的滑动窗口
Platform: |
Size: 96341 |
Author: 柴晓伟 |
Hits:
Description: 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Platform: |
Size: 31879 |
Author: 鲁锐 |
Hits:
Description: 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Platform: |
Size: 32237 |
Author: 鲁锐 |
Hits:
Description: 概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
Platform: |
Size: 22300865 |
Author: ds |
Hits:
Description: 该程序实现RTP实时接收-the program to receive real-time RTP
Platform: |
Size: 1024 |
Author: 张美枝 |
Hits:
Description: 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Platform: |
Size: 31744 |
Author: 鲁锐 |
Hits:
Description: 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Platform: |
Size: 31744 |
Author: 鲁锐 |
Hits:
Description: 自己实现的rtp协议,主要涉及socket,多线程,并且也模拟实现了 tcp/ip中的滑动窗口-The rtp realize their own agreements, mainly related to socket, multi-threading, and also realize the simulation of tcp/ip in the sliding window
Platform: |
Size: 96256 |
Author: 柴晓伟 |
Hits:
Description: 概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
-err
Platform: |
Size: 44278784 |
Author: ds |
Hits:
Description: 本技术文档是本人再学习过程中自己翻译理解后的总结。关于Socket、SIP、RTP、G729、ARM语音编解码、H263、H264视频编解码。包括理解,基本的内容和算法等等。-The technical documentation is a learning process, I no longer understand their own after the translation of the summary. On the Socket, SIP, RTP, G729, ARM voice codec, H263, H264 video codec. Including the understanding of the basic content and algorithms and so on.
Platform: |
Size: 27648 |
Author: 冯保瑞 |
Hits:
Description: 音频采集得到PCM数据,然后进行AMR编码,再封RTP包,加DTP头,最后送UDP Socket发送,Visual C++ 6.0工程源码-PCM audio data to be collected and then AMR coding, and then sealed RTP packets, plus DTP head, the last to send UDP Socket send, Visual C++ 6.0 Project Source
Platform: |
Size: 133120 |
Author: 何朝阳 |
Hits:
Description: 利用socket编程实现RTP打包后的视频数据的传输-RTP package using socket programming after the transmission of video data
Platform: |
Size: 1914880 |
Author: 梁效富 |
Hits:
Description: gm8120 mpeg4 linux rtp协议 socket 学习Linux应用编程的好程序,里面涉及到很多应用程序的编写,有点乱,makefile为自动编写,总之自己要学习体会-gm8120 mpeg4 linux rtp socket 马克file
Platform: |
Size: 768000 |
Author: zj |
Hits:
Description: 概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
-概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
Platform: |
Size: 17371136 |
Author: hulei |
Hits:
Description: live555,tcp发送rtp数据,针对每个socket单独创建线程发送。-live555, tcp send rtp data, create a separate thread for each socket send.
Platform: |
Size: 8192 |
Author: 申怀坤 |
Hits:
Description: 在QT环境下把H264文件打包成RTP码流通过socket发送出去.-In the QT environment to H264 files packaged into RTP code stream sent through the socket out
Platform: |
Size: 25953280 |
Author: cailunhui |
Hits:
Description: 实现socket的rtp转发,本地开一服务端,接收数据,然后发往另一服务端(translation of rtp .from one point to another through socket)
Platform: |
Size: 2048 |
Author: cyfcgj
|
Hits: