摘 要
随着计算机技术和 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 用户身份级别要求 1http://www.16sheji8.cn/
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 嵌入试视频播放 11http://www.16sheji8.cn/
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
1 引 言
1.1 课题背景
随着宽带网络系统的建成和发展,视频点播(Video On Demand,简称V0D)系统被广泛应用于在线电影点播、多媒体课件点播、图书馆视频资料查询等用途。视频点播是综合了计算机技术、通讯技术、电视技术而迅速兴起的一门综合性技术。它涉及到信息量巨大的音频和视频在网上传播的问题,网络是硬件条件,而流媒体技术则解决了如何在网络上传输动态的音视频节目的难题。
1.2 流媒体简介
流媒体是指传输及播放的流媒体文件,经过特殊的压缩方式分成一个个压缩包,由视频服务器向用户计算机连接、实时地传送,用户机不必等到整个文件全部下载完毕,仅需将起始几秒的数据先下载到本地的缓冲区中就可以开始播放,采用一边播放、一边下载、一边丢弃的方式,客户端的缓冲区建在内存中,不占用硬盘空间,不会在用户端留下任何拷贝,保护了知识产权,同时提高带宽利用率。流媒体技术是一个综合的技术,它包括采集、编码、传输、储存、解码等多技术。