# HLS on Smart TV

**URL:** https://community.wowza.com/t/hls-on-smart-tv/46464
**Category:** Wowza Streaming Engine
**Created:** [January 13, 2016, 5:03pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464 "2016-01-13T17:03:52Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Pavel\_Ko\_269\_i\_269\_k](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Pavel\_Ko\_269\_i\_269\_k](https://community.wowza.com/u/Pavel_Ko_269_i_269_k)
#### Post date: [January 13, 2016, 5:03pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/1 "2016-01-13T17:03:52Z")

</div>

I tested new Samsung SmartTV with Tizen 2.3 and Samsung Browser 1.0/TV/Safari 538.1.

First I tested 3rd party input and it worked: [http://ocko-live.service.cdn.cra.cz/playlist/live/ocko\_expres/live\_hq.m3u8](http://ocko-live.service.cdn.cra.cz/playlist/live/ocko_expres/live_hq.m3u8)

So I put our stream from Wowza (nearly basic settings, only few changes): [http://stream10.idnes.cz:1935/live/slowtv7/playlist.m3u8](http://stream10.idnes.cz:1935/live/slowtv7/playlist.m3u8)

But it didn’t work.

Is there any setting which I should apply?

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [January 13, 2016, 5:06pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/2 "2016-01-13T17:06:57Z")

</div>

Hello there and welcome to the wowza support forum.

Can you please provide more detail about your set up?

What is the source of the stream?

What are the video/audio codec of the stream?

What, if any messages or errors do you get when trying to connect to the stream? You can start Wowza stand-alone mode (install-dir/bin/startup.bat|startup.sh) and view the output in the console.

Thank you.

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 16, 2016, 8:16am UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/3 "2016-02-16T08:16:11Z")

</div>

Thanks for the update on this thread and solution.

Regards,

Salvadore

---

<div class="post-metadata">

### Author: ![Paul\_Shields](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/paul_shields/32/390_2.png) [@Paul\_Shields](https://community.wowza.com/u/Paul_Shields)
#### Post date: [January 14, 2016, 2:59pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/4 "2016-01-14T14:59:49Z")

</div>

Hi,

It could be related to the source. We can’t guarantee that all Wowza Playback Types will be compatible with devices such as smart TVs.

A quick way to test is (in the smart tv browser) open the sample file that’s provided as part of a standard install, e.g.

HLS

```auto
http://[wowza-ip]:1935/vod/sample.mp4/playlist.m3u8

```

RTMP (Flash)

```auto
rtmtp://[wowza-ip]:1935/vod/sample.mp4

```

If it doesn’t stream then the limitation is likely to be due to the smart tv.

Paul

---

<div class="post-metadata">

### Author: ![Paul\_Shields](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/paul_shields/32/390_2.png) [@Paul\_Shields](https://community.wowza.com/u/Paul_Shields)
#### Post date: [January 19, 2016, 4:38pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/5 "2016-01-19T16:38:25Z")

</div>

Hi,

I’m not sure how to debug this with regards to a smart TV. If the HLS of sample.mp4 plays and the HLS of the one titled “slow” doesn’t then it may be codec related. You can test this with something like Chrome, enable the JavaScript console, and see what codecs are reported. Alternatively, try passing the streams through the Wowza Transcoder (the source will need to be a live stream, so the [Stream Publisher](https://www.wowza.com/docs/how-to-schedule-streaming-with-wowza-streaming-engine-streampublisher%28ServerListenerStreamPublisher%29) may be required).

Paul

---

<div class="post-metadata">

### Author: ![Pavel\_Ko\_269\_i\_269\_k](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Pavel\_Ko\_269\_i\_269\_k](https://community.wowza.com/u/Pavel_Ko_269_i_269_k)
#### Post date: [January 14, 2016, 3:04pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/6 "2016-01-14T15:04:28Z")

</div>

Source is incomming rtmp stream. We use some Applications, mainly Apple HLS for flash video element and mobile devices.

Stream is working fine on apple devices (iOS, OS X Safari) and in flash, but we realised problem on smart tvs (Samsung, LG)

You think it has something to do with incomming stream? But same stream is working fine on youtube ([https://www.youtube.com/watch?v=yqUKgAyRmh0](https://www.youtube.com/watch?v=yqUKgAyRmh0)), we have problems only through wowza.

Our settings:

live

${com.wowza.wms.context.VHostConfigHome}/content

${com.wowza.wms.context.VHostConfigHome}/keys

cupertinostreamingpacketizer, mpegdashstreamingpacketizer, smoothstreamingpacketizer

sortPackets

true

Boolean

sortBufferSize

10000

Integer

cupertinoChunkDurationTarget

7000

Integer

cupertinoMaxChunkCount

10

Integer

cupertinoPlaylistChunkCount

4

Integer

cupertinoRepeaterChunkCount

10

Integer

cupertinoExtXVersion

4

Integer

---

<div class="post-metadata">

### Author: ![Pavel\_Ko\_269\_i\_269\_k](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Pavel\_Ko\_269\_i\_269\_k](https://community.wowza.com/u/Pavel_Ko_269_i_269_k)
#### Post date: [January 15, 2016, 9:41am UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/7 "2016-01-15T09:41:17Z")

</div>

You’re right, it is probably related to the source:

[http://gidnes.cz/test/catt/videoplayer/flash-streamy.html](http://gidnes.cz/test/catt/videoplayer/flash-streamy.html)

First one ([http://stream10.idnes.cz:1935/vod/sample.mp4/playlist.m3u8](http://stream10.idnes.cz:1935/vod/sample.mp4/playlist.m3u8)) plays, but one titled “slow” doesnt.

Can you please help me how to debug this issue?

---

<div class="post-metadata">

### Author: ![Pavel\_Ko\_269\_i\_269\_k](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Pavel\_Ko\_269\_i\_269\_k](https://community.wowza.com/u/Pavel_Ko_269_i_269_k)
#### Post date: [February 11, 2016, 3:16pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/8 "2016-02-11T15:16:26Z")

</div>

Hi,

we use Adobe Flash streamer with theese settings. My question is simple - what change to enable stream on smart tvs - I guess that maybe change baseline into 3.0, but i’m not sure…

\<?xml version="1.0" encoding="UTF-16"?\>

\<flashmedialiveencoder\_profile\>

Custom

Decklink Video Capture

\<crossbar\_input\>0\</crossbar\_input\>

\<frame\_rate\>25.00\</frame\_rate\>

720

576

Decklink Audio Capture

\<crossbar\_input\>0\</crossbar\_input\>

\<sample\_rate\>44100\</sample\_rate\>

2

\<input\_volume\>75\</input\_volume\>

H.264

1200;

768x432;

Baseline

3.1

\<keyframe\_frequency\>5 Seconds\</keyframe\_frequency\>

false

1

false

false

false

MP3

128

rtmp://stream10.idnes.cz/live

\<backup\_url\>\</backup\_url\>

reuters

author

copyright

description

keywords

rating

title

25%

25%

100

C:\Documents and Settings\sosuser\Dokumenty\Filmy

\</flashmedialiveencoder\_profile\>

---

<div class="post-metadata">

### Author: ![Pavel\_Ko\_269\_i\_269\_k](https://avatars.discourse-cdn.com/v4/letter/p/898d66/32.png) [@Pavel\_Ko\_269\_i\_269\_k](https://community.wowza.com/u/Pavel_Ko_269_i_269_k)
#### Post date: [February 12, 2016, 3:17pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/9 "2016-02-12T15:17:46Z")

</div>

I found it! Samsung Tizen only support HLS v.3, not 4

---

<div class="post-metadata">

### Author: ![john\_wall](https://avatars.discourse-cdn.com/v4/letter/j/3ec8ea/32.png) [@john\_wall](https://community.wowza.com/u/john_wall)
#### Post date: [January 22, 2016, 6:04am UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/10 "2016-01-22T06:04:20Z")

</div>

Thanks for the valuable advice, that’s what I was looking for

---

<div class="post-metadata">

### Author: ![LogicaHost\_Solucoes](https://avatars.discourse-cdn.com/v4/letter/l/3ab097/32.png) [@LogicaHost\_Solucoes](https://community.wowza.com/u/LogicaHost_Solucoes)
#### Post date: [October 29, 2021, 11:49pm UTC](https://community.wowza.com/t/hls-on-smart-tv/46464/11 "2021-10-29T23:49:55Z")

</div>

> [@Pavel\_Ko\_269\_i\_269\_k](#):
>
> I found it! Samsung Tizen only support HLS v.3, not 4

Hello, where to adjust this in wowza?
