• Title/Summary/Keyword: real-time broadcast

Search Result 434, Processing Time 0.03 seconds

Implement UDP Socket Server for Real-time Voice Communication on Smart-phone (스마트폰에서 실시간 음성 통신을 위한 UDP Socket Server 구현)

  • Kang, Ji-Hee;Son, Han-Bee;Lim, Yang-Mi
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2017.11a
    • /
    • pp.79-81
    • /
    • 2017
  • 최근 오디오 기반의 그룹 대화 통신 기술이 급격히 발전하고 있는데 이는 원거리 간의 회의 또는 긴급 구조망, 음성 인식을 활용한 기술 분야에서 필요로 하기 때문이다. 과거 오디오 그룹 간의 실시간 서비스는 영상 통신보다 타이밍에 있어서 사용자에게 딜레이 되는 값을 전송하는 즉 버퍼 컨트롤이 문제가 되어 잘 사용되지 않았었다. 하지만 최근 다중경로 라우팅, QoS 전송량 감소 기술들이 소개되면서 N:N의 대화가 가능하게 되었다. 본 연구에서는 UDP Socket 방식을 활용하여 N:N 실시간 음성 서비스를 개발한다. 이는 무선단말기를 활용하여 3~4인이 그룹핑 되어 노래 경쟁을 할 수 있는 앱에 적용하여 개발하였다. 운전자가 혼자 운전할 때, 다른 지역에서 운전하는 사람들과 음성인식 인터페이스를 활용하여 즉각적인 그룹을 만들고, 자신과 다른 사람들이 노래를 부르고, 듣고 평가하는 과정에서 재미를 느끼게 함으로써 졸음을 방지할 수 있도록 개발하였다.

  • PDF

Design of MPEG-DASH based Client Structure for Real-Time Switching of Free-Viewpoint Video (자유선택시점 비디오의 실시간 시점 이동을 위한 수신 구조 설계)

  • Song, Seul-Ki;Park, Yong-Suk;Wee, Jungwook
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2017.11a
    • /
    • pp.32-33
    • /
    • 2017
  • 최근 영상처리 기술 및 방송통신의 발전으로 실감이 극대화되는 실감형 서비스에 대한 사용자 요구가 증가하였다. 이에 실감형 서비스로 자유선택시점 서비스에 대한 연구가 진행중이다. 자유선택시점 서비스는 사업자가 일반적으로 제공하는 뷰 외에 사용자가 원하는 뷰를 선택해 시청할 수 있는 서비스이다. 자유선택시점 서비스를 제공하기 위해서는 하나의 콘텐츠를 다양한 시점으로 취득해야하며, 사용자가 원하는 시점에 해당되는 영상을 실시간으로 반응해 제공해야한다. 본 논문에서는 자유선택시점 비디오의 실시간 시점 이동을 위한 수신 구조를 설계하고 제안한다. 제안하는 수신 구조는 시청자의 시점 이동에 맞춰 실시간으로 시점을 이동하여 사용자가 원하는 시점의 영상을 재생할 수 있다.

  • PDF

Portable Real-time Internet Streaming Service System (이동형 실시간 인터넷 스트리밍 서비스 시스템)

  • Park, Jin-A;Ju, Hye-Seon;Park, Ju-Eun;Kim, Hae-In;Choi, In-Seon;Lee, Sang-Un
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2017.11a
    • /
    • pp.149-150
    • /
    • 2017
  • 현재, 페이스북, 인스타그램 등 다양한 형태로 실시간 스트리밍 서비스를 제공되고 있다. 이로 인해 특정 소수가 아닌 일반인들도 손쉽게 실시간으로 인터넷 스트리밍이 가능하게 되었다. 과거, 스튜디오가 아닌 중계차가 갈 수 없는 곳에서는 실시간 스트리밍 서비스에 제약이 있었던 반면에 지금은 다양한 이동형 장비의 개발을 통해 공간적 제약이 현저히 줄어들었다. 따라서 본 논문에서는 촬영부터 송출까지 이동형 장비를 이용해 언제 어디에서나 실시간 스트리밍 서비스를 제공할 수 있는 시스템을 제안하였다.

  • PDF

