视频点播系统 学位论文.doc
文本预览下载声明
摘要
随着计算机网络的广泛普及,宽带VOD视频点播技术因良好的人机交互性和流媒体传输技术备受娱乐行业的青睐。
在校大学生除了利用Internet获得各种学习资料、网购以及其他功能,也少不了放松休闲,在此主要面向在校大学生开发学校自己的视频点播系统,当然校外用户也可以注册、登录、访问本网站,共享农大Movie资源进行视频在线观看。
本篇论文讲解了利用Microsoft Visual Studio和SQL Server等开发环境,HTML和C#相结合,利用ASP.NET技术开发视频播放系统。此系统的设计包括:1)用户信息管理;2)电影管理;3)注册、登录功能;4)播放功能;5)其他功能(如上传、下载、评论等)。
系统在局域网的基础上模拟基于Web的视频点播,实现了用户信息管理,电影的添加、删除、更改和查找功能和在线播放功能。
关键词:视频点播 ASP.NET 流媒体
Abstract
With the popularization of computer network, broadband VOD video on demand technology because of its good human-computer interaction and streaming media transmission technology is in favor of the entertainment industry.
College students in addition to using Internet to obtain a variety of learning materials, various kinds of online shopping can live function, little also not to relax, this is mainly for the video on demand system of college students develop their course outside school, users can also register, login, access to the web site, online video viewing Nongda Movie resource sharing.
This paper is to explain the use of Microsoft Visual Studio and SQL Server development environment, HTML and C# combined with ASP.NET technology development, video playback system. Including the design of this system: 1) the user information management; 2) movie management; 3) registration, login function; 4) playing function; 5) other functions (such as upload, download, etc).
The system simulation based on Web video on demand based on the local area network, to achieve the user information management, add, delete, change the film and search functions and online play function.
Keywords: video on demand ASP.NET streaming media
目录
摘要 2
1绪论 4
1.1选题目的和意义 5
1.2国内外研究概况 5
1.2.1技术可行性研究 5
1.2.2经济可行性研究 5
2.视频点播系统和开发技术环境介绍 5
2.1视频点播系统简介 6
2.2HTML简介 7
2.3CSS简介 7
2.4JSP技术简介? 7
2.5SQL 2005? 7
3.系统的分析与设计 8
3.1需求分析 8
3.1.1可行性分析 8
3.1.2系统功能分析 8
3.2总体设计 9
3.2.1视频点播系统逻辑结构设计 9
3.2.2 系统模块图 10
3.2.3 用户注册模块设计 11
3.2.4用户登录模块设计 11
3.2.5管理模块的设计 12
3.2.6用户模块的设计 12
3.3系统详细的设计 13
3
显示全部