在線視頻點播系統(tǒng).doc
約53頁DOC格式手機(jī)打開展開
在線視頻點播系統(tǒng),本論文包含的圈套跑論文資料,包含外文資料翻譯及其他附錄內(nèi)容,共計53頁,近4萬余字。摘 要隨著計算機(jī)技術(shù)和internet的日新月異,寬帶vod視頻點播技術(shù)因良好的人機(jī)交互性和流媒體傳輸技術(shù)倍受教育、娛樂等行業(yè)青睞。這里結(jié)合平臺開發(fā)實例,闡述了基于web的交互式視頻點播系統(tǒng)的協(xié)議原理、軟件結(jié)構(gòu)和設(shè)計實...
內(nèi)容介紹
此文檔由會員 bshhty 發(fā)布
本論文包含在線視頻點播系統(tǒng)的圈套跑論文資料,包含外文資料翻譯及其他附錄內(nèi)容,
共計53頁,近4萬余字。
摘 要
隨著計算機(jī)技術(shù)和INTERNET的日新月異,寬帶VOD視頻點播技術(shù)因良好的人機(jī)交互性和流媒體傳輸技術(shù)倍受教育、娛樂等行業(yè)青睞。這里結(jié)合平臺開發(fā)實例,闡述了基于WEB的交互式視頻點播系統(tǒng)的協(xié)議原理、軟件結(jié)構(gòu)和設(shè)計實現(xiàn)。
本視頻點播系統(tǒng)根據(jù)流媒體傳輸原理,在校園局域網(wǎng)的基礎(chǔ)上模擬基于WEB的視頻點播系統(tǒng),實現(xiàn)用戶信息管理、視頻文件的添加、刪除、修改及在線播放和搜索功能。由于本系統(tǒng)是一個小型系統(tǒng),所以我們采用基本的SQL數(shù)據(jù)庫,易于實現(xiàn)。具體實現(xiàn)中將HTML、ASP.NET及JAVASCRIPT完美融合,力求界面美觀、操作流暢。
本文主要論述服務(wù)器端視頻服務(wù)平臺的搭建、管理功能的具體實現(xiàn),并在此基礎(chǔ)上對網(wǎng)絡(luò)優(yōu)化作相應(yīng)的探索。
關(guān)鍵詞 流媒體;SQL SERVER;ASP.NET;視頻點播
Abstract
Along with computer network with Internet change for each passing day , broadband VOD video on demand technology because of its good human-computer interaction and streaming media transmission technical get the favours of profession such as education and amusement.In this paper, I elaborate systematic principle of the protocol, software structure and design realization based on Web interactive video of demand with combining ASP.NET platform development instances.
According to the streaming media transmission principle ,This video on demand system imitates video on demand system based on the Web , realizes that users’information management and the functions of adding and deleting , modifing ,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 ,So we use the basic ACCESS database which is easy to realize.In specific ealization , I fuse HTML, ASP and Javascript perfectly ,try my best to make the interface beautiful , operate smoothly.
This paper discuss mainly about the video service platform put up to build , the specific realization of nagement function, and make corresponding explore for network optimization on this foundation.
Keywords Streaming media SQL Server ASP.NET video on demand
目 錄
摘 要 I
ABSTRACT II
目 錄 III
第1章 緒論 1
1.1 視頻點播簡介 1
1.1.1 視頻點播的含義 1
1.2 可行性分析 1
1.2.1 市場可行性分析 1
1.2.2 技術(shù)可行性分析 2
1.2.3 經(jīng)濟(jì)可行性分析 2
1.3 系統(tǒng)目標(biāo) 3
1.4 小 結(jié) 3
第2章 系統(tǒng)開發(fā)工具及開發(fā)平臺 4
2.1 系統(tǒng)開發(fā)平臺 4
2.2 數(shù)據(jù)庫平臺 5
2.3 系統(tǒng)運(yùn)行環(huán)境 6
2.3.1 軟件運(yùn)行平臺 6
2.3.2 硬件運(yùn)行平臺 6
2.4 小結(jié) 7
第3章 系統(tǒng)分析 8
3.1 系統(tǒng)基本情況描述 8
3.2 系統(tǒng)數(shù)據(jù)流分析 8
3.3 系統(tǒng)流程 10
3.3.1 業(yè)務(wù)流程分析 10
3.3.2 系統(tǒng)數(shù)據(jù)實體及關(guān)系分析 11
3.4 系統(tǒng)的技術(shù)要求 13
3.5 小結(jié) 14
第4章 系統(tǒng)設(shè)計 15
4.1 系統(tǒng)功能設(shè)計 15
4.2 系統(tǒng)數(shù)據(jù)結(jié)構(gòu)設(shè)計 17
4.3 系統(tǒng)安全設(shè)計 19
4.4 小結(jié) 19
第5章 系統(tǒng)詳細(xì)設(shè)計 20
5.1 會員服務(wù)模塊 20
5.1.1 系統(tǒng)主界面 20
5.1.2 會員注冊 21
5.1.3 系統(tǒng)登陸 21
5.1.4 用戶服務(wù) 22
5.1.5 影片詳細(xì)信息顯示 23
5.1.6 影片播放 24
5.2 管理員模塊 24
5.2.1 影片添加 24
5.2.2 編輯影片 25
5.2.3 用戶管理 26
5.2.4 評論管理 27
5.2.5 消息管理 28
5.3 小結(jié) 28
第6章 視頻點播系統(tǒng)的應(yīng)用與測試 29
6.1 測試方法 29
6.2 系統(tǒng)功能測試 29
6.3 小結(jié) 30
總 結(jié) 31
致 謝 33
參考文獻(xiàn) 34
附錄1 36
附錄2 45
參考文獻(xiàn)
[1] Scott Stanfield, Ralph Arvesen. Visual C++開發(fā)人員指南[M].北京:機(jī)械
1一業(yè)出版 社 , 1998.
[2] Danny Ayers. Java服務(wù)器高級編程[M].北京:機(jī)械工業(yè)出版社,2001[3] SUN公司,KJSP 1. 2規(guī)范》.
[4] 李仲,顧澤月,唐耀. Premier。實用教程[M].北京:人民郵電出版社,1999.
[5] 劉衛(wèi)忠,墻威等.實時VOD系統(tǒng)的調(diào)度策略[J].計算機(jī)工程與應(yīng)用,2000, (11)
[6] 冒東奎,馮曉鑫,景永俊.以RM和ASF流媒體文件格式在局域網(wǎng)實現(xiàn)影視點
播[J].
[7] 朱晴波,周剛,陳道蓄.VOD服務(wù)器中共享1/0流的關(guān)鍵技術(shù)CJ].計算機(jī)工程
與應(yīng)用,2002,( 14)
[8] 榮波,周旗.VOD系統(tǒng)中QoS管理的框架結(jié)構(gòu)與對象模型[J],計算機(jī)工程與
應(yīng)用200 0, (8)
[9] 鄭仁祥.VOD系統(tǒng)中信道調(diào)度問題綜述[J].東北大學(xué)學(xué)報(自然科學(xué)版)2002,
(6)
[10] 胡飛,朱耀庭.Internet視頻點播差錯控制[J].計算機(jī)研究與發(fā)展2002, (1)
[11] 陳文周.基于以太網(wǎng)實現(xiàn)VOD的方法研究〔J].電視技術(shù),2002, (3).
[12] KLee,J.B.Kwon,and R.Y.Yeom. Exploiting caching for realtime multimedia systems. In Proe. of sixth IEEE International Conference on Multimedia Computing and Systems, Florence, Italy, 1999.To be appeared.
[13] Dan and D. Sitaram. Buffer management policy for an on-demand video server. Technical Report RC 19347, IBM T.J Watson Research Center, 1994.
[14] W Tavanapong, Kien A. Hua, and J. Wang. A framework for supporting previewing and VC R operations in a low bandwidth environment. In ACM Conference on Multi media Systems:3 03^-312,Seattle, U.S.A.,November 1997.
[15] W.Feng,F .Jahanian,a ndS .Sechreat.P roviding VRC functionalityina constant quality video on-demand transportations ervice.k Procofte IEEEIn t' 1 C onf.o n Multimedia Systems'9 6,H iroshima, Japan,J une 1996.
[16] T .S .C hua,J. L i,B .C .O oi,a ndK .L .T an. Disks ripings trategyf orl arge video on-demand servers. In the 4th ACM International Multimedia Confer ence:297^-306,Boston,MA,USA,November1996.
[17] T. Ng and R.Dilek. Statistical modeling and buffer allocation for mpeg Streams.InS .“.Chung editor, Multimedia Information Storage and Management, chapter 6 :1 47- 162.KluwerAcademicPublishing, 1996.
[18] H .M. Vi n,P .Go yal,an dA .Go yal.A statistical admission control algorithm for multimedia servers. In Proe,f A CM如ltimedia:33-40, San Francisco, Oc to ber ,1994.
[19] JL.Gao,Z .L. Zhang ,and D .Towsley, "Catching and selective catching Efficient latency reduction techniques for delivering continuous multimedia strea ms ,” in 7thA CM Int I.M ultimediaC onf. (ACMM ultimedia’99):2 03一20 6, 1999.
[20] P .L. Silsbee, A .C. Bovik, D .C hen, "Visual Pattern Image Sequence Coding",IEE E Transactions on Circuits and Systems for Video Technology, Vol.3, No .4 :2 91--301,A ugust 1993.
[21] J .H .D. M. Westerink ,C .Teunissen, "Perceiveds harpness in moving i mages",SPIE H u man Vision and Electronic Imaging :Models, Methods, and Appli cations,V ol.1249:78^ -87, 1990.
[22] J .Su n, JZ depski," Error Concealment Strategy for Picture-header Loss i n M PEG Com pressed Video",SPIE H igh-Speed Networking and Multimedia Computing, Vo l218 8:14.o-152, 199
共計53頁,近4萬余字。
摘 要
隨著計算機(jī)技術(shù)和INTERNET的日新月異,寬帶VOD視頻點播技術(shù)因良好的人機(jī)交互性和流媒體傳輸技術(shù)倍受教育、娛樂等行業(yè)青睞。這里結(jié)合平臺開發(fā)實例,闡述了基于WEB的交互式視頻點播系統(tǒng)的協(xié)議原理、軟件結(jié)構(gòu)和設(shè)計實現(xiàn)。
本視頻點播系統(tǒng)根據(jù)流媒體傳輸原理,在校園局域網(wǎng)的基礎(chǔ)上模擬基于WEB的視頻點播系統(tǒng),實現(xiàn)用戶信息管理、視頻文件的添加、刪除、修改及在線播放和搜索功能。由于本系統(tǒng)是一個小型系統(tǒng),所以我們采用基本的SQL數(shù)據(jù)庫,易于實現(xiàn)。具體實現(xiàn)中將HTML、ASP.NET及JAVASCRIPT完美融合,力求界面美觀、操作流暢。
本文主要論述服務(wù)器端視頻服務(wù)平臺的搭建、管理功能的具體實現(xiàn),并在此基礎(chǔ)上對網(wǎng)絡(luò)優(yōu)化作相應(yīng)的探索。
關(guān)鍵詞 流媒體;SQL SERVER;ASP.NET;視頻點播
Abstract
Along with computer network with Internet change for each passing day , broadband VOD video on demand technology because of its good human-computer interaction and streaming media transmission technical get the favours of profession such as education and amusement.In this paper, I elaborate systematic principle of the protocol, software structure and design realization based on Web interactive video of demand with combining ASP.NET platform development instances.
According to the streaming media transmission principle ,This video on demand system imitates video on demand system based on the Web , realizes that users’information management and the functions of adding and deleting , modifing ,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 ,So we use the basic ACCESS database which is easy to realize.In specific ealization , I fuse HTML, ASP and Javascript perfectly ,try my best to make the interface beautiful , operate smoothly.
This paper discuss mainly about the video service platform put up to build , the specific realization of nagement function, and make corresponding explore for network optimization on this foundation.
Keywords Streaming media SQL Server ASP.NET video on demand
目 錄
摘 要 I
ABSTRACT II
目 錄 III
第1章 緒論 1
1.1 視頻點播簡介 1
1.1.1 視頻點播的含義 1
1.2 可行性分析 1
1.2.1 市場可行性分析 1
1.2.2 技術(shù)可行性分析 2
1.2.3 經(jīng)濟(jì)可行性分析 2
1.3 系統(tǒng)目標(biāo) 3
1.4 小 結(jié) 3
第2章 系統(tǒng)開發(fā)工具及開發(fā)平臺 4
2.1 系統(tǒng)開發(fā)平臺 4
2.2 數(shù)據(jù)庫平臺 5
2.3 系統(tǒng)運(yùn)行環(huán)境 6
2.3.1 軟件運(yùn)行平臺 6
2.3.2 硬件運(yùn)行平臺 6
2.4 小結(jié) 7
第3章 系統(tǒng)分析 8
3.1 系統(tǒng)基本情況描述 8
3.2 系統(tǒng)數(shù)據(jù)流分析 8
3.3 系統(tǒng)流程 10
3.3.1 業(yè)務(wù)流程分析 10
3.3.2 系統(tǒng)數(shù)據(jù)實體及關(guān)系分析 11
3.4 系統(tǒng)的技術(shù)要求 13
3.5 小結(jié) 14
第4章 系統(tǒng)設(shè)計 15
4.1 系統(tǒng)功能設(shè)計 15
4.2 系統(tǒng)數(shù)據(jù)結(jié)構(gòu)設(shè)計 17
4.3 系統(tǒng)安全設(shè)計 19
4.4 小結(jié) 19
第5章 系統(tǒng)詳細(xì)設(shè)計 20
5.1 會員服務(wù)模塊 20
5.1.1 系統(tǒng)主界面 20
5.1.2 會員注冊 21
5.1.3 系統(tǒng)登陸 21
5.1.4 用戶服務(wù) 22
5.1.5 影片詳細(xì)信息顯示 23
5.1.6 影片播放 24
5.2 管理員模塊 24
5.2.1 影片添加 24
5.2.2 編輯影片 25
5.2.3 用戶管理 26
5.2.4 評論管理 27
5.2.5 消息管理 28
5.3 小結(jié) 28
第6章 視頻點播系統(tǒng)的應(yīng)用與測試 29
6.1 測試方法 29
6.2 系統(tǒng)功能測試 29
6.3 小結(jié) 30
總 結(jié) 31
致 謝 33
參考文獻(xiàn) 34
附錄1 36
附錄2 45
參考文獻(xiàn)
[1] Scott Stanfield, Ralph Arvesen. Visual C++開發(fā)人員指南[M].北京:機(jī)械
1一業(yè)出版 社 , 1998.
[2] Danny Ayers. Java服務(wù)器高級編程[M].北京:機(jī)械工業(yè)出版社,2001[3] SUN公司,KJSP 1. 2規(guī)范》.
[4] 李仲,顧澤月,唐耀. Premier。實用教程[M].北京:人民郵電出版社,1999.
[5] 劉衛(wèi)忠,墻威等.實時VOD系統(tǒng)的調(diào)度策略[J].計算機(jī)工程與應(yīng)用,2000, (11)
[6] 冒東奎,馮曉鑫,景永俊.以RM和ASF流媒體文件格式在局域網(wǎng)實現(xiàn)影視點
播[J].
[7] 朱晴波,周剛,陳道蓄.VOD服務(wù)器中共享1/0流的關(guān)鍵技術(shù)CJ].計算機(jī)工程
與應(yīng)用,2002,( 14)
[8] 榮波,周旗.VOD系統(tǒng)中QoS管理的框架結(jié)構(gòu)與對象模型[J],計算機(jī)工程與
應(yīng)用200 0, (8)
[9] 鄭仁祥.VOD系統(tǒng)中信道調(diào)度問題綜述[J].東北大學(xué)學(xué)報(自然科學(xué)版)2002,
(6)
[10] 胡飛,朱耀庭.Internet視頻點播差錯控制[J].計算機(jī)研究與發(fā)展2002, (1)
[11] 陳文周.基于以太網(wǎng)實現(xiàn)VOD的方法研究〔J].電視技術(shù),2002, (3).
[12] KLee,J.B.Kwon,and R.Y.Yeom. Exploiting caching for realtime multimedia systems. In Proe. of sixth IEEE International Conference on Multimedia Computing and Systems, Florence, Italy, 1999.To be appeared.
[13] Dan and D. Sitaram. Buffer management policy for an on-demand video server. Technical Report RC 19347, IBM T.J Watson Research Center, 1994.
[14] W Tavanapong, Kien A. Hua, and J. Wang. A framework for supporting previewing and VC R operations in a low bandwidth environment. In ACM Conference on Multi media Systems:3 03^-312,Seattle, U.S.A.,November 1997.
[15] W.Feng,F .Jahanian,a ndS .Sechreat.P roviding VRC functionalityina constant quality video on-demand transportations ervice.k Procofte IEEEIn t' 1 C onf.o n Multimedia Systems'9 6,H iroshima, Japan,J une 1996.
[16] T .S .C hua,J. L i,B .C .O oi,a ndK .L .T an. Disks ripings trategyf orl arge video on-demand servers. In the 4th ACM International Multimedia Confer ence:297^-306,Boston,MA,USA,November1996.
[17] T. Ng and R.Dilek. Statistical modeling and buffer allocation for mpeg Streams.InS .“.Chung editor, Multimedia Information Storage and Management, chapter 6 :1 47- 162.KluwerAcademicPublishing, 1996.
[18] H .M. Vi n,P .Go yal,an dA .Go yal.A statistical admission control algorithm for multimedia servers. In Proe,f A CM如ltimedia:33-40, San Francisco, Oc to ber ,1994.
[19] JL.Gao,Z .L. Zhang ,and D .Towsley, "Catching and selective catching Efficient latency reduction techniques for delivering continuous multimedia strea ms ,” in 7thA CM Int I.M ultimediaC onf. (ACMM ultimedia’99):2 03一20 6, 1999.
[20] P .L. Silsbee, A .C. Bovik, D .C hen, "Visual Pattern Image Sequence Coding",IEE E Transactions on Circuits and Systems for Video Technology, Vol.3, No .4 :2 91--301,A ugust 1993.
[21] J .H .D. M. Westerink ,C .Teunissen, "Perceiveds harpness in moving i mages",SPIE H u man Vision and Electronic Imaging :Models, Methods, and Appli cations,V ol.1249:78^ -87, 1990.
[22] J .Su n, JZ depski," Error Concealment Strategy for Picture-header Loss i n M PEG Com pressed Video",SPIE H igh-Speed Networking and Multimedia Computing, Vo l218 8:14.o-152, 199