§ 瀏覽學位論文書目資料
  
系統識別號 U0002-1605201314401000
DOI 10.6846/TKU.2013.00500
論文名稱(中文) H.264/AVC 遠端高畫質醫療影像串流系統
論文名稱(英文) Remote High-Quality Medical Media Streaming System with H.264/AVC
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 101
學期 2
出版年 102
研究生(中文) 梁家瑋
研究生(英文) Jia-Wei Liang
學號 600410855
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2013-06-07
論文頁數 73頁
口試委員 指導教授 - 黃連進
委員 - 陳裕賢
委員 - 陳伯榮
委員 - 黃連進
關鍵字(中) VLC
無損串流
H.264
關鍵字(英) VLC
Lossless Streaming
H.264
第三語言關鍵字
學科別分類
中文摘要
台灣的事故發生比率年年都降不下去,天天都能在路上看到救護車的身影。台灣現今的救護車體系,救護車上並無醫師陪同,每當民眾呼叫救護車等待時間十分的長,很容易延誤病情。
救護車上面有很多救護儀器,患者心跳、血壓等生命徵兆監測畫面,若能將儀器畫面利用機器擷取同時搭配患者傷處畫面傳回醫院,讓醫師第一時間判斷,並可即時遠端下達指示用藥,或是告知救護人員該如何處理傷處,這將達到十分關鍵的作用,搶得急救先機。
本論文的概念是基於以上問題,利用VLC Media Player和其API設計無損串流以及高畫質串流,使得醫師能夠遠端觀看救護車上之儀器影像以及傷患狀況,判斷處置行為,期望縮短救護車運送病患的時程。
英文摘要
Accident ratio every year do not fall down in Taiwan, every day, to see an ambulance on the road usually. Taiwan's ambulance system, the doctor is not in the ambulance above, whenever people call an ambulance waiting time is very long, it is easy to delay treatment.
Ambulance with a lot of ambulance equipment, the patient's heart rate, blood pressure and other vital signs monitoring screen, if the instrument screen using the machine to retrieve the screen returns to the hospital with patients wound, so the physician first time judge, instant remote treatment, or inform the ambulance technician how to rescue,which will reach a very crucial role to take the preemptive opportunities.
In system, the concept is based on the above issues, VLC Media Player and its API design lossless streaming and high-definition streaming, so that physicians have to remote Watch ambulance instrument images as well as the injury situation to determine disposal behavior expectations shortenambulances transporting patients schedule.
第三語言摘要
論文目次
目錄
第一章 緒論 1
1-1 研究動機與目的 1
1-2 實作概述 3
1-3 論文架構 5
第二章 系統硬體架構 6
2-1 GIGABYTE Mini ITX Motherboard 6
2-2 影像擷取卡Blackmagic Intensity Pro 7
第三章 系統軟體架構與相關技術探討 8
3-1 Linux作業系統 8
3-2 Syslinux 9
3-3 Busybox 9
3-4 VideoLan 10
3-4.1 串流傳輸概念 11
3-4.2 串流傳輸之技術 12
3-5 H.264/MPEG-4 AVC 14
3-5.1 H.264編碼器架構簡介 15
3-5.2 影像編碼的基本技術 16
3-5.3 Slice的編碼模式 22
3-5.4 x264 23
3-6 Lighttpd Web Server 23
3-7 VLC Streaming Server 使用軟體及技術 24
3-7.1 VLC Streaming Server之優點 24
3-7.2 VLC模組簡介 25
3-8 無損串流傳輸 26
第四章 系統環境建置與詳細設定 27
4-1 VLC Streaming Server作業環境建置 27
4-1.1 編譯Linux核心 27
4-1.2 利用Busybox建置根檔案文件 28
4-1.3 使用Syslinux製作開機裝置 31
4-2 建構VLC運行環境 34
4-3 影像擷取卡 35
4-3.1 影像擷取卡驅動程式編譯 35
4-3.2 影像擷取卡SDK介紹 37
4-4 VLC介紹 42
4-4.1 LibVLC介紹 43
4-4.2 LibVLC參數介紹 46
4-4.3 外掛模組-imem 50
4-4.4 高畫質串流設定 53
4-4.5 無損串流設定 53
第五章 整合系統功能 54
5-1 JavaScript網頁控制VLC播放器 54
5-2 系統啟動流程 56
第六章 系統成果展示 57
第七章 結論與未來研究方向 60
7-1 結論 60
7-2 未來研究方向 61
參考文獻 62
附錄A 英文論文 65

