网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 电气工程论文 -> 基于DirectShow的网络音视频通信系统的开发
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

基于DirectShow的网络音视频通信系统的开发

本文ID:LW16982 字数:21922,页数:48 价格:¥118.00 → 信用说明

扫一扫 扫一扫
本站会员可自行下载:下载地址 基于DirectShow的网络音视频通信系统的开发 (收费:11800 积分)  如何获取积分?
基于DirectShow的网络音视频通信系统的开发

文档编号:DQ097   文档字数:21922,页数:48

摘  要
 
    个人电脑和各种网络电子产品(手提电脑、智能手机、MP4等)的空前繁荣伴随着因特网的普及,使得流媒体在网络上的广泛应用,于是流媒体处理的复杂性和技术性使怎样处理流媒体变得简单而富有成效逐渐成为了焦点问题。选择一种合适的应用方案处理媒体流,事半功倍。微软的DirectShow给了我们一个不错的选择。DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包,与DirectX开发包一起发布。
  DirectX是一套基于Windows平台的编程接口,它能出色的完成高速的实时动画渲染、交互式音乐和环境音效、高效多媒体数据处理等一般API很难完成的任务。
  DirectShow为在Windows平台上处理各种格式的媒体文件的回放、音视频采集等高性能要求的多媒体应用,提供了完整的解决方案。
    多媒体应用开发所面临的众多挑战:需要高效的处理巨大的数据量,音频和视频时刻保持同步,还需用简单的方法处理复杂的媒体源问题,还需处理各种各样不同的媒体格式,支持系统中不可预知的硬件等。
  Directshow的设计初衷就是尽量要让应用程序开发人员从复杂的数据传输、硬件差异、同步性等工作中解脱出来,总体应用框架和底层工作由Directshow来完成,这样,基于Directshow框架开发多媒体应用程序就会变得非常简单。
 
关键词 DirectShow; 流媒体; 音视频; API

Abstract

along with the popularity of Internet,personal computers and networks of electronic products (laptops, smart phones, MP4, etc.) become unprecedented prosper, so streaming media is on the network everywhere,which makes how to deal with easy and effective streaming media a focal point,with extensive use of streaming media handling the complexity and technical nature. Selecting an appropriate media stream processing applications is more efficiently. Microsoft's DirectShow, gives us a good choice. DirectShow provides a set of the development of streaming media processing package on Microsoft Windows platform, released with DirectX SDK.
DirectX is a Windows-based platform programming interface, it can outstanding in completing the high-speed real-time animation rendering, interactive music and environment sound, efficient processing of multimedia data, which the general API is difficult to accomplish.
DirectShow provides a complete solution for handling playback of various formats of media file , multimedia applications of high-performance requirements such as capturing audio and video on Windows platform.
Multimedia application development faces many challenges: the need for efficiently handling of huge amount of data, audio and video time synchronized, a simple way to deal with the complex issue of media source, also need to address a variety of different media formats, support unpredictable hardware in system.
Directshow is designed is to try to let the application developer freed from the complexity of the data transmission, hardware differences, synchronization, the general application framework and the underlying work to be completed by the Directshow, so the development of multimedia applications based on Directshow framework becomes very simple.

Keywords  DirectShow ;  streaming;  audio and video;   API


目录
 
摘  要 I
Abstract II
前  言 1
1  DirectShow简介 2
1.1 COM基础 2
1.1.1 COM组件标准 2
1.1.2 COM组件类型 3
1.2 DirectShow体系结构 3
1.3 DirectShow的 Filter 4
1.3.1 注册Filter 5
1.3.2Filter的媒体类型 5
1.3.3 连接Fliter 6
1.3.4 Filter重组 6
1.3.5 数据传输 8
1.4关于Filter Graph Manager 10
1.5 GraphEdit的使用 10
2 音视频编码标准 13
2.1 MPEG系列编码 13
2.1.1 MPEG-2 13
2.1.2 MPEG-4 14
3  网络传输协议 18
3.1网络协议 18
3.1.1TCP/IP协议 18
3.1.2 UDP协议 19
3.1.3 UDP协议的特性 20
3.1.4 TCP协议和UDP协议的区别 21
3.2 Socket介绍 22
3.2.1常用的Socket类型 22
4 音视频系统开发 23
4.1 Filter组件的开发 23
4.1.1VC环境设置 23
4.1.2 创建工程以及Filter的入口函数 24
4.1.3 实现Filter 的类厂对象 26
4.1.4 实现自己的 Filter 28
4.1.5 开发Filter需要的条件 30
4.2 DirectShow应用开发 32
4.2.1 开发环境的配置 32
4.2.2 Filter Graph Manager接口 32
4.2.3创建 Filter Graph Manager接口 33
4.2.4创建 Filter Graph 34
4.2.5使用 DirectShow的事件响应机制 34
4.3音视频系统开发 35
4.3.1实现原理 35
4.3.2开发网络发送、接收Filter 38
4.3.3设备自检 40
4.3.4角色控制 40
5总结 42
致 谢 43
参考文献 44

基于DirectShow的网络音视频通信系统的开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:智能LED点阵显示屏设计(上位机) 下一篇:智能断路器的电气设计
推荐论文 本专业最新论文
Tags:基于 DirectShow 网络 视频通信 系统 开发 2011-04-02 09:15:12【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有