毕 业 论 文
视频点播系统的设计与实现
论文作者姓名:
申请学位专业:
申请学位类别:
指导教师姓名(职称):
论 文 提 交 日 期 :
视频点播系统的设计与实现
摘 要
随着计算机技术和 Internet 的日新月异,宽带 VOD 视频点播技术因其良好
的人机交互性和流媒体传输技术倍受教育、娱乐等行业青睐。本文阐述了基于
WEB 的交互式视频点播系统的协议原理、软件结构和设计实现。
本视频点播系统根据流媒体传输原理,在校园局域网的基础上模拟基于
Web 的视频点播系统,实现用户信息管理、视频文件的添加、删除、修改及在
线播放和搜索功能。本系统是一个小型系统,我们采用基本的 SQL Server 数据
库。具体实现中将 HTML、ASP.net 及 C#相结合,力求界面美观、操作流畅。
本文主要论述服务器端视频服务平台的搭建、流媒体的相关原理及管理功能
的具体实现。
关键词:流媒体;ASP.net;视频点播
Video on demand design and implement
Abstract
Broadband VOD (video on demand technology) get the favour of profession
such as education and amusement because of its good human-computer interaction
and streaming media transmission technic. In this paper, I elaborate systematic
principle of the protocol, software structure and design implement based on Web
interactive video on demand.
According to the streaming media transmission principle, this video on demand
system imitates video on demand system based on the Web, implement that users’
information management and the functions of adding, deleting and modifying, online
playing and searching for video files on the basic upper local area network of the
campus. Since this system is a small-sized system, we use the basic SQL database. In
specific implement, I fuse HTML, ASP.net and C# perfectly, try my best to make the
interface beautiful, operate smoothly.
This paper discuss mainly about the video service platform building, the related
principle of streaming media and the specific implement of management function.
Key words: Streaming media; ASP.net; video on demand
目 录
论文总页数:21 页
1 引 言............................................................................................................................................1
1.1 课题背景............................................................................................................................1
1.2 流媒体简介........................................................................................................................1
1.3 本课题研究的意义............................................................................................................1
2 视频点播系统系统分析................................................................................................................1
2.1 系统需求分析....................................................................................................................1
2.1.1 用户身份级别要求................................................................................................1
2.1.2 系统功能需求与划分............................................................................................2
2.2 系统设计目标....................................................................................................................3
2.3 系统的开发工具................................................................................................................3
2.3.1 开发环境................................................................................................................3
2.3.2 .NET 介绍...............................................................................................................3
2.3.3 C#介绍....................................................................................................................4
2.4 编程运行环境....................................................................................................................4
3 视频点播系统系统设计................................................................................................................4
3.1 数据库设计........................................................................................................................4
3.2 系统模块分析与设计........................................................................................................6
3.3 Web 界面设计.....................................................................................................................7
3.4 系统流程图........................................................................................................................8
4 视频点播系统系统功能模块具体实现........................................................................................9
4.1 系统实现的关键技术........................................................................................................9
4.1.1 数据库的连接........................................................................................................9
4.1.2 嵌入试视频播放..................................................................................................11
4.2 视频点播系统的部分功能的设计与实现......................................................................12
4.2.1 用户登陆功能的实现..........................................................................................12
4.2.2 用户注册功能的实现..........................................................................................13
5 系统测试......................................................................................................................................15
5.1 普通用户功能测试..........................................................................................................15
5.1.1 用户登陆功能测试..............................................................................................15
5.1.2 用户注册功能测试..............................................................................................16
5.1.3 视频点播功能测试..............................................................................................16
5.2 管理员功能测试..............................................................................................................17
5.2.1 用户信息管理功能测试......................................................................................17
5.2.2 添加视频文件功能测试......................................................................................18
结 论..............................................................................................................................................19
参考文献..........................................................................................................................................19
致 谢..........................................................................................................................................20
声 明..........................................................................................................................................21