簡易檢索 / 詳目顯示

研究生: 梁永信
Yung-Shin Liang
論文名稱: 智慧型媒體系統與內容保護機制
Intelligent media system with IPMP control
指導教授: 陳建中
Jiann-Jone Chen
口試委員: 許新添
none
賴文能
none
陳芳祝
none
江政欽
none
學位類別: 碩士
Master
系所名稱: 電資學院 - 電機工程系
Department of Electrical Engineering
論文出版年: 2007
畢業學年度: 95
語文別: 中文
論文頁數: 74
中文關鍵詞: 數位權利管理系統憑證主從式系統JPEG-2000IPMP terminalAES
外文關鍵詞: digital rights management(DRM), license, server-client system, JPEG-2000, IPMP terminal, AES
相關次數: 點閱:195下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本論文實作數位權利管理系統,應用於即時影像串流的應用。本實作系統包含一個憑證伺服器、媒體伺服器及多個IPMP使用者終端機。本系統整合JPEG-2000影像壓縮技術、AES加密標準及區塊重組的內容加密方法,實作出一個主從式的數位權利管理系統。當使用者發出媒體內容存取要求,憑證伺服器根據使用者的憑證,設定用戶端的JPEG-2000解碼器參數,決定用戶所能播放的解析度及品質。並傳送相應的解碼工具程式給使用者端,依照授權的內容來解碼。在即時影像傳輸的過程中,首先從Webcam上擷取CIF格式的影像,然後利用JPEG-2000編碼器進行編碼,接著以區塊重組的方法將壓縮過後的影像進行加密,最後影像透過UDP協定的方式傳送至用戶端。在使用者與伺服器資料交握的階段中,使用者登入的密碼及使用者的憑證皆會以AES來加密,並透過TCP協定的方式進行傳送。實驗結果顯示本論文有效的將IPMP終端、憑證伺服器與媒體中心整合,並提供即時的媒體縮放碼流服務。


    We have implemented the digital right management (DRM) system for real-time image streaming. It comprises one license server to identify user’s legal access rights and one media server to provide real-time scalable bitstream to the user IPMP terminal according to the authenticated access rule, i.e., resolution, frame rate or quality. In the handshaking process between a client and the server, the user’s password and user’s certificate will be encrypted with AES algorithm and send by TCP protocol. The media server adopts the JPEG2000 image coder to provide scalable image bitstream, for either off-line media files or on-line media sources, and uses the block-shuffling algorithm to perform content encryption. In our example, it capture images from a real-time webcam and perform encoding and encryption. Finally, it sends the protected image to client by UDP protocol. In words, we have implemented one DRM system that integrates IPMP terminal, license server and media server to provide real-time image streaming service.

    中文摘要 Ⅰ 英文摘要 Ⅱ 誌  謝 Ⅲ 目  錄 Ⅳ 圖表索引 Ⅶ 第一章 研究背景與文獻探討         1 1.1 研究背景               1 1.2 文獻探討              2  1.2.1 數位權利管理(DRM) 2   1.2.1.1 典型的DRM模型 2   1.2.1.2 參與的實體(Entities Involved) 3   1.2.1.3 權利模式(Rights Model) 4   1.2.1.4 MPEG-21 REL 5   1.2.1.5 內容描述 7  1.2.2 MPEG4 IPMP Extension 9   1.2.2.1 關鍵元素 9   1.2.2.2 IPMP Extension架構 11   1.2.2.3 IPMP Extension架構的優點 12  1.2.3 MPEG-21 13   1.2.3.1 基本觀念 13   1.2.3.2 UMA 14   1.2.3.3 Digital Item Adaptation (DIA) 15  1.2.4 JPEG-2000 16   1.2.4.1 前置處理 16   1.2.4.2 核心運算 18   1.2.4.3 Scalability of JPEG-2000 21  1.2.5 Advanced Encryption Standard 22   1.2.5.1 ByteSub 23   1.2.5.2 ShiftRow 25   1.2.5.3 MixColumn 26   1.2.5.4 AddRoundKey 26   1.2.5.5 Key Expansion 27 1.3 研究方法概述 28 第二章 智慧型媒體系統 29 2.1 系統架構 29 2.2 數位媒體內容的包裝與傳送 30  2.2.1 JPEG-2000編碼參數的選擇 32  2.2.2 JPEG-2000內容加密方法 33  2.2.3 加密影像的傳送 37 2.3 安全傳輸機制 38  2.3.1 註冊階段 38  2.3.2 登入階段 39  2.3.3 傳送階段 41 第三章 系統實作 43 3.1 伺服器 43  3.1.1 數位權利管理伺服器 43   3.1.1.1 登入階段 44   3.1.1.2 驗證階段 44  3.1.2 串流媒體伺服器 45 3.2 影像處理 47  3.2.1 影像的擷取 48  3.2.2 影像的顯示 50  3.2.3 影像的編碼、加密及傳送 51 3.3 用戶端 52 3.4 實作結果 54  3.4.1 界面說明 54   3.4.1.1 數位權利管理程式 54   3.4.1.2 串流媒體程式 54   3.4.1.3 用戶端程式 55  3.4.2 結果展示 56 第四章 結論及未來發展 61 4.1 結論 61 4.2 未來研究方向 63 參考文獻 65

    [1] S. R Subramanya,. and B. K. Yi, “Digital Rights Managements,” IEEE Potentials, vol. 25, Issue 2, pp. 31–34, March-April 2006.
    [2] The MPEG-21 Rights Expression Language - A White Paper., http://www.xrml.org/reference/MPEG21_REL_whitepaper_Rightscom.pdf, reference date June 2007.
    [3] Qiong Liu, Reihaneh Safavi-Naini and Nicholas Paul Sheppard, “Digital Rights Management for Content Distribution,” Proceedings of the Australasian information security workshop conference on ACSW frontiers 2003, vol. 21, pp. 49-58, 2003.
    [4] Heng Guo, “Digital Rights Management (DRM) Using XrML,” http://www.tml.hut.fi/Studies/T-110.501/2001/papers/guo.heng.pdf, reference date June 2007.
    [5] Renato Iannella, “Digital Rights Management (DRM) Architectures,” D-Lib Magazine, 2001
    [6] Xin Wang, “MPEG-21 Rights Expression Language: enabling interoperable digital rights management,” IEEE MultiMedia, vol. 11, Issue 4, pp. 84-87, Oct.-Dec. 2004.
    [7] MPEG-21, Information Technology, Multimedia Framework, “Part 2: Digital Item Declaration,” ISO/IEC 21000-2:2003, March 2003.
    [8] Robin Cover, MPEG-21 Part 2: Digital Item Declaration Language (DIDL), June 05, 2001.
    [9] Information Technology—Coding of Audio-Visual Material—Part 13: Intellectual Property Management and Protection Extensions, ISO/IEC 14496-13, 2003.
    [10] J. Bormans, J. Gelissen, and A. Perkis, “MPEG-21: The 21st century multimedia framework,” IEEE Signal Processing Mag., vol. 20, Issue 2, pp. 53-62, March 2003.
    [11] A. Skodras, C. Christopoulos, and T. Ebrahimi, “The JPEG 2000 still image compression standard,” IEEE Signal Processing Mag., vol. 18, Issue 5, pp. 36-58, Sept. 2001.
    [12] W. B. Pennebaker and J. L. Mitcell, JPEG: Still Image Data Compression Standard. New York: Van Nostrand Reinhold, 1993.
    [13] Core Experiment on Improving the Performance of the DCT: Results with the Visual Quantization Method, De-blocking Filter and Pre/Post Processing, ISO/IEC JTC1/SC29/WG1 N742, Mar. 1998.
    [14] B. E. Usevitch, “A tutorial on modern lossy wavelet image compression: Foundations of JPEG 2000,” IEEE Signal Processing Mag., vol. 18, pp. 22-35, Sept. 2001.
    [15] M. Antonini, M. Barlaud, P. Mathieu, and I. Daubechies, “Image coding using the wavelet transform,” IEEE Trans. Image Processing, pp. 205-220, Apr. 1992.
    [16] M. D. Adams and F. Kossentini, “Reversible integer-to-integer wavelet transforms for image compression: Performance evaluation and analysis,” IEEE Trans. Image Processing, vol. 9, pp. 1010-1024, June 2000.
    [17] D. Taubman, “High performance scalable image compression with EBCOT,” IEEE Trans. Image Processing, vol. 9, pp. 1158-1170, July 2000.
    [18] FIPS PUB 197: the official AES standard
    [19] T. Jamil, “The Rijndael algorithm,” IEEE Potentials, vol. 23, Issue 2, pp. 36–38, Apr-May 2004.
    [20] W. Chou, “Inside SSL: The Secure Sockets Layer Protocol,” IT Professional, vol.4, Issue 4, pp. 47-52, Jul-Aug 2002.
    [21] M. D. Adams and F. Kossentini, “JasPer: A software-based JPEG-2000 codec implementation,” Proc. of IEEE International Conference on Image Processing, Vancouver, BC, Canada, vol. 2, pp. 53–56, Oct. 2000.
    [22] W. Kinsner, “Compression and its metrics for multimedia,” Proc. of First IEEE. International Conference on Cognitive Informatics, pp. 107-121, 2002.
    [23] Microsoft Development Network, http:\\www.msdn.com
    [24] Douglas E. Comer and David L. Stevens, Internetworking with TCP/IP Client-Server Programming and Applications – Windows Sockets Version, vol.3, Prentice Hall, 1997.
    [25] Jeff Prosise, Programming Windows with MFC, 2/e, Microsoft, April 1999.

    無法下載圖示 全文公開日期 2011/07/17 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 2011/07/17 (國家圖書館:臺灣博碩士論文系統)
    QR CODE