博碩士論文 101523041 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:18 、訪客IP:18.191.228.88
姓名 吳政樺(Cheng-hua Wu)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 即時影像串流自適應播放系統之研究
(A Study of Adaptive Media Playout System for Live Video Streaming)
相關論文
★ 利用智慧天線系統實現精準室內定位技術★ 電力線通訊之競爭存取與路由方法設計與實現
★ 設計與實作基於GRAPES函式庫之P2P即時串流系統★ 利用離散餘弦基礎之聲音浮水印達到室內定位技術
★ 利用虛擬指紋建置法之智慧型天線系統實現精準室內定位技術★ 利用模糊邏輯控制器於蜂巢式網路降低位置管理機制成本
★ 基於支持向量機及模糊推理之地震預警系統研製★ 基於行動裝置之分散式多人會議系統
★ 以分群為基礎之3D無線與光學網路晶片頻道存取方法★ 基於收前先聽LBR機制之授權型輔助接入LAA架構下於異質網路中暴露節點之研究
★ 支援跳頻之IEEE 802.15.4 ZigBee無線隨身網路機制設計與實現★ 應用於IEEE 802.16行動無線都會網路省電模式參數設定之智慧策略
★ IEEE 802.15.4 ZigBee 無線隨身網路高效能路由演算法分析與設計★ 應用於IEEE 802.16無線寬頻都會網路之具調適性自動重傳請求回報機制
★ 無線感測網路為基礎之空間平面圖自動建構之技術★ 隨機指定埠號對稱式網址轉換器穿透之研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 中文摘要
因為現今行動裝置的普及以及無線網路的進步,網路頻寬的提升,影音串流服務在行動裝置上的應用越來越多,人們可以在任何時間、任何地點使用行動裝置流暢地觀看自己喜愛的影音串流服務。影音串流服務在應用上分為影音即時串流及隨選影音串流,影音即時串流是將當下的影音內容以最即時的傳輸速度送到使用者的行動裝置上,此類型常見的應用包括視訊對話、即時監控系統及網路直播串流。
影音即時串流在有其他封包流量的網路環境下會遇到網路延遲與抖動(Jitter)的問題,資料封包傳送到目的地會有不固定時間的延遲。這問題會降低使用者的使用經驗。在聲音串流中,大多會用資料流量控制與抖動緩衝區來解決網路延遲與抖動的問題。影像串流龐大的資料量容易被網路延遲與抖動造成影像資料流量不穩定且無法預測,另外,因為編碼與應用上的關係,並不能隨意遺失或丟棄封包,所以影像串流對於網路延遲與抖動的問題與聲音串流的處理方式所有不同。
自適應多媒體播放機制是解決影像串流抖動問題的方法之一,它依據緩衝區的狀態去控制影像的播放速率。因為這個機制存在著即時性的問題,所以它並不適合使用在及時影像串流中。
本論文提出了一個專門應用於即時影像串流的自適應多媒體播放系統,系統在自適應多媒體播放機制中使用了以抖動情形為基礎的播放控制演算法來增進及時影像串流的表現。這個機制同時考量了流暢與即時性兩個要素。另外,我們將這套系統實作於行動平台上來驗證我們的系統在現實環境中的能力。實驗結果表示出該系統有著更穩定、更流暢且不失即時性的能力。
摘要(英) ABSTRACT
Multimedia streaming applications have been increasing because wireless network such as Wi-Fi, 3G, and LTE have been rapidly growing. More and more people use wireless networks to watch streaming programs on their mobile platform. They can choose to watch their favorite streaming programs anytime. Multimedia streaming has two main services: live multimedia streaming and on-demand multimedia streaming. Live multimedia streaming will deliver the multimedia content as soon as possible in order to let users watch the real-time content. Nowadays using live multimedia streaming such as video call, surveillance system and live broadcast are common.
Network delay and jitter constrained smoothing for live multimedia streaming. These problems reduce the quality of the multimedia experience. Most of audio streaming systems use rate control mechanisms to control data rate or use jitter buffer to solve jitter problems. The video frame arrival rate is unstable and unpredictable. Besides, the video packets dropping are restricted by video codec and application. Thus, the solutions of video streaming system and audio streaming system for network delay and jitter problems are different.
Adaptive media playout (AMP) mechanism, which is one of the solutions for the video streaming jitter problem, controls the video playout rate depends on the status of its jitter buffer. The mechanism has the timeliness problem, so the mechanism is not suitable for live video streaming systems.
In this thesis, we proposed an adaptive media playout system adapted specially for live video streaming. The system puts jitter-based playout control algorithm in our AMP mechanism for improving the performance of live video streaming systems. The mechanism considers both smoothness and timeliness. In addition, we implement the system on mobile platforms in order to demonstrate the performance of our system in reality. Experimental results show that our system is more stable, smoother, and keeps the timeliness.
關鍵字(中) ★ 抖動
★ 播放系統
★ 即時影像串流
★ 行動平台
關鍵字(英) ★ Jitter
★ Playout System
★ Live Video Streaming
★ Mobile Platform
論文目次 中文摘要 i
ABSTRACT ii
CONTENTS iv
LIST OF FIGURES v
1. INTRODUCTION 1
2. RELATED WORKS 4
2-1 Best-Effort Playout 4
2-2 Linear Slowdown and Speedup 4
2-3 AMP with multiple thresholds 5
3. ADAPTIVE MEDIA PLAYOUT SYSTEM FOR LIVE VIDEO STREAMING 8
3-1 System architecture 8
3-2 Jitter-based playout control algorithm 9
4. EXPERIMENTAL RESULTS AND ANALYSIS 13
4-1 Experimental setup 13
4-2 Fixed location test 14
4-3 Moving test 18
5. CONCLUSIONS 21
6. REFERENCES 22
參考文獻 REFERENCES
[1] James F. Kurose and Keith W. Ross, “Computer Networking: A Top-Down Approach,” Fifth Edition, Addison Wesley, 2009, ISBN: 0-13-607967-9.
[2] ITU-T G.107, ”The E-model: a computational model for use in transmission planning,” 2011.
[3] Mukundan Venkataraman and Mainak Chatterjee, ”Inferring Video QoE in Real Time,” Network, IEEE, vol. 25, no. 1, pp. 4-13, 2011.
[4] Sunil Madhani, Samarth H. Shah, and Alberto Gutierrez, “Optimized Adaptive Jitter Buffer Design for Wireless Internet Telephony,” Proceedings of IEEE Global Telecommunications Conference (GLOBECOM 2007), pp. 5248-5253, 2007.
[5] Jing Zhu, R. Vannithamby, C. Rodbro, Mingyu Chen, and S. Vang Andersen, ”Improving QoE for Skype Video Call in Mobile Broadband Network,” Proceedings of IEEE Global Telecommunications Conference (GLOBECOM 2012), pp. 1938-1943, 2012.
[6] Gustave Anderson, George D. Sworo, and Moshe Kam, ”Adaptive Control Algorithm for Networked Multimedia Applications,” Proceedings of IEEE Information Sciences and Systems, pp. 1-5, 2013.
[7] Ngozi V. Uti and Richard Fox, ”Improving Delivery Rate for Real-Time Mobile Streaming Video,” Proceedings of IEEE Tools with Artificial Intelligence, pp. 49-53, 2009.
[8] Maria C. Yuang, Shih T. Liang, Yu G. Oen, and Chi L. Shen, ”Dynamic Video Playout Smoothing Method for Multimedia Applications,” Proceedings of IEEE ICC/SUPERCOMM ′96 - International Conference on Communications, pp. 23-27, 1996.
[9] Nikolaos Laoutaris and Ioannis Stavrakakis, ”Adaptive Playout Strategies for Packet Video Receivers with Finite Buffer Capacity,” Proceedings of IEEE International Conference on Communications, pp. 969-973, 2001.
[10] M. Li, T. W. Lin, and S. H. Cheng, “Arrival process-controlled adaptive media playout with multiple thresholds for video streaming,” Multimedia Systems, vol.18, no. 5, pp. 391-407, 2012.
指導教授 許獻聰(Shiann-tsong Sheu) 審核日期 2014-12-17
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明