Languages

Menu
Sites
Language
HLS 스트리밍 시 영상이 멈춥니다.

아래와 같은 형태로 hls 영상을 재생하려고 하는데요.

에뮬레이터나 시뮬레이터에선 문제가 없는데 스마트TV에서 테스트하면 영상이 멈추는 현상이 발생합니다.

영상마다 차이는 있지만 5~20초 사이에 영상이 정지되고 음성만 재생됩니다.

원인을 알 수 있을까요?

 

                    <script type="text/template" id="video-template">
                        <video id="video0" class="" width="496" height="280" controls autoplay>
                          <source src="source-url" type="video/mp4">
                        </video>
                    </script>

 

Responses

2 Replies
André Reus

Hi~
What i have understood is that your video is not stopping in web simulator or emulator. But it is working in Smart TV. 
I think the problem may be hardware support. You may check "ON" your emulator's GPU and CPU VT. 

donghyeon kim

Hi~ 

My HLS video work properly in the emulator or simulator but stop on Smart TV.

Thanks for reply.