基于Android的視訊終端
本文關(guān)鍵詞:基于Android的視訊終端 出處:《吉林大學(xué)》2013年碩士論文 論文類型:學(xué)位論文
更多相關(guān)文章: Android 視訊終端 網(wǎng)絡(luò)通信 文件廣播 音視頻編碼傳輸
【摘要】:嵌入式系統(tǒng)的快速發(fā)展,使其逐漸開(kāi)始取代原有工控機(jī)在應(yīng)用領(lǐng)域的地位。相比傳統(tǒng)工控機(jī),嵌入式電子產(chǎn)品具有低功耗、體積小、成本更低的特點(diǎn),且隨著硬件工藝的快速發(fā)展,處理能力已經(jīng)逐漸接近甚至超過(guò)一些傳統(tǒng)工控機(jī)的水平。在人機(jī)交互界面領(lǐng)域,基于Android系統(tǒng)的嵌入式電子產(chǎn)品具有更好的親和力和適應(yīng)性。系統(tǒng)自身對(duì)互聯(lián)網(wǎng)多種協(xié)議的支持使得產(chǎn)品已經(jīng)可以適應(yīng)各種網(wǎng)絡(luò)通訊任務(wù)。使用Java編寫(xiě)的應(yīng)用軟件通用性強(qiáng),功能強(qiáng)大,研發(fā)周期較短,為本文中介紹的視訊終端的研發(fā)提供了充足的條件。 文章結(jié)合小區(qū)視訊終端為應(yīng)用背景,主要提供了解決小區(qū)中信息公告、信息采集、用戶視頻交流等問(wèn)題的方案,力求達(dá)到便民、快速、有效的特點(diǎn)。使用基于Android系統(tǒng)的平板電腦作為顯示和輸入設(shè)備,根據(jù)一個(gè)省級(jí)重點(diǎn)項(xiàng)目的需求,,詳細(xì)介紹了一個(gè)小區(qū)視訊播報(bào)軟件系統(tǒng)的總體架構(gòu),分析了實(shí)現(xiàn)該系統(tǒng)所需要的一些Java編碼知識(shí)和用到的一些編解碼算法。根據(jù)項(xiàng)目具體要求給出了實(shí)現(xiàn)所需功能的具體方案:在文本廣播方面,介紹了在Android下使用UDP廣播方式發(fā)送消息和顯示消息的方法,另外簡(jiǎn)單介紹了使用Android中自帶的SQLite數(shù)據(jù)庫(kù)對(duì)過(guò)往信息的存儲(chǔ)和查詢;在文件廣播方面,在分析傳統(tǒng)傳輸協(xié)議的同時(shí),提出了一種基于FTP協(xié)議的主動(dòng)請(qǐng)求文件的文件廣播方式;在音頻傳輸方面,介紹了在Java下移植音頻編解碼庫(kù)的方法;在視頻通訊方面,介紹了使用硬編碼方式獲取視頻信息的配置方式以及獲取視頻幀的方法,并基于UDP協(xié)議打包進(jìn)行網(wǎng)絡(luò)傳輸。分析了打包的原則和可能遇到的問(wèn)題,給出了實(shí)現(xiàn)方案。最后將以上幾個(gè)方面的內(nèi)容用一個(gè)主應(yīng)用界面結(jié)合,形成一個(gè)綜合了以上所有功能的應(yīng)用軟件。 文章中根據(jù)提出的解決方案設(shè)計(jì)了一套完整的視訊播報(bào)系統(tǒng),包括平板電腦使用的視訊播報(bào)軟件和上位機(jī)服務(wù)器使用的管理軟件兩部分內(nèi)容,在數(shù)臺(tái)基于Android系統(tǒng)的平板電腦上作了運(yùn)行測(cè)試,測(cè)試效果良好,驗(yàn)證了系統(tǒng)的可行性。文章結(jié)尾提出了系統(tǒng)需要改進(jìn)和繼續(xù)研究發(fā)展的部分,為之后的研究做下了鋪墊。
[Abstract]:With the rapid development of embedded system, it has gradually begun to replace the position of the original industrial control computer in the application field. Compared with the traditional industrial control computer, embedded electronic products have the characteristics of low power consumption, small size and lower cost. And with the rapid development of hardware technology, the processing capacity has gradually approached or even exceeded the level of some traditional industrial control computers, in the field of man-machine interface. Embedded electronic products based on Android system have better affinity and adaptability. The support of the system for various protocols of the Internet makes the products can already adapt to various network communication tasks. The application software written by va has strong generality. The function is powerful and the R & D cycle is short, which provides sufficient conditions for the R & D of video terminal introduced in this paper. Based on the application background of video terminal in residential area, this paper mainly provides a solution to the problems of information announcement, information collection, user video exchange and so on, in order to achieve convenience and speed. Effective features. Use a tablet based on Android system as display and input device, according to the requirements of a provincial key project. The overall architecture of a video broadcast software system in a residential area is introduced in detail. Some Java coding knowledge and some coding and decoding algorithms used in the system are analyzed. According to the specific requirements of the project, the specific scheme to realize the required function is given: in the aspect of text broadcasting. This paper introduces the method of sending and displaying messages using UDP broadcast under Android. In addition, it simply introduces how to store and query the past information by using the SQLite database in Android. In the aspect of file broadcasting, while analyzing the traditional transmission protocol, a file broadcasting method based on FTP protocol is proposed. In the aspect of audio transmission, the method of transplanting audio codec library under Java is introduced. In the aspect of video communication, this paper introduces the configuration method of obtaining video information by hard coding and the method of obtaining video frame. And based on the UDP protocol packaging for network transmission. The principle of packaging and possible problems are analyzed, and the implementation scheme is given. Finally, the contents of the above aspects are combined with a main application interface. Form an application software that integrates all of the above functions. According to the proposed solution, this paper designs a complete video broadcast system, which includes two parts: the video broadcast software used by the tablet computer and the management software used by the upper computer server. The test results are good and the feasibility of the system is verified. At the end of the paper, some parts of the system need to be improved and continue to research and development. For the next research made a foreshadowing.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2013
【分類號(hào)】:TN929.5;TP368.1
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 叢秋波;;QNX微內(nèi)核架構(gòu)操作系統(tǒng)性能超越Android[J];電子設(shè)計(jì)技術(shù);2011年08期
2 曾啟明;廖江海;紀(jì)震;;基于TI OMAP3平臺(tái)的多參數(shù)監(jiān)護(hù)儀設(shè)計(jì)與實(shí)現(xiàn)[J];電子產(chǎn)品世界;2011年04期
3 趙建勛;;基于Android平臺(tái)的移動(dòng)位置服務(wù)的開(kāi)發(fā)與實(shí)現(xiàn)[J];現(xiàn)代商貿(mào)工業(yè);2010年20期
4 李楊;馮剛;李亮;羅擁華;;基于Android的多媒體應(yīng)用開(kāi)發(fā)與研究[J];計(jì)算機(jī)與現(xiàn)代化;2011年04期
5 李林濤;朱珊虹;;基于Android系統(tǒng)的手機(jī)游戲黑白棋的設(shè)計(jì)與實(shí)現(xiàn)[J];新鄉(xiāng)學(xué)院學(xué)報(bào)(自然科學(xué)版);2011年03期
6 趙亮;張維;;基于Android技術(shù)的界面設(shè)計(jì)與研究[J];電腦知識(shí)與技術(shù);2009年29期
7 叢秋波;;用于Android手機(jī)操作系統(tǒng)的視頻引擎[J];電子設(shè)計(jì)技術(shù);2010年07期
8 蘇亞光;吳亞峰;于復(fù)興;;基于Android嵌入式平臺(tái)傳感器應(yīng)用開(kāi)發(fā)水平儀[J];電腦編程技巧與維護(hù);2011年05期
9 靳建林;劉曉燕;;基于Android系統(tǒng)的無(wú)線監(jiān)控系統(tǒng)[J];軟件導(dǎo)刊;2011年06期
10 王豐;付明棟;馮海亮;施玉海;;智能終端圖形用戶界面設(shè)計(jì)與實(shí)現(xiàn)[J];廣播電視信息;2011年08期
相關(guān)會(huì)議論文 前10條
1 金潔;張琳;;基于Android平臺(tái)的校園街景的研究和實(shí)現(xiàn)[A];2010年通信理論與信號(hào)處理學(xué)術(shù)年會(huì)論文集[C];2010年
2 符易陽(yáng);周丹平;;Android安全機(jī)制分析[A];第26次全國(guó)計(jì)算機(jī)安全學(xué)術(shù)交流會(huì)論文集[C];2011年
3 高峰;畢經(jīng)平;郭景峰;劉建航;;汽車狀態(tài)感知系統(tǒng)的Android客戶端設(shè)計(jì)與實(shí)現(xiàn)[A];第十四屆全國(guó)容錯(cuò)計(jì)算學(xué)術(shù)會(huì)議(CFTC'2011)論文集[C];2011年
4 丁曉安;徐伯夏;;基于智能搜索功能的Android平臺(tái)手機(jī)拼車系統(tǒng)設(shè)計(jì)[A];全國(guó)第五屆信號(hào)和智能信息處理與應(yīng)用學(xué)術(shù)會(huì)議?(第一冊(cè))[C];2011年
5 趙凡;孫明;;基于Android手機(jī)系統(tǒng)的QR碼識(shí)別技術(shù)綜述[A];中國(guó)農(nóng)業(yè)工程學(xué)會(huì)電氣信息與自動(dòng)化專業(yè)委員會(huì)、中國(guó)電機(jī)工程學(xué)會(huì)農(nóng)村電氣化分會(huì)科技與教育專委會(huì)2010年學(xué)術(shù)年會(huì)論文摘要[C];2010年
6 張立;韓銀和;袁小龍;;Android系統(tǒng)網(wǎng)絡(luò)模塊功耗的評(píng)估和分析[A];第十四屆全國(guó)容錯(cuò)計(jì)算學(xué)術(shù)會(huì)議(CFTC'2011)論文集[C];2011年
7 徐國(guó)華;徐慧;;基于Android平臺(tái)煤礦安全系統(tǒng)3G手機(jī)客戶端設(shè)計(jì)[A];煤礦自動(dòng)化與信息化——第21屆全國(guó)煤礦自動(dòng)化與信息化學(xué)術(shù)會(huì)議暨第3屆中國(guó)煤礦信息化與自動(dòng)化高層論壇論文集(上冊(cè))[C];2011年
8 胡瑞敏;;SIP綜述和成果介紹[A];科技、工程與經(jīng)濟(jì)社會(huì)協(xié)調(diào)發(fā)展——中國(guó)科協(xié)第五屆青年學(xué)術(shù)年會(huì)論文集[C];2004年
9 雷地球;羅海勇;劉曉明;;一種基于WiFi的室內(nèi)定位系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[A];第六屆和諧人機(jī)環(huán)境聯(lián)合學(xué)術(shù)會(huì)議(HHME2010)、第19屆全國(guó)多媒體學(xué)術(shù)會(huì)議(NCMT2010)、第6屆全國(guó)人機(jī)交互學(xué)術(shù)會(huì)議(CHCI2010)、第5屆全國(guó)普適計(jì)算學(xué)術(shù)會(huì)議(PCC2010)論文集[C];2010年
10 張長(zhǎng)學(xué);王建秀;邢燕霞;;從跨平臺(tái)技術(shù)困境談運(yùn)營(yíng)商的終端分平臺(tái)發(fā)展策略[A];中國(guó)通信學(xué)會(huì)信息通信網(wǎng)絡(luò)技術(shù)委員會(huì)2011年年會(huì)論文集(上冊(cè))[C];2011年
相關(guān)重要報(bào)紙文章 前10條
1 Google中國(guó)工程研究總經(jīng)理 楊文洛;讓小學(xué)生也可以開(kāi)發(fā)Android應(yīng)用[N];通信產(chǎn)業(yè)報(bào);2011年
2 本報(bào)記者 李映;Android平臺(tái)擴(kuò)展加快三屏融合步伐[N];中國(guó)電子報(bào);2011年
3 勒夫;Android的封閉是個(gè)悖論[N];中國(guó)經(jīng)濟(jì)時(shí)報(bào);2011年
4 李濤;三星“蓋世”改變Android亂局[N];人民郵電;2011年
5 王若涵;專利糾紛困擾Android發(fā)展[N];科技日?qǐng)?bào);2011年
6 本報(bào)記者 劉方遠(yuǎn);Android中國(guó)粉絲“傷”機(jī)[N];21世紀(jì)經(jīng)濟(jì)報(bào)道;2011年
7 木公;Android重圍難撼蘋(píng)果孤軍[N];人民郵電;2011年
8 本報(bào)記者 廖劍鋒;Android平板電腦大熱 能否復(fù)制智能手機(jī)成功模式?[N];通信信息報(bào);2010年
9 本報(bào)記者 胡強(qiáng);Android一“機(jī)”風(fēng)行[N];通信產(chǎn)業(yè)報(bào);2010年
10 本報(bào)美國(guó)特約記者 sunny chun;移動(dòng)之風(fēng)勁刮全球[N];電腦報(bào);2011年
相關(guān)博士學(xué)位論文 前4條
1 龔愛(ài)平;基于嵌入式機(jī)器視覺(jué)的信息采集與處理技術(shù)研究[D];浙江大學(xué);2013年
2 張浩;新媒體環(huán)境中的微型學(xué)習(xí)設(shè)計(jì)研究[D];南京師范大學(xué);2012年
3 楊巨峰;聯(lián)機(jī)手寫(xiě)化學(xué)公式處理關(guān)鍵問(wèn)題研究[D];南開(kāi)大學(xué);2009年
4 魏代敏;中年女性體內(nèi)雄激素水平的變化及與機(jī)體脂肪含量、脂肪分布的相關(guān)性研究[D];北京協(xié)和醫(yī)學(xué)院;2012年
相關(guān)碩士學(xué)位論文 前10條
1 陳捷;基于Android的視訊終端[D];吉林大學(xué);2013年
2 施金蘭;基于Android平臺(tái)的網(wǎng)絡(luò)共享研究與實(shí)現(xiàn)[D];華東師范大學(xué);2011年
3 李凱;Android操作系統(tǒng)分析與移植[D];華南理工大學(xué);2011年
4 趙金龍;基于Android平臺(tái)音頻播放系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[D];西安電子科技大學(xué);2012年
5 曾錦;基于Android的社交電視設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2012年
6 葉炳發(fā);Android操作系統(tǒng)移植及關(guān)鍵技術(shù)研究[D];暨南大學(xué);2010年
7 岳傳真;Android系統(tǒng)移植和應(yīng)用程序開(kāi)發(fā)[D];復(fù)旦大學(xué);2010年
8 劉敏;移動(dòng)終端的Android移植與應(yīng)用程序設(shè)計(jì)[D];西安電子科技大學(xué);2011年
9 王蕾;哈爾濱招行Android手機(jī)銀行匯率換算模塊的設(shè)計(jì)與實(shí)現(xiàn)[D];吉林大學(xué);2011年
10 胡思捷;基于Android平臺(tái)的觸摸屏系統(tǒng)設(shè)計(jì)及實(shí)現(xiàn)[D];南開(kāi)大學(xué);2011年
本文編號(hào):1424175
本文鏈接:http://www.sikaile.net/kejilunwen/jisuanjikexuelunwen/1424175.html