搜索资源列表
RTSP
- Real Time Streaming Protocol (RTSP), developed by the IETF and created in 1998 as RFC 2326, is a protocol for use in streaming media systems which allows a client to remotely control a streaming media server
rtsp
- 最基本的rtsp client 程序,可以完成和VOD点播系统的对接
rtsp_sample_code
- rtsp client
rtsp_demo
- 最基本的rtsp service /client 程序
一个简单的RTSP测试客户端
- 一个简单的RTSP测试客户端。主要用来调试RTSP server的基本命令,也可以作为学习RTSP client开发只用。,A simple test of the RTSP client.
live555实现了RTSP的客户端程序
- live555.rar为开源代码,实现了RTSP的客户端程序,里面的工程全部为VC++工程,以及将其移植到了WINCE平台,供大家学习和参考。-live555.rar as open source code to achieve the RTSP client program, which works all of the VC++ project, and migration to the WINCE platform for them to learn and reference.
rtsp
- 用c语言实现的rtsp客户端的简单代码,已经编译通过-rtsp client simple realization
rtsp_emu.tar
- 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
rtspsourcfilterive555-2009-06-21
- rtsp source filter ,which will act as rtsp client to download the content from the rtsp server
rtspRequest
- RTSP协议中的客户端实现,对协议的理解有参考价值-rtsp client designed
Rtsp
- 一款很好用的rtsp的客服端和服务器源码,已编译通过可以使用。希望给你有帮助-A very good customer service with the rtsp client and server source code, compiled by use. Want to help you
axis_client
- Linux RTSP MP4 client for Axis cameras
live555-latest.tar
- The latest sources (May 2010) of RTSP server/client implementation by live555. Implementation supports also lots of media formats (mpeg 1,2,3,4, aac, vob, wav, h263, h264 etc). Sources a distributed by GNU license-The latest sources (May 2010) of RTS
rtsp.tar
- 实现了RTSP协议服务端以及客户端程序,并一共了RTP头部定义的一个结构,以供参考。-Implements the RTSP protocol server and client, and a total of the RTP header defines a structure for reference.
java-rtsp-client
- java rtsp client-java rtsp client .....
rtsp-server-aclient
- 一个完整的基于RTSP协议的流媒体服务器及测试客户端,VC2008环境下编译运行;是刚开始学习流媒体技术不错的源码资料-A complete test-based streaming media server and client RTSP protocol, compile and run under VC2008 environment are just beginning to learn a good source of streaming media technology infor
rtsp
- python 实现rtsp客户端带验证功能(use Python rtsp client)
rtsp_client_0827_1545
- rtsp 客户端代码, rtspclient demo demo里有视频协商简单应用(RTSP client code, rtspclient demo demo video consultation in a simple application)
Rtsp-Android-Client-master
- rtsp h264 //可以单独传入port值,不在地址中增加 //如未传入port只,且地址中没有port,默认使用554 int port = 554; //支持传入用户名密码,某些RTSP服务器需要认证使用 String username = "80444"; String password = "123456"; //传入使用协议和认
rtsp client with c++
- 基于rtsp的客户端,帮助初学者步步深入研究rtsp协议的代码实现(RTSP client,which will help learners to get more interst in rtsp protocol.)