An Implementation of an Open Source Based H.264 Video Player for Bluetooth Input

블루투스 입력의 오픈 소스기반 H.264 비디오 플레이어의 구현

  • Published : 2009.10.29

Abstract

Bluetooth is a popluar wireless data transmission method with low power consumption. In this paper, we present a open source based player of video stream encoded by H.264 codec, which is transmitted via Bluetooth. An open source JM is used for H.264 decoding and modified for reading H.264 encoded data via Bluetooth. For display of decoded video data, SDL was utilized.

블루투스는 저전력으로 근거리상의 장치들을 무선으로 연결하여 통신하는 기술이다. 본 논문은 이러한 블루투스를 이용하여 Mepg-4 AVC/H.264방식으로 전송하여 재생할 수 있는 프로그램의 설계와 구현에 대해서 설명한다. 본 논문에서 제안하는 동영상 플레이어는 JM기반으로 Bluetooth로 미디어 스트림을 읽어올 수 있게 기능을 추가하고 화면에 출력하기 위하여 SDL(Simple DirectMedia Layer)를 사용하였다. JM은 Mpeg-4 AVC/H.264방식의 동영상을 파일에서 읽어와 YUV420 형식의 파일로 출력을 해주는 프로그램이다.

Keywords