博碩士論文 91532016 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:138 、訪客IP:18.224.59.231
姓名 余丁坤(Ting-Kuan Yu)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 SIP 多組對等多點式網路語音會議之設計與實作
(SIP P2P Multipoint Audio ConferencingDesign and Implementation)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器
★ 以IMS為基礎之及時語音影像通話引擎的實作:使用開放原始碼程式庫★ 電子書嵌入式開發: 客制化下載服務實作, 資料儲存管理設計
★ 於數位機上盒實現有效率訊框參照處理與多媒體詮釋資料感知的播放器設計★ 具數位安全性的電子書開發:有效率的更新模組與資料庫實作
★ 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發★ 在可攜式數位機上盒上設計並實作重配置的圖形使用者介面
★ Friendly GUI design and possibility support for E-book Reader based Android client★ Effective GUI Design and Memory Usage Management for Android-based Services
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 己有很多論文在討論如何利用SIP來實現網路媒體會議,但是大部分的設計都是利用網路會議伺服器的方式達成,也有一些是用使用者橋接方式。目前己看到的產品也是以這兩種為主。 另一種實現網路會議的方法即是使用對等式的網狀拓樸結構。相較於上述兩種方法,網狀拓樸結構並不需要會議伺服器或一會議參與者來扮演訊息橋接的角色。並且支援動態網路會議的建立及支持良好的移動性,在今日手持式可上網裝置普及的時代,實在合適於用此方法來實作網路會議。
MSIP [12] 提出了一個方法來為以SIP為基礎的網路會議建構一個網狀拓樸結構。而這方法也被PIMRC這個機構認可,並將被刊登在PIMRC 2004。這份論文的初始目的也就是為了改進MSIP並為這個方法實作出一網路會議的應用程式。
在這篇論文裏,MSIP將在設計的那一章節被分析及改進。改進後的版本命名為SPPMC。SPPMC不但改進原來的功能, 還增強之以支持同時啟動且運作多個網路會議。在實作的那一章節,實作的方法及系統架構也重點性的被描述。以SPPMC的方法完成的網路會議程式被命名為SMC-Media。這個程式支援了 multicast PCM 語音串流。 我們將程式的一些快取圖樣置於展示那一章節,用來說明會議的建立及參與的方法。頻寬消耗實測,包含利用UDP或TCP來傳送SIP信號,及會議建立耗時的實測也會被列舉出,以供參考。
摘要(英) Internet conferencing is a program for conference on Internet. Most SIP Internet conferencing use centralized conference server model, and some ones use end user mixing model for signaling. Respect to the above two models, mesh model has difference advantages. Every peer in mesh has the same capability to initial a conference session in dynamic without a conference server or a bridging endpoint. Besides, SIP supports mobility, the combination of mesh conference model and SIP is a suitable method to implement Internet conferencing for mobile handset devices.
MSIP had proposed a method, which creates a mesh topology SIP signaling, for Internet conferencing. Besides, this method will be presented on PIMRC 2004. This thesis is initialed for improving and implementing MSIP.
In this thesis, MSIP is analyzed and improved to support simultaneously creating multiple conference sessions. We call the improved method SPPMC. The improvements of MSIP, detail design of SPPMC, and system architecture for implementation are all listed in design sections and implementation section. A conferencing program, named SMC-Media, with multicast PCM audio stream is implemented. The snapshots of the program demonstrated for conference establishment scenario, and conference joining scenario, and the result of some measurements, including network bandwidth consuming and conference forming Time with TCP and UDP underling transport are described in demonstration section.
關鍵字(中) ★ P2P
★ Multipoint Conference
★ SIP
★ MSIP
關鍵字(英) ★ Multipoint Conference
★ P2P
★ MSIP
★ SIP
論文目次 Chapter 1 Introduction ………………………………………………………………...1
1.1 Internet Conferencing Consideration …………………………………….……1
1.2 Contribution of this thesis …………………….……………………………….3
Chapter 2 Related Works …………………………………………………….………..4
2.1 Internet Phone Call Processing Protocols…………………………….…….….4
2.2 Internet Multi-Media Conferencing for SIP….…………………….……….…5
2.2.1 Conference Control …………………………………………………..…6
2.2.2 Conference models…………….…………………………………….…..7
2.3 SIP Extension…...………………………………………………….………….9
Chapter 3 Protocol Design.............................................................................................10
3.1 MSIP Analysis and Improvement......................................................................10
3.2 SPPMC Design .................................................................................................11
3.3 SPPMC Signaling and Media Topology............................................................13
3.4 SPPMC Scenarios .……..………………….……………………….…...….....14
3.4.1 Conference Establishment …………………………………….………..14
3.4.2 Conference Joining...………….………….……….………………....….17
Chapter 4 Implementation …………………………….………………………....…...19
4.1 Implementation Model ……….……….…………….…..……………....……19
4.2 Program Architecture ………………………………………………………....20
4.3 Member Information Processing ……………………………………………..25
4.4 Audio Mixing………………….….………………………….………………..27
Chapter 5 Demonstrations & Results ……………………………………….……..…30
5.1 Unicast Audio Conference Establishment Scenario Demo …………..………31
5.2 Unicast Audio Conference Joining Scenario Demo ………………………….36
5.3 Multicast Audio Conference Establishment Scenario Demo .………………..37
5.4 Bandwidth and Time Consuming Measurements ……………………….……39.
5.4.1 Conference Forming Time Measurement……………………………….39
5.4.2 Network Bandwidth Consuming Measurement…………………………39
5.5 Network Bandwidth throughput estimate for RTP Audio stream……………..42
Chapter 6 Conclusion and discussion ………………………………………………...44
Chapter 7 Reference …………………………………………………………………..46
參考文獻 [1] Bormann, C., Kutscher, D., Ott, J., and Trossen, D. “Simple conference control protocol service specification.” Internet Draft, Internet Engineering Task Force, Mar. 2001.
[2] Elin Wedlund, and Schulzrinne, H. “Mobility support using SIP.” 1999
[3] Handley, M., and Jacobson, V. “SDP: session description protocol.” Request for Comments 2327, Internet Engineering Task Force, Apr. 1998.
[4] International Telecommunication Union, “Packet based multimedia communications system.” Recommendation H.323, Telecommunication Standardization Sector of ITU, Geneva, Switzerland, Feb. 1998.
[5] Kutscher, D., Ott, J., and Bormann, C. "Requirements for Session Description and Capability Negotiation." Internet Draft, draft-kutscher-mmusic-sdpng-req-01.txt, November 2000.
[6] Rosenberg, J., and Schulzrinne, H. “Models for multi party conferencing in SIP.” Internet Draft, draft-ietf-sipping-conferencing-models-00.txt, Nov. 2001.
[7] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, A., Peterson, J., Sparks, R., Handley, M. and Schooler, E. "SIP: Session Initiation Protocol.” RFC 3261, June 2002.
[8] Schulzrinne, H., Casner, S., Frederick, R., and Jacobson, V. “RTP: A Transport Protocol for Real-TimeApplications.” Request for Comments 3350, July 2003.
[9]Singh, K., Nair, G., and Schulzrinne, H. "Centralized Conferencing using SIP." Proc. of the 2nd IP-Telephony Workshop (IPTel'2001), April 2001.
[10] Rosenberg, J., and Schulzrinne, H. “Guidelines for Authors of Extensions to the Session Initiation Protocol (SIP).” Internet-Draft, draft-ietf-sip-guidelines-07.txt, Oct. 2003.
[11] Uyless Black. “Voice Over IP, Second Edition.” VoIP Gateways and IP Call Processing Protocols. New Jersey: Prentice-Hall, 2002. 187-218.
[12] Zhi-Hao Wu, and Hsiao-kuang Wu “Application Layer multipoint conference Using SIP.”, June 2003.
[13] http://www.cisco.com/en/US/products/hw/phones/ps379/ps1854/index.html
[14] http://www.vovida.org/
[15] http://www.4front-tech.com/opensound.html
[16] http://www.ntop.org/ntop.html
指導教授 吳曉光(Hsiao-kuang Wu) 審核日期 2004-7-16
推文 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聯絡  - 隱私權政策聲明