Linux下网络视频监控系统服务器的设计与实现

上传人:jiups****uk12 文档编号:38333811 上传时间:2018-04-30 格式:PDF 页数:87 大小:1.89MB
返回 下载 相关 举报
Linux下网络视频监控系统服务器的设计与实现_第1页
第1页 / 共87页
Linux下网络视频监控系统服务器的设计与实现_第2页
第2页 / 共87页
Linux下网络视频监控系统服务器的设计与实现_第3页
第3页 / 共87页
Linux下网络视频监控系统服务器的设计与实现_第4页
第4页 / 共87页
Linux下网络视频监控系统服务器的设计与实现_第5页
第5页 / 共87页
点击查看更多>>
资源描述

《Linux下网络视频监控系统服务器的设计与实现》由会员分享,可在线阅读,更多相关《Linux下网络视频监控系统服务器的设计与实现(87页珍藏版)》请在金锄头文库上搜索。

1、 电 子 科 技 大 学 UNIVERSITY OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA 专业学位硕士学位论文 MASTER THESIS FOR PROFESSIONAL DEGREE 论文题目 Linux 下网络视频监控系统服务器的设计与实现 专业学位类别 工 程 硕 士 学 号 201122240804 作 者 姓 名 张梦娜 指 导 教 师 于鸿洋 副教授 分类号 密级 公 开 UDC注1 学 位 论 文 Linux 下网络视频监控系统服务器的设计与实现 (题名和副题名) 张梦娜 (作者姓名) 指导教师 于鸿洋 副教授 电子科技大学 成

2、 都 (姓名、职称、单位名称) 申请学位级别 硕士 专业学位类别 工 程 硕 士 工程领域名称 电子与通信工程 提交论文日期 2014.06.01 论文答辩日期 2014.06.03 学位授予单位和日期 电子科技大学 2014 年 06 月 27 日 答辩委员会主席 评阅人 注 1:注明国际十进分类法 UDC的类号。 DESIGN AND IMPLEMENTATION OF SERVER BASED ON NETWORK VIDEO SURVEILLANCE SYSTEM UNDER LINUX PLATFORM A Master Thesis Submitted to University

3、of Electronic Science and Technology of China Major: Master of Engineering Author: Zhang Mengna Advisor: Yu Hongyang School : Research Institute Electronic Science and Technology of UESTC独创性声明独创性声明 本人声明所呈交的学位论文是本人在导师指导下进行的研究工作及取得的研究成果。据我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得电子科技大学或其它教育机

4、构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。 作者签名: 日期: 年 月 日 论文使用授权论文使用授权 本学位论文作者完全了解电子科技大学有关保留、 使用学位论文的规定, 有权保留并向国家有关部门或机构送交论文的复印件和磁盘,允许论文被查阅和借阅。 本人授权电子科技大学可以将学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。 (保密的学位论文在解密后应遵守此规定) 作者签名: 导师签名: 日期: 年 月 日 摘 要 I 摘 要 随着社会的日益开放与经济的飞速发展,人们对于公共财产

5、和个人隐私的保护越来越重视,安防产业由此蓬勃发展。与此同时,随着互联网时代的到来,网络已经渗透到人们生活的点点滴滴,人们对资源的共享和信息的有效传递要求也越来越高。流媒体技术应运而生。在视频监控系统中,如何提高其灵活性、实时性、便捷性,如何为人们提供更加清晰流畅、稳定高效的视频服务成为目前的研究热点与重点,具有很大的商机与市场前景。 本文以 “基于智能视音频的 LED 大屏控制与远程监视” 项目为依托, 在 Linux平台下完成了网络视频监控系统服务器的软件开发。服务器在系统中起着关键的作用,主要负责视音频的同步、转发和存储,同时响应并处理各种客户端的请求。 首先,分析了视频监控系统的应用现状

6、与发展趋势,并对服务器涉及的关键技术进行了研究。主要研究了流媒体技术与实时传输协议的相关理论,并介绍了H.264 视频编码和 AAC 音频编码技术,同时对视音频同步技术进行了分析对比。 其次,对网络视频监控系统整体方案进行了设计,包括需求分析、系统整体架构和服务器的架构设计。 再次,对网络视频监控系统服务器进行了详细设计与实现。服务器主要分为视频直播模块、视频点播模块和云台远程控制模块。在视频直播模块中,设计了NTP 同步时钟,研究了利用 ORTP 库进行视音频的实时传输,然后对视音频实时流的同步做了详细设计与实现。在视频点播模块中,对视音频的存储打包做了详细设计,并搭建了 HTTP Live

7、 Streaming 点播系统,然后设计了基于 XML 的节目列表和数据库的实现。在云台远程控制模块中,主要是服务器与云台的控制设计和客户端与服务器的交互设计。 最后,对整个网络视频监控系统服务器和客户端进行了功能测试和性能测试。实验结果表明, 客户端能够流畅地进行视频的直播与点播, 画质优良且延迟较低,并能精确控制云台转动及放缩,系统整体运行良好。 关键词关键词:视频监控,流媒体,服务器,直播,点播 ABSTRACT II ABSTRACT With the increasingly openness of society and rapid development of economy,

8、the protections to public property and personal private are more valued, therefore, security industry flourishes. Meanwhile, with the coming of the Internet age, network has become the most important part in our daily life and the requirements to the sharing of resource and the effective transmissio

9、n of information are higher and higher. The streaming media is then born. In video surveillance system, the hot spots and key directions of research are how to improve the flexibility, the real-time performance and the convenience of the system, and how to provide people the video service which is c

10、lear, fluent, stable and effective at the same time. These research contents have good business opportunities and market prospect. The thesis is on the foundation of the intelligent audio and video based LED screen control and remotely monitoring project whose software of the network video surveilla

11、nce system server is implemented under a Linux platform. The server, which plays a key role in the system, controls the synchronization, forwarding and storage of the audio and video. It also reacts and processes the requests from the client. Firstly, the present application situation and the develo

12、pment trend of the video surveillance system are analyzed, and the key techniques of server are studied. The relevant theories about the streaming media and the real-time transport protocol are discussed. An introduction to the H.264 video coding and the ACC audio coding techniques is made. Then, th

13、e audio and video synchronization technologies are analyzed. Secondly, the whole internet video surveillance system scheme is designed, which includes the requirements analysis, the system frames and architecture design of server. Thirdly, the internet video surveillance system server is realized af

14、ter an elaborate design is made. The server contains three major modules which are the video-on-Live module, the video-on-demand module and the PTZ remotely controlling module. In the video-on-Live module, a NTP synchronous clock is designed, and then a study of the real-time audio and video transmi

15、ssion which exploits ORTP library is carried, and then an elaborate design to real-time audio and video streaming is made, and then the design is realized. In the video-on-demand module, a detailed design to audio and video ABSTRACT III package storage is made, and then the video-on-demand system over HTTP Live Streaming is built, and then a program list and database based on XML file is designed and

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号