Real-time Traffic Sign Detection Algorithm by Using Color Information and HOG Feature (색상 정보와 HOG 특징을 이용한 실시간 도로표지판 검출 알고리즘)

  • Kim, Tae-Dong;Lee, Seung-Hyun;Jung, Gwang-Hoon;Kang, Dong-Wook;Jung, Kyeong-Hoon
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2015.07a
    • /
    • pp.513-515
    • /
    • 2015
  • 최근 지능형 차량과 ADAS(Advanced Driver Assistance System) 개발에 있어 차량 영상을 이용한 도로 정보 분석이 중요한 화두로 떠오르고 있다. 다양한 도로 정보 중에서 도로표지판 검출 및 판단은 차량 운행 환경을 파악할 수 있는 중요한 과정이 될 수 있다. 이에 본 논문에서는 차량 영상에서의 색상 정보를 이용하여 표지판의 후보 영역을 추출(Candidate Generation)하고, 후보 영상에 대한 HOG(Histogram of Gradient) 특징 분석을 통해 도로표지판 여부와 그 종류를 판단(Object Classification)하는 알고리즘을 구현하였다. 또한 구현 알고리즘은 실시간 처리가 가능한 속도를 보여주어 지능형 차량 또는 ADAS에서의 실제 적용이 가능하도록 하였다.

  • PDF

TVzzik : Social curation service with broadcasting contents captured in real-time (TVzzik : 방송콘텐츠의 실시간 캡처 및 소셜 큐레이션 서비스)

  • Kwon, Jaekwang;Choi, Sungwoo;Yu, Jehyun;Jung, Inyoung;Jung, Byunghee
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2014.11a
    • /
    • pp.182-185
    • /
    • 2014
  • 현재를 '빅데이터' 시대라 부른다. '빅데이터', 그 용어가 주는 의미대로 우리가 처리해야 할 데이터가 많다는 것을 의미하며, 과거의 데이터 정제 기술로는 유의미한 정보로 가공하기에는 상당한 노력이 필요하다는 것을 암시하고 있다. 현재 장비의 고성능화 등으로 가능성이 검증되고 있고 일부 비즈니스에 활용되는 단계이나, 여전히 혼돈의 문제가 존재하며, 이러한 문제의 해결책으로 제시되는 것 중의 하나가 바로 '소셜 큐레이션'이라 할 수 있다. 본 'TVzzik' 서비스는 시청자들이 방송 콘텐츠를 소유하고 공유하고자 하는 욕구를 반영하여, 실시간으로 TV를 보면서 방송 프로그램을 캡처하고 공유할 수 있게 한다. 방송콘텐츠에 관한 '소셜 큐레이션' 서비스이며, 이는 각 사용자들이 캡처하여 생성한 수많은 콘텐츠 중에서 사용자들이 원하는 콘텐츠를 사용자들의 사회적인 관계를 이용하여 선별적으로 제공할 수 있도록 구성한 것이다. 본 논문에서는 'TVzzik' 서비스의 개발 방향과 시스템 구성 등을 설명한다.

  • PDF

Adaptive Shot Change Detection using Mean of Feature Value on Variable Reference Blocks and Implementation on PMP

  • Kim, Jong-Nam;Kim, Won-Hee
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2009.01a
    • /
    • pp.229-232
    • /
    • 2009
  • Shot change detection is an important technique for effective management of video data, so detection scheme requires adaptive detection techniques to be used actually in various video. In this paper, we propose an adaptive shot change detection algorithm using the mean of feature value on variable reference blocks. Our algorithm determines shot change detection by defining adaptive threshold values with the feature value extracted from video frames and comparing the feature value and the threshold value. We obtained better detection ratio than the conventional methods maximally by 15% in the experiment with the same test sequence. We also had good detection ratio for other several methods of feature extraction and could see real-time operation of shot change detection in the hardware platform with low performance was possible by implementing it in TVUS model of HOMECAST Company. Thus, our algorithm in the paper can be useful in PMP or other portable players.

  • PDF

