Wowza Community

iOS Adaptive Bit Rate streaming using Smil file problems

Hi,

We are using transrate.xml to create three versions of the stream, at bit rates of 150, 300, and 1000 kb/sec. When attempting to use a smil file which has these three streams on iOS devices the stream jumps back in time by several seconds when switching to the highest quality stream. Are these streams not synced unless we use the ngrp method of adaptive bit rate streaming, or is there some other problem that would be causing this? We have had problems using ngrp and switched to smil files.

The 1Mb stream is 640 x 360, the 300kb stream is 416 x 234, and the 150kb stream is 320 x 180.

Thanks,

Grant

Grant,

Have you seen this method of generating a smil file?

https://www.wowza.com/docs/how-to-create-and-play-smil-files-with-streams-created-by-wowza-transcoder

The encoding details in this smil is most useful to iOS, and might improve playback.

Richard

Cool, you’re welcome. Thanks for the update

Richard

I have seen it, but it always worked fine with just the bit rates in the file for us (typically with just the medium and low streams). I will try that and let you know, thanks again.

The problem seems to have gone away with the more detailed smil file, thanks!