-
Live555流媒体服务器
Live555 是一个为流媒体提供解决方案的跨平台的C++开源项目,它实现了对标准流媒体传输协议如RTP/RTCP、RTSP、SIP等的支持。Live555实现了对多种音视频编码格式的音视频数据的流化、接收和处理等支持,包括MPEG、H.263+、DV、JPEG视频和多种音频编码。同时由于良好的设计,Live555非常容易扩展对其他格式的支持。目前,Live555已经被用于多款播放器的流媒体播放功能的实现,如VLC(VideoLan)、MPlayer。该项目的源代码包括四个基本的库,各种测试代码以及IVE555 Media Server。四个基本的库分别是UsageEnvironment&TaskScheduler,groupsock,liveMedia,BasicUsageEnvironment。
- 2023-06-29 00:05:04下载
- 积分:1
-
This is the code mpeg4, and they hope to engage in video decoding help
这是mpeg4的代码,希望对搞视频解码有帮助-This is the code mpeg4, and they hope to engage in video decoding help
- 2022-03-14 11:06:56下载
- 积分:1
-
健全的监控程序,客户端程序,发送和接收语音
声音监控程序,客户端程序,接收服务端发送的声音数据,并在SPEAKER中播放。-sound monitoring program, the client process, send and receive voice-data and broadcast SPEAKER.
- 2022-01-31 00:19:02下载
- 积分:1
-
功能的情况下,显示一个反
本例功能是显示一个由反走样处理的线段组成的八面体-functions of the cases showed an anti-aliasing by the Line of octahedral
- 2022-10-30 04:40:03下载
- 积分:1
-
virtualvcr
应用背景这是virtualvcr源。你可以在sourceforge上找到这种原始的源代码关键技术在你下载之前,你应该知道DirectShow技术。此源代码解决方案被转换为视觉工作室2010。所有源代码是由碳+ + / C。
- 2023-02-13 00:20:03下载
- 积分:1
-
音频技术源代码ADMixer_Mute,VC++60 编译通过
音频技术源代码ADMixer_Mute,VC++60 编译通过-audio technology ADMixer_Mute source code, compile VC 60
- 2023-07-04 05:15:03下载
- 积分:1
-
VFW
VFW是微软公司1992年推出的关于数字视频的一个软件包,它能使应用程序通过数字化设备从传统的模拟视频源得到数字化的视频剪 辑。VFW的一个关键思想...
VFW
VFW是微软公司1992年推出的关于数字视频的一个软件包,它能使应用程序通过数字化设备从传统的模拟视频源得到数字化的视频剪 辑。VFW的一个关键思想是播放时不需要专用硬件,为了解决数字视频数据量大的问题,需要对数据进行压缩。它引进了一种叫AVI的文件标准,该标准未规定 如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,以及在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提 供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属性来捕获、播放和编辑视频剪辑。在Windows 9x系统中,当用户在 安装VFW时,安装程序会自动地安装配置视频所需要的组件,如设备驱动程序、视频压缩程序等。
VFW主要由以下6个模块组成:
●AVICAP.DLL:包含执行视频捕获的函数,它给AVI文件的I/O处理和视频、音频设备驱动程序提供一个高级接口;
●MSVIDEO.DLL:包含一套特殊的DrawDib函数,用来处理屏幕上的视频操作;
..........
-err
- 2022-10-19 13:55:03下载
- 积分:1
-
直接压缩成mp3的录音机程序。在windows平台下开发的一个示例。...
直接压缩成mp3的录音机程序。在windows平台下开发的一个示例。-Directly compressed into a tape recorder mp3 procedures. In windows platform, developed under an example.
- 2022-04-25 17:57:36下载
- 积分:1
-
微软多媒体服务器协议库
microsoft mutilmedia server protocol lib
- 2022-04-10 03:53:32下载
- 积分:1
-
iphone 31天开源工程中的第一个,一个精美的计时器
iphone 31天开源工程中的第一个,一个精美的计时器-Just like any good programmers we decided to bite this off the same day Apple lifted the NDA even faced with the time constraints. Needless to say the first app will be VERY simple, however it does demonstrate some stuff I stumbled on the first time I started coding against the iPhone SDK.
The app is "Minutes to Midnight" it is simply a countdown of the time left I have to finish this app before tomorrow :). This idea came from my friend Chris Craft who committed (and completed!) 30 day of Windows Mobile development.
To get started fire up xCode and
* Click: File->New Project.
From the "New Project" dialog
* Select: iPhone OS->Applications-> View-Based Application
* Name It: I named mine "MinutesToMidnight"
This project already has a UIView we that will be the main view of or application. I imagine a count down looking like a plastic alarm clock which of cource counts backwards to zero. Let make o
- 2022-03-18 20:51:05下载
- 积分:1