搜索资源列表
mp4reader
- 利用ffmpeg读取mp4容器文件里面的视频track的内容,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指读那一部分了。-using ffmpeg containers then no time to read the documents inside the video track, ffmpeg is below the windows of a ve
mp4writer
- 利用ffmpeg保存视频到mp4容器文件里面,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指写那一部分了。同时,前面上传过一个读的工程,可以搜搜看。-using ffmpeg then no time to preserve video file container, ffmpeg is below the windows of a very good mo
decode_xvid
- 利用xvid解码mpeg4视频压缩帧的示例工程,是ffmpeg在windows下面的一个挺好的示范(有点自夸),它是我给一个项目(匿名)提供的关于mp4的读写、解码、传输(RTP)、和码流识别的所有api的一部分,大概占1/8,就是指解码那一部分了。我前面上传过mp4容器文件读写的内容,有兴趣可以搜一下。-use xvid mpeg4 video compression decoding frames example, ffmpeg is below the windows of a very
VVoIP
- 自己写的一个点对点的视频电话程序,使用了RTP协议及ffmpeg库
rtp server
- 该软件是基于RFC398标准,通过RTP协议传输H.264 NAL包,由于没有实现RTSP,为了能够使通用播放器可以播放,使用了SDP(session descr iption protocol)会话层协议。 播放的时候需要先建立一个sdp文件,设置好相应的通讯参数,然后用通用播放器(比如VLC,经测试VLC的缓冲性能要比MPLAYER和FFMPEG播放器好)打开sdp文件,再通过本 软件发送RTP数据,即可实现视频播放。由于通用播放器同一时间只可以播放一个码流,而我们的码流音频和视频是独立成两
RTPServer.rar
- Rtp服务端代码,实现流媒体的传输。采用rtp协议。,Rtp server-side code to achieve the transmission of streaming media. Using rtp protocol.
ffmgep,支持rtsp,rtp,解码
- ffmgep,支持rtsp,rtp,解码,转视频格式-ffmgep, support rtsp, rtp, decoding, video format transfer
x264_rtp
- This Code is to Encoding and Streaming H.264. This code is based to FFMPEG open source. This code consists of h.264 encoding library and RTP streaming library.
feng-2.1.0_rc1
- 新版本(2.1)。feng是一个多媒体的流媒体服务器与互联网多媒体内容实时流IETF的标准兼容。feng实现RTSP协议 - 实时流协议(rfc2326)和RTP / RTCP - 支持实时传输协议/ RTP控制协议(RFC3550)的RTP资料的最小控制(rfc3551)与音频和视频会议。 client 相容列表 libnemesi Live555.com FFPlay GStreamer RealPlayer HelixPlayer QuickTime Ge
Rtp
- 服务器端发送H264码流,客户端接受并解码与存为YUV文件.(H264,ffmpeg,Rtp,YUV等技术都包含在内)希望大家好好学习。我愿传播我的知识,促进社会发展 2012.9.7-Server sends H264 stream client to receive and decode YUV file saved as. (H264, ffmpeg, Rtp, YUV, and other technologies are included) and hope that we learn
feng-2.1.0_rc1.tar
- 开源的流媒体服务器源代码,rtsp和rtp点播做的不错,是要ffmpeg作为媒体文件的容器解析库。-Open source streaming media server source code, rtsp and rtp demand to do good, to ffmpeg as a media container file parsing library.
3
- ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream. After running the generated*
Decode_Rtp_Receive
- 接受RTP负载的H.264数据并用ffmpeg解码呈现 -RTP H。264 ffmpeg
RtspPlayer
- 使用live555传输rtp流和ffmpeg解码。(Use live 555 to transmit rtpflow and FFmpeg decoding.)