文档介绍:重庆大学
硕士学位论文
基于DirectShow数字视频远程战场监控系统的设计
姓名:王锋
申请学位级别:硕士
专业:计算机技术
指导教师:朱庆生;陈明
20051001
重庆大学硕士学位论文中文摘要
摘要
在以信息化为特征的现代战争中,如何把传统模式的战场信息采集、传输和
通过指挥决策中心进行决策的过程向数字化方向发展呢?本论文主要是在目前的
视频监控系统中的基础上,利用新的协议标准和传输方式来实现远程网络的视频
监控,使该系统的性能起到将战场信息转化为战斗力的目的。
论文工作重点是基于 Microsoft DirectShow 开发了一整套 TCP/IP 网络上的远
程数字视频监控系统,提出了一套可行的远程监控系统设计方案。目前的远程网
络视频监控系统主要由两部分组成:(前端)服务端和(后端)客户端。服务端主
要完成图像的采集、编码、RTP(Real-time Transport Protocol)封包,然后通过网
络发送出去;客户端则实现数据的接收、解码以及回放。本系统中编码压缩采用
MPEG-4 标准,传输协议采用 TCP/IP 和 RTP 协议,并采用 DirectShow 技术来处
理视频的实时回放。在系统的具体实现方法上,基于组件对象模型,利用
DirectShow 过滤器,在前端主机构造了实现视频采集、压缩编码、网络传送功能
的过滤器图,在远端主机构造了完成视频网络接受、解码、显示以及保存、回放
功能的过滤器图。设计中,对 DirectShow RTP 框架做了必要的修改。基于
DirectShow 处理模型的实现方法,使得我们可以在不改变软件总体结构的条件下,
通过增加或删除过滤器,方便的改变系统功能,使得系统具有良好的通用性和扩
展性。RTP 实时传输协议的采用,保证了数字视频信息在低带宽 网络上
的传输性能,并使得系统具有良好的适用性。
实验证明,所设计的系统运行稳定可靠,通用性和扩展性明显优于传统数字
远程视频监控系统。
关键词:视频监控,MPEG-4,套接字,DirectShow 技术
I
重庆大学硕士学位论文英文摘要
ABSTRACT
In the contemporary warfare that takes messageization as its feature, how should
we collect the message in traditional battleground? This dissertation is chiefly studying
on the implementation of remote video monitor system by using of new protocol
standards and transmission methods so that its performance is promoted to transform
battleground message into fighting capacity.
One main work of this dissertation is the design and development of a
long-distance video monitoer system on the TCP/IP protocol based on Microsoft
DirectShow. We propose a feasible design scheme of long-distance monitor system. A
current long-distance video monotor system consists of two parts: Service-end and
Client-end. The service-pletes collecting, coding of image, RTP (Real-time
Transport Protocol) encapsulation, and long-distance transmition work. The
client-end achieves the receivings, decoding, going back of image. In our solution, the
code press of image adopt MPEG-4 criterion; the transmition protocol adopts
TCP/IP and RTP; the play-back adopts