JIU JIANG UNIVERSITY
毕 业 论 文
题 目 Android_Liunx平台网络流媒体
播放器的设计
英文题目 Android_Liunx Platform
Network Streaming Mediaplayer
Design
院 系 信息科学与技术学院
专 业 计算机科学与技术
姓 名 卓小义
班级学号 A081147
指导教师 于林峰
二○一二年五月
摘 要
主要对Android系统上音乐流媒体播放器的设计与实现和Linux系统音乐流媒体服务器GNUMP3d的搭建。前者为客户端,后者为服务端。
Android是一个开源的系统,它底层是基于Linux的操作系统,音乐流媒体播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、界面图及主要功能运行流程图,还对过程中遇到的问题和解决方法进行了详细的讨论,音乐播放器集播放/暂停、上一首、下一首、音量调节、歌名显示、音乐列表、播放进度调节等功能于一体,性能良好,在Android系统中能独立运行。
GNUMP3d服务器是一款小巧易用的流体服务器,搭建于Linux平台,支持p3、av、ma、gg、ovies 和ther Media Formats;小巧、容易安装、跨平台等。
关键词:,开源系统,inux,播放器,GNUMP3d
Abstract
The paper mainly is to take on a music player from system design and realization and Linux system music streaming media server GNUMP3d construction. The former?client, the latter?for?the?service?side.
Take the system is an open source, it is based on the operating system, use the Linux music player of the Android open-source system technology, using the Java language and editing tools for players to Eclipse. Presents the detailed design process, the part of the system and the main functions of operation interface diagram of height, this paper also flow process problems and solving methods are discussed in detail, and the music player episode, pause, and next, volume adjustment, lyrics display functions, such as performance is good, can operate independently in the Android system.
Linux system Ubuntu10.10 is a very stable system, building in the server is very stable. GNUMP3d server is a compact and easy fluid server, support Mp3,Ogg,Movies and Other Media Formats. Small, easy installation, cross-platform, etc.
KeyWords:Android, Open ource System, Linux, Mediaplayer, GNUMP3d Server
目 录
摘 要I
AbstractII
1 绪论
1.1 项目背景(1)
1.2 开发目的(2)
1.3 小结(2)
2 系统需求分析
2.1 功能需求(3)
2.2 系统结构图和流程