CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - streaming

搜索资源列表

  1. vb

    0下载:
  2. 在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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:594
    • 提供者:王玮
  1. 10.1.1.120.2896

    0下载:
  2. In recent years, Content Delivery Networks (CDN) and Peerto- Peer (P2P) networks have emerged as two effective paradigms for delivering multimedia contents over the Internet. An important feature in CDN and P2P networks is the data redundancy a
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:120420
    • 提供者:Ahmed
  1. streaming_setup

    0下载:
  2. streaming server setup application . how to set up the streaming server-streaming server setup application . how to set up the streaming server??
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:610
    • 提供者:SRINIVAS
  1. NewEye2.tar

    0下载:
  2. Unreleased TCP streaming engine using epoll under Linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:26823
    • 提供者:thefre
  1. PeerToPeer

    0下载:
  2. p2p 流媒体 网络编程 Java Jxta-p2p streaming
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:18238
    • 提供者:tx
  1. avcstreamer_linux_x86_32_v0.02-alpha.tar

    0下载:
  2. AVC Streamer can be used to stream and record live TV programming. An MPEG-2 TS input stream from a firewire enabled set-top box, DVR, capture card, or another remote AVC Streamer running instance can be captured through a local interface. A
  3. 所属分类:Linux Network

    • 发布日期:2017-05-15
    • 文件大小:4041209
    • 提供者:Nudge
  1. live

    0下载:
  2. 本文介绍了流媒体服务器端与客户端的搭建原理步骤,以及一些重要的函数。-This article describes the streaming media server works with the client to build the steps, and some important functions.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:9461
    • 提供者:李佳昆
  1. B2-Data-Streaming-and-Querying

    0下载:
  2. IPv6 specifies a new packet format, designed processing. Since the headers of IPv4-a new packet format, designed processing. Since the headers of IPv4
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-06
    • 文件大小:1220050
    • 提供者:qween
  1. tcp1

    0下载:
  2. 远程控制系统 利用数据报套接字实现一个简单的远程控制系统: 客户端输入“quit”,客户端程序与服务器端程序打印退出信息,终止程序的执行; 客户输入命令,客户端将命令通过流套接字发送给客户端,服务器执行收到的命令,并将结果发送到客户端显示; 如果没有客户输入的命令,服务器发送命令非法信息,并在客户端显示该条信息。 -Remote control system to achieve a datagram socket using a simple remote control
  3. 所属分类:Remote Control

    • 发布日期:2017-04-01
    • 文件大小:12539
    • 提供者:王晨如
  1. network

    0下载:
  2. 此程序是用java语言编写的,涉及的是P2P网络的流媒体的传输-This program is written in java language, involving the P2P network streaming media transmission
  3. 所属分类:P2P

    • 发布日期:2017-04-05
    • 文件大小:47871
    • 提供者:余甜
  1. MPDSR-a-SMR

    0下载:
  2. The Protocols RMPSR and SMR have been debuged and installed successfully into ns-2.1b8a. Some minor changes may be needed, if the protocols are installed into different versions of ns-2. The protocol package is developed mainly for the au
  3. 所属分类:Linux Network

    • 发布日期:2014-05-27
    • 文件大小:199680
    • 提供者:mamad
  1. 3GPP-Protocol-Impl

    0下载:
  2. Real Time Streaming Project Implementation Using RTP,UDP,TCP/IP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:42417
    • 提供者:Vipul
  1. Socket-based

    0下载:
  2. 程序分为服务器端和客户端两部分,服务器端创建一个用于侦听的流式套接字slisten,客户端创建一个用于建立连接的流式套接字sConnect,用sConnect向该服务器发出连接请求。-Program is divided into server and client in two parts, the server creates a socket for listening to streaming slisten, the client creates a connection for st
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2366879
    • 提供者:王菲
  1. RTCL

    0下载:
  2. RTCL, a realtime streaming client library
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:256641
    • 提供者:tristan
  1. csoketprogram

    0下载:
  2. Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:535085
    • 提供者:feiying
  1. MiniHttpServer

    0下载:
  2. 读取本机UDP某端口(6100)的数据,并以http服务的方式,允许客户端通过http://server.ip:8080的试工请求到数据,常用于流媒体服务转发等。-read data from localhost udp port, then server at http 8080 port. It allow the client request from http 8080 port to recevie data. common use in streaming server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:14789
    • 提供者:tttftt
  1. live555-src.tar

    0下载:
  2. rtsp实时视频流标准协议live555,支持H264编码,客户端可使用VLC观看。-rtsp real-time video streaming standard protocol live555, support H264 encoding, the client can use VLC to watch.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-06
    • 文件大小:548778
    • 提供者:skin8
  1. Server

    0下载:
  2. MFC界面编程,利用流式套接字实现简单的回射服务器。-MFC interface programming, streaming socket achieve simple retroreflective server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-08
    • 文件大小:135401
    • 提供者:
  1. VodServer(use_VLC)

    0下载:
  2. Borland C++ project for VLC streaming via RTSP protocol.
  3. 所属分类:Browser Client

    • 发布日期:2017-11-13
    • 文件大小:540790
    • 提供者:C
  1. RtpUdpIOCP

    0下载:
  2. 基于H264的RTP传输。包括打包解包策略,缓冲技术等。使用完成端口来进行底层通讯。希望能对研究流媒体传输的同学有帮助。-H264-based RTP transport. Including packing and unpacking strategy buffering technique. Complete the port to the underlying communication. The hope is to help the students to study the stre
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:3419627
    • 提供者:fanwenbin
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com