Welcome![Sign In][Sign Up]
Location:
Search - streaming with udp

Search list

[P2PP2PCenter_last

Description: P2P点播直播开源项目是一个由Kevin发起,多人参与开发并不断更新,符合GPL开源协议的开源项目。 目的:缩短企业同类型项目开发周期,集成多种P2P协议,如BT,EMULE等。 主要功能: Peer 间传输数据采用UDP,能有效的穿透防火墙,在进一步的版本中将实现TCP及UPNP穿透 能够实现流媒体的点播及直播,还能共享其他文件,文件类型不限。 流媒体文件支持广泛,如rmvb,wmv,flv,mp4等 源代码下载论坛:http://opensource.kan8888.com 演示网站:http://www.skyvcd.com -P2P on-demand broadcast is an open source project initiated by Kevin, people involved in the development and continuously updated in line with the GPL open source open source project agreement. Objective: To shorten the enterprise with the type of project development cycle, integrating a wide range of P2P protocols such as BT, EMULE, etc.. Main functions: Peer between the transmission of data using UDP, can effectively penetrate the firewall, in a further version will be the realization of TCP and UPNP penetration can be achieved on-demand streaming media and broadcast, but also share other files, file types are not limited. Stream media files to support a wide range, such as rmvb, wmv, flv, mp4, such as source code download Forum: http://opensource.kan8888.com demo site: http://www.skyvcd.com
Platform: | Size: 4049920 | Author: 龙飞 | Hits:

[TCP/IP stackRFC2326ChineseTranslation

Description: The Real Time Streaming Protocol, or RTSP, is an application-level protocol for control over the delivery of data with real-time properties. RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video. Sources of data can include both live data feeds and stored clips. This protocol is intended to control multiple data delivery sessions, provide a means for choosing delivery channels such as UDP, multicast UDP and TCP, and provide a means for choosing delivery mechanisms based upon RTP (RFC 1889). -The Real Time Streaming Protocol, or RTSP, is an application-level protocol for control over the delivery of data with real-time properties. RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video. Sources of data can include both live data feeds and stored clips. This protocol is intended to control multiple data delivery sessions, provide a means for choosing delivery channels such as UDP, multicast UDP and TCP, and provide a means for choosing delivery mechanisms based upon RTP (RFC 1889).
Platform: | Size: 8192 | Author: 周一 | Hits:

[Internet-NetworkCSharp_network

Description: visual csharp网络编程技术与实践随书代码,介绍了多个网络协议并对应的实例,有很好的参考价值。具体内容:第1章 C#.NET网络编程概述 第2章 C#.NET高级网络编程技术概述 第3章 开发基于TCP协议的应用程序 第4章 开发基于UDP的应用程序 第5章 开发基于SNMP协议的应用程序 第6章 使用.NET发送邮件 第7章 FTP下载与文件传输 第8章 基于C#.NET的网络管理模块 第9章 编写基于.NET的Web Service 第10章 基于.NET的远程技术 第11章 流媒体在线播放 第12章 在线五子棋系统模块 第13章 基于HTTP协议的下载工具 -visual c# network programming techniques and practice with the book code, introduced a number of network protocols and the corresponding instance, have a good reference value. Content: Chapter 1 C#. NET network programming outlined in Chapter 2 C#. NET Advanced Network Programming Overview Chapter 3 developed based on TCP protocol applications Chapter 4 Develop the UDP application Chapter 5 developed based on SNMP protocol application in Chapter 6 use. NET send mail Chapter 7 FTP downloads and file transfers in Chapter 8 on C#. NET network management module Chapter 9 written on. NET' s Web Service Chapter 10 on. NET remote technology 11 Chapter streaming online play online backgammon Chapter 12 Chapter 13 modules download tools based on HTTP protocol
Platform: | Size: 1912832 | Author: 刘明 | Hits:

[TCP/IP stackclient

Description: 用TCP 和UDPprotocol来传输数据,具体请见英文描述-Introduction In this assignment, you will build a client for a simple streaming transport protocol. Media streams such as compressed video or audio are typically delay and jitter sensitive- real-time conversations require 100 ms or less round-trip delay and human ear is very sensitive to irregular sampling in audio. The long delay imposed by retransmission makes Transmission Control Protocol (TCP) an unlikely candidate to carry media streams. Fortunately, with proper error concealment, human perception is not very sensitive to data loss in video and audio. Thus, User Datagram Protocol (UDP) is commonly employed to transport media streams. However, there are many problems with UDP- delay jitter, out-of-order arrival and packet loss. A commonly used technique is to buffer up some packets to obtain a smoother play-back in the expense of some small delay. An example is given by the following diagram: As packet arrives from the network, the stream transport layer will delay the
Platform: | Size: 3072 | Author: Mengmei Liu | Hits:

[Internet-Networkvb

Description: 在VB环境下,用UDP协议设计的聊天程序,用TCP协议设计的数据流传送程序,用FTP协议设计的文件传送客户端协议。-In the VB environment, designed with the UDP protocol chat program, using TCP streaming data protocol design process, using FTP file transfer protocol designed for the client agreement.
Platform: | Size: 1024 | Author: 王玮 | Hits:

[Windows MobileAnyChatCoreSDK_Web_V1.8

Description: 支持中心服务器录像,音视频录像文件服务器集中保存(可选模块); 支持瑞芯微(RockChip)全系列硬件编解码,实现高清视频通话; 优化P2P算法,提升复杂网络环境下音视频体验; 优化服务器对UDP数据包的处理效率,提高流媒体数据的吞吐量; 修正Logout之后,上层还会收到OnLinkClose异步事件的Bug; 增加AnyChat Server SDK for Java示例程序,可用Java开发业务服务器; 新增Android 4.2平台支持,并兼容更多Android设备- Support Center server video, audio and video file servers centrally stored (optional module) Support Rockchip (RockChip) a full range of hardware codec, high definition video calls P2P optimization algorithm, a complex network environment to enhance audio and video experience Optimize server processing efficiency of UDP packets to improve the throughput of streaming data After correction Logout, upper Bug OnLinkClose will receive asynchronous events Increase AnyChat Server SDK for Java sample programs that can be used to develop Java business server New Android 4.2 platform support, and is compatible with more Android devices
Platform: | Size: 8228864 | Author: 林煜宇 | Hits:

[Internet-Networkmy_rtsp_server_code

Description: RTSP(Real Time Streaming Protocol),RFC2326,实时流传输协议,是TCP/IP协议体系中的一个应用层协议,由哥伦比亚大学、网景和RealNetworks公司提交的IETF RFC标准。该协议定义了一对多应用程序如何有效地通过IP网络传送多媒体数据。RTSP在体系结构上位于RTP和RTCP之上,它使用TCP或UDP完成数据传输。HTTP与RTSP相比,HTTP请求由客户机发出,服务器作出响应;该压缩包是RTSP 服务器的实现代码。-RTSP (Real Time Streaming Protocol), RFC2326, Real Time Streaming Protocol, is the TCP/IP protocol system is an application-layer protocol, IETF RFC standards submitted by Columbia University, Netscape and RealNetworks company. The protocol defines how many applications efficiently transmit multimedia data over IP networks. RTSP architecture located on top of RTP and RTCP, which uses TCP or UDP data transfer is complete. HTTP compared with RTSP, HTTP requests issued by the client, the server responds This compression package is RTSP server implementation code.
Platform: | Size: 596992 | Author: 真诚的猪 | Hits:

CodeBus www.codebus.net