an rtsp client, with rtp packet receiving, rtcp handing, video decoding, audio decoding, and playing functions.Currently it suppports:1. RTP over TCP(udp transmission is not implemented).2. send heartbeat message(VIA OPTIONS) to server.3. support video stream format: MPEG4, H264, H265.4. support audio stream format: AMR, AAC, MP3.5. support Authorization, that means it can login on server which needs username and password.6. receive video and audio RTCP packet and get npt time info, the player can use both info to keep video-audio synchronize.7. support video and audio decoding and playing, and decoding video/audio uses ffmpeg.the client player is written in C , with VS2008.
推荐下载
-
delphi海康流媒体客户端
使用delphi封装海康流媒体客户端类,实现视频的预览和声音的播放。可根据自己的实际情况进行修改。注意,通道编号从0开始
49 2019-08-02 -
流媒体客户端FilterGraph动态重构与实现
流媒体客户端FilterGraph动态重构与实现
16 2019-01-11 -
C++实现流媒体程序库
实现了标准协议,例如RTP/RTCP,RTSP以及SIP-C
15 2020-05-30 -
c++实现的email客户端程序
使用C++实现的邮件的发送、扩展发送带附件的邮件,和以POP3接受邮件的客户端程序
40 2018-12-16 -
WindowsMobile平台移动流媒体客户端的研究与实现
非常清晰的介绍了流媒体客户端的开发过程,可以好好的读一读
18 2019-03-01 -
websocket c++客户端实现
简单的c++实现websocket通信,客户端代码实现,简单高效
51 2019-03-31 -
FTP客户端C++实现
基于socket编程,C++实现的FTP客户端
70 2018-12-25 -
C++编写客户端程序
客户端服务端消息传递函数,C++编译通过
22 2019-03-18 -
RTSP流媒体客户端播放器demo
播放器主要用来对遵循RTSP标准协议的码流进行实时播放以及码流录制。播放器核心为两个DLL,分别为网络DLL以及播放DLL。网络DLL基于Live555开发,主要对码流的获取以及链路的管理进行控制;播
46 2019-05-19 -
海康流媒体转发客户端服务器
实现流媒体的转发C++ ,分客户端和服务器两个模块。
51 2018-12-09
暂无评论