搜索资源列表
Morgan RTP DirectShow Filters
- RTP DirectShow Filters,包含服务器和客户端可执行程序和服务器端代码,支持 RTP, RTCP, RTSP and SDP协议-RTP DirectShow Filters, including server and client executable code and server-side support RTP, RTCP, RTSP and SDP
rtp server
- 该软件是基于RFC398标准,通过RTP协议传输H.264 NAL包,由于没有实现RTSP,为了能够使通用播放器可以播放,使用了SDP(session descr iption protocol)会话层协议。 播放的时候需要先建立一个sdp文件,设置好相应的通讯参数,然后用通用播放器(比如VLC,经测试VLC的缓冲性能要比MPLAYER和FFMPEG播放器好)打开sdp文件,再通过本 软件发送RTP数据,即可实现视频播放。由于通用播放器同一时间只可以播放一个码流,而我们的码流音频和视频是独立成两
DSSCaster.rar
- 建立RTSP接收链路,并接收RTP数据,然后将接受的数据转到达尔文服务器,RTSP link established to receive and receive RTP data, and then the data will be transferred to Darwin server
RTPServer.rar
- Rtp服务端代码,实现流媒体的传输。采用rtp协议。,Rtp server-side code to achieve the transmission of streaming media. Using rtp protocol.
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
epoll_serve5
- 一个linux下下的epoll服务器,支持视频传输,结构简单-Under an epoll under linux server to support video transmission, simple structure
RtspServer
- rtsp服务器,rtp/rtcp,支持linux-rtsp server, rtp/rtcp
rtsp_server
- rtsp server源代码,里面有完整的rtsp rtp rtcp sdp协议源码-rtsp server source code, which has the complete source code protocol rtsp rtp rtcp sdp
live
- 流媒体服务器和客户端的源代码,可以直接构建点播直播系统,基于RTP/RTSP协议栈,实现MP3等多种视频格式-Streaming media server and client source code, can be directly built on-demand broadcast system, based on RTP/RTSP protocol stack to achieve a variety of video formats such as MP3
MorDirectShowFilter
- 这是RTP DirectShow Filters服务器与客户端可执行程序源码与服务器端代码,支持 RTP, RTCP, RTSP and SDP协议.-This is a RTP DirectShow Filters server and the client-side executable program source code with the server-side code, support for RTP, RTCP, RTSP and SDP protocols.
VideoServerandClient
- 实现了基于rtp传输h264视频流,包括客户端与服务器端-Achieved based on rtp transport h264 video streams, including the client and server-side
RTPServer
- 调用JRTPLIB库的一个服务器接收发送数据包程序。-JRTPLIB library calls a server procedure to receive data packets sent.
examples
- 使用RTP协议模拟传输视频数据,共5个例子,example1.cpp,example5.cpp可作为服务端发送数据,example3用来接收数据。其余两个加入了多线程。使用jrtplib-3.7.1库编译-Using the RTP protocol analog transmission video data, a total of five cases, example1.cpp, example5.cpp can be used as server to send data, exampl
useful_RTSP_server_and_client
- 简单有效的rtsp服务器与客户端实现,已建有VC工程,测试可用-Simple and effective implementation rtsp server and client, has built VC engineering, testing available
rtsp_server_c
- 综合rtsp、rtp/rtcp的源码,完全按照RFC2326编写规则,很容易懂,里面我都有注释过的,可以在arm和pc上跑-Comprehensive rtsp, rtp/rtcp source, in full accordance with the rules of RFC2326 prepared, it is easy to understand, which I have had the Notes, you can arm and run pc
live.2007.02.20.tar
- live555上最新的流媒体服务器,播放器源码,对正在开发流媒体,rtp/rtsp传输,mpeg4等方面的人员,是不错的例子-live555 latest streaming media server, player source of streaming media is being developed, rtp/rtsp transmission, mpeg4 and so on the staff, is a good example
jlibrtp-0.2.2
- jlibrtp是一个 类库,可以建立rtp服务器,进行媒体的传输-jlibrtp is a class library, you can create a rtp server, media transmission
SoftPhone
- 软电话 从功能分为:服务器端和客户端 服务器:记录所有客户的信息,对客户的登陆、注销等请求进行响应 客户端:利用UDP协议与服务器和被叫或主叫客户端进行通讯 点对点通讯中的请求和响应消息是通过SIP协议来完成传输的,音频信息(压缩后)是同构RTP协议来完成传输的-Soft phone functionality is divided into: server-side and client-server: a record of all customer information,
jrtplib-3.7.1
- rtp协议下server端与client端连通程序-rtp under the agreement with the client-side server-side connectivity program
AudioVideoStream
- rtp server and rtp client using JMF