搜索资源列表
streamproject
- 流媒体项目源码 学习参考用,不得用于商业用途-streaming media learning projects source of reference, should not be used for commercial purposes, thank you
jiandanPlayer
- FilterImageGrabber:即时抓图的Filter。这是一个Trans-In-Place Filter,Filter注册名为“HQ Image Grabber”,仅支持RGB32/24/565/555四种媒体类型, 将其接入到Filter链路之后,可以抓取任何一个经过该Filter的Sample。 AVCap: 音视频采集演示程序。支持AGP/PCI/USB等各种接口的采集卡,支持 数码摄像机输入,实现即时抓图,边预览边采集,支持热插拔等等。 打开AVC
Projects
- 基于windows media player 的CCTV5播放器
jm95
- 基于h.264的视频编码解码.A workspace for MS Visual C++ is provided with the name \"tml.dsw\". It contains the encoder and decoder projects.
ff_264_dec_vc.rar
- H.264的VC++工程,适合在Windows平台上面开发H.264,H.264 of VC++ projects, in the Windows platform for the development of H.264
live.2010.11.17(vc6)
- LIVE555流媒体服务器源码,在live555的2010.11.17版的基础上增加VC6.0工程,方便跟踪调试。我以前找到的带vc工程的live源码其实都是假的,至少不能说是一般意义上的vc工程。因为那些项目中要么只有一个.mak文件,要么就是要在命令提示符下输入nmake xxx.mak进行编译,无法实现对项目的跟踪调试。 现在对这些工程进行了彻底的整理,实现了真正的VC6.0工程,增加的工程文件(*.dsp)在vc6-live555子目录中,测试工程文件在vc6-testProgs子目
peercast
- 开源的流媒体服务器项目,平台无关。 支持多种传输协议。-Open source streaming media server projects, platform-independent. Supports a wide range of transport protocol.
SageTV.Client.v6.4.8
- 这是一个超强的流媒体服务器的客户端,可惜,不是开源项目,没有源码,不过自己装一个玩玩也是不错的额-This is a powerful streaming media server client, unfortunately, not open-source projects, there is no source, but their equipment is also a good amount of play
lmt
- 一个可以实际使用的流媒体项目,带有硬件工程图纸ddb文件-Actual use of a streaming media projects, with hardware engineering drawings DDB file
vlc-1.0.1
- vlc-1.0.1(源码) 源码目录:autotools、bin、compat、doc、extras、include、libs、m4、modules、po、projects、share、src、test-vlc-1.0.1 (source) source directory: autotools, bin, compat, doc, extras, include, libs, m4, modules, po, projects, share, src, test
Chapter03
- VODDemo: 视频点播演示程序。一个服务器程序,一个客户机程序。服务器端 维持一个供点播的节目列表。客户机与服务器建立连接之后,可以得到服务器上 可供点播的节目列表,然后选择一个感兴趣的节目进行播放。目前支持点播的媒 体类型有MPEG1、MP3、MPEG2、AVI等。 Bin\VODServer.exe是服务器程序。 Bin\VODClient.exe是客户机程序。 FilterNetReceiver是一个实现了网络数据接收的模式Source Filter。Fi
ZPAV_(H2652207967122011
- ZPAV (H265) is audio-visual codec protocol, very different from H264/MPEG4, ZPAV (H265) basic algorithm is wavelets, SPIHT, BSW, MMW, ...... ZPAV (H265) download address : https://sourceforge.net/projects/zpav/ - ZPAV (H265) is audio-visual codec
live555-latest.tar
- live555 是一个为流媒体提供解决方案的跨平台的C++开源项目,它实现了对标准流媒体传输协议如RTP/RTCP、RTSP、SIP等的支持-live555 is a streaming media solutions for the cross-platform C++ open source projects, it implements the standard streaming protocol such as RTP/RTCP, RTSP, SIP and other supp
x264-snapshot-20090722-2245
- x264是一种免费的、具有更优秀算法的H.264/MPEG-4 AVC视频压缩编码格式。。它同xvid一样都是开源项目,但x264是采用H.264标准的,而xvid是采用MPEG-4早期标准的。由于H.264是2003年正式发布的最新的视频编码标准,因此,在通常情况下,x264压缩出的视频文件在相同质量下要比xvid压缩出的文件要小,或者也可以说,在相同体积下比xvid压缩出的文件质量要好。-x264 is a free, has a better algorithm H.264/MPEG-4
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM
ffplay
- 开源项目ffmpeg使用的参考资料,对初学者很有参考价值-References ffmpeg open source projects use a good reference for beginners
LibH264Decode
- 将ffmpeg中的H264解码器提取到单独的工程中,并建立Visual Studio工程,方便集成到开发者自己的项目中,可以编译成动态库和静态库,方便使用。-The ffmpeg of H264 decoder to extract the individual project, and the establishment of Visual Studio projects to facilitate their integration into the project developer, y
simplest_ffmpeg_device_1.1
- 这段代码主要适合流媒体方面的初学者,包含两个工程:录制屏幕以及抓取摄像头画面(This code is mainly suitable for streaming media beginners, including two projects: recording screen and grab the camera screen)