資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
:::
網站導覽
|
首頁
|
關於本站
|
聯絡我們
|
國圖首頁
|
常見問題
|
操作說明
English
|
FB 專頁
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
(216.73.216.134) 您好!臺灣時間:2025/11/14 05:26
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
紙本論文
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
邱盈創
研究生(外文):
Ying-Chuang Chiou
論文名稱:
基於RTSP之負載分散伺服器及達爾文伺服器之MPEG-2TS支援
論文名稱(外文):
A Load Distributed Server based on RTSP and The MPEG-2 TS Support in DSS
指導教授:
陳文進
指導教授(外文):
Wen-Chin Chen
學位類別:
碩士
校院名稱:
國立臺灣大學
系所名稱:
資訊工程學研究所
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2007
畢業學年度:
95
語文別:
中文
論文頁數:
19
中文關鍵詞:
達爾文串流伺服器
、
串流伺服器
、
RTSP
、
MPEG-2 TS
外文關鍵詞:
Darwin Streaming Server
、
DSS
、
MPEG-2 TS
、
Streaming Server
、
RTSP
相關次數:
被引用:
1
點閱:441
評分:
下載:0
書目收藏:0
由於硬體的限制,使得線上串流服務單一伺服器有其服務人數的上限,所以往往
需要由許多機器來做負載的分散,提高單一時間能服務的人數能夠滿足使用者的
人數。而本篇論文基於RTSP的標準實做一負載分散伺服器,透過RTSP中所定義
的“303 See Other”來做導向,希望提供一個結構鬆散的伺服器群來提高視訊串流
服務的延展性(scalability),並透過伺服器狀態監控(monitor)來增加系統服務的可
靠性,同時在有聰明的客戶端程式的支援下,也可以結合不同類型的伺服器來組
成這個結構鬆散的伺服器群。
此外我們也提供了在Darwin Streaming Server中的MPEG-2 TS支援,讓目前
內容供應商擁有的影音資源可以直接經由Darwin Streaming Server來進行隨選視
訊串流的服務,而不需要經過繁雜的轉檔程序,讓使用者與系統供應商各蒙其
利。
Because the limitations of hardware, a streaming server has the limitation of its
service. In order to provide the scalability, the system provider must build a group
of large servers to serve the customers. This thesis provides the implementation of
a load distributed server based on RTSP. In this system, the master server uses the
“303 See Other” response in RTSP to redirect the clients. Using the mechanism, we
provide a loose architecture for scalable. We also add a monitoring mechanism to
make the system reliable. If this system collaborates with smart clients, it can also
group the variant servers as our loose architecture of servers.
Additionally we make the Darwin Streaming Server can process the MPEG-2
TS file and streaming it. The benefit is to accelerate the clip online. Because the
the multimedia owned by content providers are MPEG-2 TS, the system provider
can immediately use those files without transcoding.
論文口試委員審定書 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
誌謝 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii
中文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
英文摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
表目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii
圖目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
1 簡介 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 相關研究 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1 Darwin Streaming Server . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.1 Darwin Streaming Server的系統架構 . . . . . . . . . . . . . . 2
2.1.2 Core Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.3 Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1.4 QTSSAdminModule . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 RTSP、RTCP、RTP、以及SDP . . . . . . . . . . . . . . . . . . . . 5
2.2.1 RTSP(Real Time Streaming Protocol) . . . . . . . . . . . . . 6
2.2.2 RTP(Real-time Transport Protocol) . . . . . . . . . . . . . . 7
2.2.3 RTCP(Real Time Control Protocol) . . . . . . . . . . . . . . 7
2.2.4 SDP(Session Description Protocol) . . . . . . . . . . . . . . . 8
2.3 MPEG-2 TS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3 系統架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.1 Redirecting System . . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.2 MPEG-2 TS Support . . . . . . . . . . . . . . . . . . . . . . . 10
3.2 Redirecting System . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.2.1 Redirecting Procedure . . . . . . . . . . . . . . . . . . . . . . 12
3.2.2 Server Status Reporter . . . . . . . . . . . . . . . . . . . . . . 13
3.2.3 Server Status Monitor Task . . . . . . . . . . . . . . . . . . . 13
3.2.4 Target Server Selection . . . . . . . . . . . . . . . . . . . . . . 14
3.3 MPEG-2 TS Support . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.3.1 Open File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.3.2 Send the Packets . . . . . . . . . . . . . . . . . . . . . . . . . 16
4 結論與未來展望 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
結論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
4.1
未來展望
4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
參考文獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
附錄一:PostgreSQL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
[1] Ming-Xiang Fu. Improving video on demand applications. Master’s thesis, Na-
tional Taiwan University, 2006.
[2] PostgreSQL Global Development Group. PostgreSQL. PostgreSQL Global De-
velopment Group, 2007.
[3] R. Frederick H. Schulzrinne, S. Casner. RTP: A Transport Protocol for Real-
Time Applications. Audio-Video Transport Working Group, 2003.
[4] R. Lanphier H. Schulzrinne, A. Rao. Real Time Streaming Protocol (RTSP).
Network Working Group, 1998.
[5] Apple Computer Inc. QuickTime Streaming Server Modules Programming Guide,
2005.
[6] C. Perkins M. Handley, V. Jacobson. SDP: Session Description Protocol. Net-
work Working Group, 2006.
[7] Wikipedia. MPEG-2. Wikipedia, 2007.
[8] Wikipedia. Wikipedia. Wikipedia, 2007.
國圖紙本論文
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
數位學習隨選視訊伺服器之研究
1.
24.林欽榮,〈都市更新在新竹的歷史任務:新竹模式眷改〉,《建築師》,2001年11月。
2.
16.黃勝雄,〈族群、社會文化與空間意涵〉,《思與言》,第34卷第3期,頁185~240,1996年9月。
3.
23.劉珩,〈左營眷村述記〉,《高市文獻》,頁1~8,2001年9月。
4.
20.柯茂榮,〈台灣省都市再發展-論軍眷村改建過程及展望〉,《工程》,頁16~33,1996年11月。
5.
18.鍾麗娜,〈關懷國土資源-探究國軍老舊眷村改建條例闖關的大震撼(下)〉,人與地,頁51-55,1996年6月。
6.
17.鍾麗娜,〈關懷國土資源-探究國軍老舊眷村改建條例闖關的大震撼(上)〉,《人與地》,頁32-36,1996年4月。
7.
13.王明珂,〈集體歷史記憶與族群認同〉,《當代》,91期,頁6~18,1993年11月。
8.
6.呂玉瑕,〈社會變遷中台灣婦女之事業觀:婦女角色意識與就業態度的探討〉,《中央研究院民族學研究所集刊》,50期,頁25~65,1980年。
9.
5.劉毅夫,〈徐蚌會戰與首都淪陷〉,《傳記文學》,第35卷第1期,206號,頁106~110,1979年。
10.
4.吳翊麟,〈隨遷計-民國三十八年外交部撤退來台經過〉,《傳記文學》,第12卷第1期,116號,頁35~38,1972年1月。
1.
臺灣小說中民間信仰書寫特色之研究──以九○年代後八本小說為觀察對象
2.
慢性胰臟炎的臨床研究與基因分析
3.
卡拉比-丘定理
4.
應用於寬頻接收機之CMOS高速關鍵零組件
5.
金融開放與總體經濟波動
6.
電影發行者的時間決策分析
7.
以甘油醛-3-磷酸脫氫酶基因啟動子研究美白菇轉形系統
8.
消費者之兩階段偏誤修正行為:偏誤定義與修正執行
9.
硫酸錳催化靛藍法測氨之研究
10.
債務清理法制之研究
11.
台灣扁柏皮部之化學成份研究
12.
工程專案決標標單與施工計畫及採購計畫資訊整合之研究
13.
Ribavirin增強干擾素α抗C型肝炎病毒作用之機轉
14.
精神分裂症患者之自殺行為與執行功能反應抑制缺失
15.
自組織特徵映射網路於戴奧辛指紋比對之應用
簡易查詢
|
進階查詢
|
熱門排行
|
我的研究室