資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
:::
網站導覽
|
首頁
|
關於本站
|
聯絡我們
|
國圖首頁
|
常見問題
|
操作說明
English
|
FB 專頁
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
(44.192.38.49) 您好!臺灣時間:2023/02/09 13:51
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
電子全文
紙本論文
論文連結
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
顧思捷
研究生(外文):
Ssu-Chien Ku
論文名稱:
資源受限裝置之WSMIL多媒體串流機制
論文名稱(外文):
WSMIL-based Multimedia Steaming Mechanism for resource-constrained devices
指導教授:
鄭憲宗
指導教授(外文):
Sheng-Tzong Cheng
學位類別:
碩士
校院名稱:
國立成功大學
系所名稱:
資訊工程學系碩博士班
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2002
畢業學年度:
90
語文別:
英文
論文頁數:
54
中文關鍵詞:
資源受限裝置
、
多媒體串流
外文關鍵詞:
resource-constrained
、
WSMIL
、
RTP
、
multimedia streaming
、
HTTP
相關次數:
被引用:0
點閱:329
評分:
下載:48
書目收藏:1
近年內,網際網路已經十分普及,由學校拓展到整個社會。它已經完全改變現代人擷取資訊的方式,以往我們會看報紙查詢電影場次與時間、排隊買火車預售票、看氣象報導了解天氣,時至今日,大部分的人都會將這些工作透過網路完成。隨著無線區域網路與第三代行動電話技術的成熟,全方面上網的時代必將達成,透過手機或是手持型電腦(PDA),使用者不需透過桌上型電腦便可以與網際網路資訊交流。
在無線區域網路中,使用者可以透過PDA與無線網路卡和網路聯繫。PDA具有輕便與行動化的特性,使用者可透過輕巧的PDA與適當的瀏覽器瀏覽網頁。相對地,為了增加行動性所減少的體積與重量,同時也減低了PDA的功能,PDA的中央處理器與記憶體大小相較於桌上型電腦大幅下降,這種情況再瀏覽一般HTML網頁時尚不明顯,但如果使用者要在PDA端瀏覽含括影片(video)物件的SMIL網頁便會產生許多問題。讀取XHTML網頁時,PDA可將整個網頁中相關的圖片、文字、動畫下載至記憶體之後播放,但在SMIL中,影片物件的容量並不允許PDA如此。此時便必須使用串流(streaming)技術。
使用串流的方式,瀏覽端可在下載多媒體檔案的同時播放此多媒體檔案。串流技術可分為兩種,一為HTTP串流,一為RTP串流。HTTP串流是目前最廣為接受的串流技術,但是它的設計是以一般電腦特性制定,並未考慮到如PDA之類資源受限的裝置。
本論文針對串流技術做詳盡的介紹,說明HTTP串流的限制為何?與RTP串流相比優劣處為何?如何修改HTTP串流技術,使得PDA等資源受限的裝置上可以瀏覽多媒體?此外,根據所提出的串流技術,我們更實做出了一個跨平台的WSMIL瀏覽器,論文中將針對此瀏覽器的發展環境、專案架構、各多媒體類別與核心類別的功能用法與相互間的關係做詳盡的介紹。透過此WSMIL瀏覽器與WSMIL proxy,使用者便可在PDA端透過無線網路瀏覽多媒體。
In resent years, Internet is quite popular in schools or even the whole society. It changed the way people collect the information now. In the past, we check the timetable for the movies、wait in a line to buy the advance booking train tickets、get the information about weather from the weather reports on TV, however, now these jobs could be done on the Internet. Since the technique of wireless LAN and 3G is getting more complete, the era of omnifarious application of Internet is coming. Users can exchange information on the Internet through cellular phones or PDA without using desktops.
In wireless LAN, users get on the Internet through PDA and wireless network card. PDA has the feature of lightness and mobility; by using it and an appropriate browser, users can browse websites on the net. However, in order to increase the mobility of PDA, it’s necessary to eliminate the size and the weight of it. Under this condition, the function of PDA is decreased. Compared to those of desktops, the CPU speed and RAM size of PDA are deducted. Though it would not be noticed while users are browsing general HTML websites, problems occur while users use PDA to browse SMIL website which contain video objects. While browsing XHTML websites, PDA downloads the photos, words, flashes on the website to RAM and then display them. However, because of the size of the video objects on the SMIL websites, PDA is not allowed to do so while users are browsing SMIL websites. Under this circumstance, the streaming technique is what we need.
By using the tech of streaming, the browser side downloads the multimedia file and displays it at the same time. The tech of streaming can be divided into two types. One is HTTP streaming; another is RTP streaming. HTTP streaming is the most widespread one but it is designed to fit the general PCs. It is not under consideration to use HTTP streaming on resource-constrained devices, such as PDA.
This thesis will focus on the tech of streaming and provide an explicit description of the streaming tech. We will also discuss the restriction on HTTP streaming; the comparison between RTP streaming; how to modify the tech of HTTP streaming to be used on PDA or other resource-constrained devices? In addition, by applying the streaming tech we propose here, we implement WSMIL browser which can cross platform. In this thesis, we illustrated the developing environment for this browser, architecture of project, an explicit introduction of multimedia classes and kernel classes, the function and usage of them and the relation between each other. By applying WSMIL browser and WSMIL proxy, users are enable to browse multimedia through wireless LAN on PDA.
Chapter 1 Introduction 01
Chapter 2 Background and related work 03
2.1 SMIL and WSMIL 03
2.1.1 SMIL 03
2.1.2 WSMIL 03
2.2 Embedded System 04
2.3 Transport layer protocol 05
2.3.1 TCP 05
2.3.2 UDP 06
2.4 802.11 06
2.4.1 MAC Layer 06
2.4.2 Physical Layer 07
2.5 Qt 08
2.5.1 Introduction 08
2.5.2 Widget 08
2.5.3 Qt ‘s architecture 09
2.5.4 Qt/E 10
2.6 UML 11
2.7 MPEG 12
Chapter 3 Multimedia Streaming Technology 15
3.1 Introduction of Multimedia Streaming 15
3.2 HTTP Streaming 15
3.2.1 What is HTTP? 16
3.2.2 What is HTTP Streaming? 16
3.2.3 Disadvantage of HTTP Streaming 17
3.3 RTP Streaming 17
3.3.1 What is RTP? 18
3.3.2 What is RTP Streaming? 18
3.3.3 Disadvantage of RTP Streaming 20
3.4 The Comparison between HTTP and RTP Streaming 19
3.5 WSMIL Streaming 21
3.5.1 What is WSMIL Streaming? 21
3.5.2 Messages in WSMIL Streaming 22
Chapter 4 Multimedia Streaming on WSMIL browsing system 25
4.1 Environment of WSMIL browsing system 25
4.1.1 Network topology 25
4.1.2 Characteristics of target devices of WSMIL browser 25
4.2 WSMIL-based Streaming Mechanism 26
4.2.1 Client-Initiated and Server-Initiated Streams 26
4.2.2 WSMIL-based Streaming Mechanism on resource-constrained device 26
Chapter 5 WSMIL Browser Architecture 33
5.1 Browser backbone 33
5.2 The Display Packet 36
5.2.1 Text Objects 37
5.2.2 Image Objects 38
5.2.3 Animation Objects 39
5.2.4 Video/Audio Objects 40
5.3 The Kernel Packet 44
5.3.1 WSMIL Parser 44
5.3.2 Interface Class 46
5.3.3 Synchronization Unit 48
5.4 WSMIL browser snapshot 48
Chapter 6 Conclusions 51
Reference 53
[1] Aaron Cohen and Thierry Michel, “Synchronized Multimedia Integration Language ( SMIL 2.0)”, August 2001,W3C
[2] 徐鼎青, “Design and Implementation of an Universal Multimedia Access Platform”, July 2001 .
[3] John Lombardo , “Embedded Linux” , New Riders , June 2001 。
[4] Compaq.”Handhold productivity iPAQ 3835 Pocket PC. Online” Available: http://athome.compaq.com/showroom/static/iPaq/3835.asp., March 2002 [Last visited].
[5] Andrew S. Tanenbaum , “Computer Networks”, Third edition , Prentice-Hall , 1996。
[6] ANSI / IEEE, “Information technology – Telecommunications and information exchange between systems – Local and metropolitan area networks – Specification requirement – Part 11:Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications”, ANSI/IEEE 802.11,1999 Edition.
[7]http://www.trolltech.com/products/qt/whitepaper/whitepaper.html
[8] Trolltech , http://www.trolltech.com/products/embedded/ 。
[9] http://www.sparxsystems.com.au/UML_Tutorial.htm
[10] Åsa Viken ,”Streaming: Past, Present and Future : An Investigation into the Synchronized Multimedia Integration Language 2.0 (SMIL 2.0)”, May 2001
[11]R. Fielding, " Hypertext Transfer Protocol -- HTTP/1.1 ", RFC 2068, January 1997.
[12]Schulzrinne, H., "Real Time Streaming Protocol (RTSP)", RFC1890, January 1996.
[13]Schulzrinne, H., " RTP: A Transport Protocol for Real-Time Applications", RFC 1889, January 1996.
[14] Claude-Joachim Hamann, “On the Quantitative Specification of Jotter Constrained Periodic Streams”, in: Proc. MASCOT’97, 5th Int. Workshop on Modeling, Analysis, and Simulation of Computer and Telecommunication System (Haifa, Israel, Jan, 1997).
[15] http://heroinewarrior.com/libmpeg3.php3
[16] http://doc.trolltech.com/2.3/xml-dom.html
[17] http://www.w3.org/DOM/.
[18] 呂冠宏, “SMIL-Based Wireless Multimedia Gateway Architecture And Platform”,國立成功大學資訊工程研究所碩士論文July, 2002.
[19] http://www.nokia.com/mms/what_is_mms.html
電子全文
國圖紙本論文
連結至畢業學校之論文網頁
點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
行動串流傳輸策略
2.
基於雲端運算之網路通訊監察分析系統之研製
3.
多媒體串流系統中服務遷徒之設計與實現
4.
QoS-basedVOD視訊系統之實作
1.
盧雪梅(民87)。實作評量的應許、難題與挑戰。教育資料與研究,20,1-5。
2.
廖釗概、蕭筱青(民89)。網路學習社群在國小體育教學上應用的初探。教學科技與媒體,50,12-19。
3.
邱貴發(民87)。網路世界中的學習:理念與發展。教育研究資訊,6卷1期,20-27。
1.
以SMIL為基礎之無線多媒體閘道器與系統平台
2.
以軟/硬體共同設計方式在SoC發展平台上實現MP3多媒體系統
3.
以軟/硬體共同設計方式在SOC發展平台上實現JPEG多媒體系統
4.
具調適功能之物件式多媒體內容轉換器設計與實作
5.
多媒體診療助理系統
6.
以MPEG-21數位媒體物件與XML建構多媒體框架
7.
差異性服務網路架構下具可調性的平滑式封包標記之多媒體傳輸策略
8.
使用XML簽章之行動商務系統設計與實現
9.
基於802.11b及StrongARM之無線影音播放器
10.
無線行動網路上之即時視訊音訊串流機制與其應用
11.
利用JavaCard設計實現有效的MPEG-4多媒體保護
12.
MPEG—4多媒體串流系統研究與實作
13.
線上體育多媒體評量系統之研究與開發(以國中課程排球基本動作為例)
14.
多媒體醫療資訊儲存及傳輸的安全性研究
15.
利用累增資訊之影片分割演算法
簡易查詢
|
進階查詢
|
熱門排行
|
我的研究室