博碩士論文 92523021 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:77 、訪客IP:3.141.19.105
姓名 張嘉祜(Chia-Hu Chang)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 視訊串流於盡力傳送式網路上之調適性平順化研究
(Adaptive Smoothing for Streaming Videos over Best-Effort Network)
相關論文
★ 基於區域權重之衛星影像超解析技術★ 延伸曝光曲線線性特性之調適性高動態範圍影像融合演算法
★ 實現於RISC架構之H.264視訊編碼複雜度控制★ 基於卷積遞迴神經網路之構音異常評估技術
★ 具有元學習分類權重轉移網路生成遮罩於少樣本圖像分割技術★ 具有注意力機制之隱式表示於影像重建 三維人體模型
★ 使用對抗式圖形神經網路之物件偵測張榮★ 基於弱監督式學習可變形模型之三維人臉重建
★ 以非監督式表徵分離學習之邊緣運算裝置低延遲樂曲中人聲轉換架構★ 基於序列至序列模型之 FMCW雷達估計人體姿勢
★ 基於多層次注意力機制之單目相機語意場景補全技術★ 基於時序卷積網路之單FMCW雷達應用於非接觸式即時生命特徵監控
★ 視訊隨選網路上的視訊訊務描述與管理★ 基於線性預測編碼及音框基頻週期同步之高品質語音變換技術
★ 基於藉語音再取樣萃取共振峰變化之聲調調整技術★ 即時細緻可調性視訊在無線區域網路下之傳輸效率最佳化研究
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著寬頻網路的普及與多媒體壓縮技術的成熟,多媒體資料透過網路傳輸的相關應用日趨豐富。而不用等待多媒體資料的完整下載便可以即時播放的串流技術是目前視訊傳輸的發展趨勢。但由於目前的網際網路大都是盡力傳送式的環境,其變動的可用頻寬和網路的延遲變異等問題,均對具有叢集特性的視訊訊務其接收品質造成嚴重的影響。此外,在多媒體網路應用的蓬勃發展下,非TCP的資料流在網路中將佔有極大的比例;然而非TCP資料流大都不具有壅塞控制的特性,勢必造成TCP資料流的可用頻寬枯竭,進而癱瘓整個網路。
在本論文中,根據上述問題提出一套在盡力傳送式網路下,具有調適性平順化傳輸機制的端點對端點視訊串流傳輸系統。本系統分為兩部分:視訊串流傳輸平順化機制與對TCP友善的傳輸率控制機制。本論文針對此兩個機制進行整合,首先根據初始的網路狀況、可用的緩衝區資源以及視訊訊務的特性,規劃視訊流量平順化的傳輸排程,並在一定的視訊接收品質保障下,利用對TCP友善的傳輸率控制機制,適時地反應網路壅塞情況予視訊傳輸平順化機制,進一步動態地調整平順化的傳輸排程以符合目前的網路現況,提高視訊接收品質。模擬結果顯示,在盡力傳送式的網路環境下,當平均可用頻寬約等於視訊所需的平均傳輸率時,可將原本僅使用TFRC的線上視訊串流其5.67%的封包丟棄率降至0.91%。
摘要(英) With the technology advances in multimedia compression and Internet, multimedia applications deliveried over Internet are dramatically boosted. Curently, real-time streaming without waiting for complete downloads is the trend of video delivery. However, it is very difficult to allocate resources effectively due to the bursty nature of video traffic. The impact of variable available bandwidth and network delay, which results from a best-effort network such as today’s Internet, may degrade the received video quality drastically. Besides, these multimedia streaming applications generally utilize the UDP protocol that does not provide the congestion control. This may lead to congestion collapse and starvation of TCP traffic in the Internet.
Therefore, this thesis proposes an end-to-end adaptive video streaming system by integrating the TCP-Friendly Rate Control (TFRC) with the video traffic smoothing algorithm. The proposed framework can adaptively adjust the smoothing transmission schedule to ensure the smooth delivery quality for different real-time and pre-stored video streams with low quality degradation. The adaptation is based on the current network condition, the available resources and the characteristics of video traffic. Simulation results show that, when the average available bandwidth is close to the video target encoding rate, the proposed system can effectively reduce the total packet loss rate of online video streaming from 5.67% to 0.91% compared with traditional TFRC solution.
關鍵字(中) ★ 盡力傳送式網路
★ 視訊串流
★ 調適性平順化
關鍵字(英) ★ best-effort network
★ video streaming
★ adaptive smoothing
論文目次 目錄 IV
附圖索引 VII
附表索引 XII
第1章 緒論 1
1.1 研究背景與動機 1
1.2 相關研究 3
1.3 提出之機制與主要貢獻 6
1.4 論文架構 7
第2章 IP網路上的即時視訊串流介紹 8
2.1 MPEG-4視訊壓縮技術 9
2.1.1 MPEG-4視訊編碼原理 10
2.1.2 MPEG-4編碼特點分析 16
2.1.3 MPEG-4視訊封裝方法 22
2.2 即時視訊串流傳輸技術 25
2.2.1 即時視訊串流傳輸架構 26
2.2.2 即時視訊串流傳輸協定 28
2.2.3 即時視訊串流遇到的問題 34
2.3 視訊串流平順化傳輸技術 37
2.3.1 視訊訊務平順傳輸模型 39
2.3.2 離線平順化演算法 42
2.3.3 線上平順化演算法 44
第3章 對TCP友善的傳輸率控制 48
3.1 TCP 流量模型 49
3.1.1 RTT和重送逾時值的量測 51
3.1.2 遺失事件率的估測 52
3.2 TFRC的行為模式 54
3.3 TFRC的效能與問題分析 56
第4章 調適性視訊串流平順化演化法 63
4.1 視訊串流經網路傳輸後的狀況分析 63
4.1.1 伺服端與用戶端的傳送接收時序差異分析 66
4.2 因應網路延遲環境的平順化演算法 68
4.2.1 改良式離線平順化演算法 69
4.2.2 改良式線上平順化演算法 73
4.2.3 參數影響的分析與討論 76
4.3 整合TFRC的調適性視訊串流平順伺服器 80
4.3.1 系統架構 80
4.3.2 服務品質監控器與回報訊息分類 81
4.3.3 狀態追蹤與傳輸調節機制 84
第5章 實驗結果與討論 92
5.1 模擬環境架構說明 92
5.1.1 模擬用之視訊序列統計資料說明 93
5.1.2 網路模擬環境說明及其參數設定 95
5.1.3 評比標準定義說明 95
5.2 使用TFRC機制的視訊串流分析 97
5.2.1 使用TFRC機制的離線視訊串流 98
5.2.2 使用TFRC機制的線上視訊串流 101
5.3 調適性平順伺服器效能 102
5.3.1 離線視訊串流的調適性平順化傳輸分析 103
5.3.2 線上視訊串流的調適性平順化傳輸分析 107
第6章 結論與未來工作 115
參考文獻 117
附錄A 其他數據資料 120
參考文獻 [1] S. Sen, J. L. Rexford, J. K. Dey, J. F. Kurose and D. F. Towsley, “Online Smoothing of Variable-Bit-Rate Streaming Video,” IEEE Transactions on Multimedia, vol. 2, no. 1, pp. 37–48, Mar. 2000.
[2] D. Loguinov and H. Radha, “Effects of Channel Delays on Underflow Events of Compressed Video Over the Internet,” IEEE ICIP, Sep. 2002.
[3] J. Widmer, R. Denda, M. Mauve, “A survey on TCP-friendly congestion control,” Network, IEEE , Vol. 15 , no. 3 , pp. 28–37, May-June 2001.
[4] R. Rejaie, M. Handley, and D. Estrin, “Rap: An End-to-End Rate-Based Congestion Control Mechanism for Realtime Streams in the Internet,” Proc. IEEE INFOCOM, Mar. 1999.
[5] J. Padhye, D. Kurose, and R. Towsley, “A model based TCP-friendly ratecontrol protocol,” Proc. Int’l. Wksp. Network and Op. Sys. Support for Digital Audio and Video, Jun. 1999.
[6] S. Floyd et al., “Equation-based Congestion Control for Unicast Applications,”Proc. ACM SIGCOMM, Stockholm, Sweden, Aug. 2000, pp. 43–56
[7] S. Floyd, M. Handley, J. Padhye and J. Widmer, “Equation-Based Congestion Control for Unicast Applications: the Extended Version”, ICSI tech report TR-00-03, Mar. 2000.
[8] J. Vieron, C. Guillemot, “Real-time constrained TCP-compatible rate control for video over the Internet,” IEEE Trans. Multimedia, Vol. 6, no. 4, pp. 634–646, Aug. 2004.
[9] J. Feng, K.T. Lo, “A simple hierarchical traffic model for VBR MPEG video,” Performance, Computing and Communications, IPCCC '98., IEEE International, no. 16-18, pp.147–153, Feb. 1998.
[10] K. Chandra, A.R. Reibman, “Modeling one- and two-layer variable bit rate video,” IEEE/ACM Trans. Networking, Vol. 7, no. 3, pp.398–413, Jun. 1999.
[11] W.-C. Feng, J. Rexford, “Performance evaluation of smoothing algorithms for transmitting prerecorded variable-bit-rate video,” IEEE Trans. Multimedia, Vol. 1, no. 3, pp.302–312, Sep. 1999.
[12] W. Feng, F. Jahanian, and S. Sechrest, “Optimal buffering for the delivery of compressed prerecorded video,” ACM Multimedia Syst. J., pp. 297–309, Sep. 1997.
[13] J. D. Salehi, Z.-L. Zhang, J. F. Kurose, and D. Towsley, “Supporting stored video: Reducing rate variability and end-to-end resource requirements through optimal smoothing,” IEEE/ACM Trans. Networking, vol. 6, pp. 397–410, Aug. 1998.
[14] ISO/IEC JTC1/SC29/WG11, “MPEG-4 Video Verification Model version 18.0,” N3908, Jan. 2001.
[15] ISO/IEC JTC1/SC29/WG11, “Text of ISO/IEC 14496-2: 2001/COR2,” N5158, Oct. 2002.
[16] T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, “Overview of the H.264/AVC video coding standard,” IEEE Trans. Circuits Syst. Video Technol., vol. 13, Jul. 2003.
[17] J. L. Mitchell, W. B. Pennebaker, C. E. Fogg, and D. J. LeGall, MPEG Video Compression Standard, Chapman & Hall, 1997.
[18] R. Talluri, “Error-Resilient Video Coding in the ISO MPEG-4 Standard,” IEEE Commun. Mag., vol. 36, no. 6, pp. 112–119, Jul. 1998.
[19] D. Wu, Y.T. Hou, W. Zhu, T.H. Chiang, Y.Q. Zhang and H.J. Chao, “On end-to-end architecture for transporting MPEG-4 video over the Internet,” Circuits and Systems for Video Technology, IEEE Transactions, vol. 10, pp. 923–941, Sep. 2000.
[20] F.L. Leannec and G.M. Guillemot, “Error Resilient Video Transmission Over the Internet,” in SPIE Proceeding Visual Communications and Image Processing (VCIP’99), Jan. 1999.
[21] T. Turletti and C. Huitema, “RTP payload format for H.261 video streams,” RFC 2032, Oct. 1996.
[22] C. Zhu, “RTP payload format for H.263 video streams,” RFC 2190, Sep. 1997.
[23] Y. Kikuchi, T. Nomura, S. Fukunaga, Y. Matsui, H. Kimata, “RTP Payload Format for MPEG-4 Audio/Visual Streams,” RFC 3016, Nov. 2000.
[24] ISO/IEC 14496-8 Information technology – Coding of audio-visual objects – Part 8: Carriage of ISO/IEC 14496 contents over IP networks, 2001.
[25] RTP: A Transport Protocol for Real-Time Applications, RFC 1889, Jan. 1996.
[26] RTSP: Real Time Streaming Protocol, RFC 2326, IETF 1998.
[27] SDP: Session Description Protocol, RFC 2327, IETF 1998.
[28] S. Floyd and K. Fall, “Promoting the Use of End-to-end Congestion Control in the Internet,” IEEE/ACM Trans. Net., vol. 7, no. 4, pp. 458–472, Aug. 1999.
[29] J. Widmer, “Equation-based Congestion Control,” Feb. 2000, Diploma Thesis.
[30] J. Padhye et al., “Modeling TCP Reno Performance: A Simple Model and Its Empirical Validation,” IEEE/ACM Trans. Net., vol. 8, no. 2, pp. 133–145, Apr. 2000.
[31] Paxson V. and M. Allman, “Computing TCP’s Retransmission Timer,” RFC 2988, Nov. 2000.
[32] J. Rexford, S. Sen, J. Dey, W. Feng, J. Kurose, J. Stankovic, and D. Towsely, “Online smoothing of live, variable-bit-rate video,” in Proc. Workshop on Network and Operating System Support for Digital Audio and Video, pp. 235–243, May 1997.
[33] UCB/LBNL/VIANT. (1998) Network Simulator – NS (version 2).
指導教授 張寶基(Pao-Chi Chang) 審核日期 2005-7-9
推文 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聯絡  - 隱私權政策聲明