圖目錄
圖1 遠端高畫質醫療影像串流系統示意圖 2
圖2 VLC STREAMING SERVER使用平台-GIGABYTE MINI ITX H77N 6
圖3 BLACKMAGIC INTENSITY PRO高畫質影像擷取卡 7
圖4 VLC媒體格式支援表 10
圖5 串流傳輸示意圖 11
圖6 網路串流傳輸圖 12
圖7 H.264/AVC的分層架構 15
圖8 影片中之連續畫面 17
圖9 4X4 PIXELS表示圖 17
圖10 4X4 INTRA PREDICTION MODES 18
圖11 INTER PREDICTION MODES 19
圖12 H.264/AVC編碼流程 21
圖13 VLC跨平台示意圖 24
圖14 H.264編碼與解碼流程圖 26
圖15 H.264-LS無損壓縮流程圖 26
圖16 系統運行示意圖 33
圖17 LIBVLC組成架構圖 43
圖18 INTENSITY PRO 接口表示圖 56
圖19 CUBIEBOARD連接圖 57
圖20 程式偵測輸入來源示意圖 57
圖21 瀏覽器展示無損串流畫面 58
圖22 手機展示無損串流畫面 58
圖23 瀏覽器展示高畫質串流畫面 59

表目錄
表1 INTENSITY PRO詳細規格 7
表2 H.264失真比較表 26
表3 驅動程式各檔案功能說明表 35
表4 SDK各檔案功能說明表 37
表5 影像擷取卡模式對照表 38
表6 VLC各檔案功能說明表 42
表7 LIBVLC組成功能表 44
表8 VCODEC格式表 46
表9 ACODEC格式表 47
表10 VLC_IMEM_GET_CALLBACK參數說明表 52
表11 VLC_IMEM_RELEASE_CALLBACK參數說明表 52
參考文獻
[1] A. Koyama, J. Arai, S. Sasaki, and L. Barolli, "Design and Implementation of a Remote Medical-Care Supporting System," Proc. of the 1st International Conference on Complex, Intelligent and Software Intensive Systems (CISIS 2007), pp. 240-248, 2007.
[2] VLC Media Player,URL:http://www.videolan.org/vlc/
[3] Linux Kernel,URL:https://www.kernel.org/
[4] Syslinux - Bootloader for linux,URL:http://www.syslinux.org/wiki/index.php/The_Syslinux_Project
[5] Bootloader,URL:http://wikipps.hk/bootloader/
[6] Busybox - The Swiss Army Knife of Embedded Linux,URL:http://www.busybox.net/about.html
[7] Libav,URL:http://libav.org/
[8] J.Boyce, "Weight Prediction in the H.264/MPEG AVC Video Coding Standard," in Proc. ISCAS, vol. III, pp. 789-792, May 2004.
[9] A. Ksentini , M. Naimi and A. Gueroui  "Toward an improvement of H.264 video transmission over IEEE 802.11e through a cross-layer architecture",  IEEE Commun. Mag.,  vol. 44-1,  pp.107 -114 2006
[10] Lighttpd - fly light,URL:http://www.lighttpd.net/
[11] Html5、CSS3、Javascript,URL:http://www.w3schools.com/
[12] Ren, Zhikao, et al. "The Real Time Video Transmission System Based on H. 264." Web Information Systems and Mining, 2009. WISM 2009. International Conference on. IEEE, 2009.
[13] Mini-ITX,URL:http://en.wikipedia.org/wiki/Mini-ITX
[14] Dropbear SSH,URL:https://matt.ucc.asn.au/dropbear/dropbear.html
[15] BIOS,URL:http://zh.wikipedia.org/zh-tw/BIOS.
[16] Intensity Pro – Video Capture,URL:
http://www.blackmagicdesign.com/products/intensity/
[17] HDTV Resolution,URL:http://www.geek.com/hdtv-buyers-guide/resolution/
[18] VideoLan HOWTO,URL:http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi/linux/HOWTO/usr/HOWTO/VideoLAN-HOWTO.html
[19] 陳祜琦,”動態頻寬管理視訊串流伺服器”, 國立臺灣師範大學資訊工程研究所碩士論文,2008。
[20] X264 – Video Encoder,URL:http://x264.nl/
[21] H.264/AVC技術與應用簡介,影像與識別2007。
[22] T. Wiegand, G. J. Sullivan, G. Bjontegaard, and A. Luthra, Overview of the H.264/AVC video coding standard, IEEE Transactions on Circuits and Systems for Video Technology, vol. 13, no. 7, pp. 560-576, July 2003.
[23] Adibelli, Yusuf, Mustafa Parlak, and Ilker Hamzaoglu. "Computation and power reduction techniques for H. 264 intra prediction." Microprocessors and Microsystems 36.3 (2012): 205-214.
[24] I. E. G. Richardson, H.264 and MPEG-4 Video Compression: Video Coding for Next-generation Multimedia, John Wiley & Sons, 2003.
[25] 劉明松,”網路電視平台之H.264無失真壓縮設計”,國立成功大學電機工程學系,2007。
[26] 沈尚儒,“H.264AVC最近內框預測之無失真影像壓縮”,國立成功大學電機工程學系,2009。
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文立即公開
校外
同意授權
校外電子論文立即公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信