ESTIMATING THE MOTION OF THE HUMAN JOINTS USING OPTICAL MOTION CAPTURE SYSTEM

  • Park, Jun-Young;Kyota, Fumihito;Saito, Suguru;Nakajima, Masayuki
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2009.01a
    • /
    • pp.764-767
    • /
    • 2009
  • Motion capture systems allow to measure the precise position of markers on the human body in real time. These captured motion data, the marker position data, have to be fitted by a human skeleton model to represent the motion of the human. Typical human skeleton models approximate the joints using a ball joint model. However, because this model cannot represent the human skeleton precisely, errors between the motion data and the movements of the simplified human skeleton model happen. We propose in this paper a method for measuring a translation component of wrist, and elbow joints on upper limb using optical motion capture system. Then we study the errors between the ball joint model and acquired motion data. In addition, we discuss the problem to estimate motion of human joint using optical motion capture system.

  • PDF

NO REFERENCE QUALITY ASSESSMENT OVER PACKET VIDEO NETWORK

  • Sung, Duk-Gu;Hong, Seung-Seok;Kim, Yo-Han;Kim, Yong-Gyoo;Park, Tae-Sung;Shin, Ji-Tae
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2009.01a
    • /
    • pp.250-253
    • /
    • 2009
  • This paper presents NR (No Reference) Quality assessment method for IPTV or mobile IPTV. Because No Reference quality assessment method does not access the original signal so it is suitable for the real-time streaming service. Our proposed method use decoding parameters, such as quantization parameter, motion vector, and packet loss as a major network parameter. To evaluate performance of the proposed algorithm, we carried out subjective test of video quality with the ITU-T P.910 ACR (Absolute Category Rating) method and obtained the mean opinion score (MOS) value for QVGA 180 video sequence coded by H.264/AVC encoder. Experimental results show the proposed quality metric has a high correlation (84%) to subjective quality.

  • PDF

A FAST PARTIAL DISTORTION ELIMINATION ALGORITHM USING IMPROVED SUB-BLOCK MATCHING SCAN

  • Kim, Jong-Nam;Ryu, Tae-Kyung;Moon, Kwang-Seok
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2009.01a
    • /
    • pp.278-281
    • /
    • 2009
  • In this paper, we propose a fast partial distortion algorithm using normalized dithering matching scan to get uniform distribution of partial distortion which can reduce only unnecessary computation significantly. Our algorithm is based on normalized dithering order matching scan and calibration of threshold error using LOG value for each sub-block continuously for efficient elimination of unlike candidate blocks while keeping the same prediction quality compared with the full search algorithm. Our algorithm reduces about 60% of computations for block matching error compared with conventional PDE (partial distortion elimination) algorithm without any prediction quality, and our algorithm will be useful to real-time video coding applications using MPEG-4 AVC or MPEG-2.

  • PDF

Internet Mobile Information Retrieval System and its Traffic Analysis

  • Tomoyuki-Gotoh;Yasufumi-Ohsone;Tsuyoshi-Saitoh;Murakami, Shin-ichi;Masaharu-Fujinaka;Syugo-Inoue
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 1996.06b
    • /
    • pp.107-114
    • /
    • 1996
  • This paper describes an information retrieval system which offers real time information about mobile vehicles through the Internet. In order to evaluate the efficiency of solar batteries and feasibility of electric vehicles, four crews of Tokyo Denki University made a round trip through the North American Continent by their handmade solar electric vehicles last summer. In accordance with this project, an information retrieval system which offers the daily drive information through the Internet to the public was constructed. The system configuration and operating results of this system are reported.

  • PDF