...
In this case a segment size will not be less than hls_time_min
.
HLS streams automatic transcoding
In WCS builds before 5.2.2036 HLS streams are transcoded automatically by default to the resolution defined
Code Block | ||
---|---|---|
| ||
hls_player_width=640
hls_player_height=480 |
It is not necessary today because a stream may be transcoded by an HLS ABR profile. Therefore HLS transcoding is disabled by default since WCS build 5.2.2036
Code Block | ||
---|---|---|
| ||
hls_player_width=0
hls_player_height=0 |
The settings are deprecated and may be removed later.
Known issues
1. Non-recoverable freeze of HLS stream played in iOS Safari through a CDN
...