Convert Resolution Setting

Modified on 2012/02/27 11:44 by Administrator — Categorized as: MUSTUcc

Class


Description

if you change smooth stream "smooth.streaming.xml", iphone is also changed among streams there is also audio stream so be sure not to delete audio stream





iOS

Most Apple devices can play media encoded at bit rates up to 1,600 Kbps. if streams start from Bitrate="1427", (1427 + 64) * 1024 is close to 1600

so we need to lower first stream bitrate for iPhone in smooth.streaming.xml like 1200 or something like this

             <StreamInfo
                Size="448, 336">
                <Bitrate>
                  <ConstantBitrate
                    Bitrate="991"
                    IsTwoPass="False"
                    BufferWindow="00:00:04" />
                </Bitrate>
              </StreamInfo>

actually it's possible to change in IIS 1600 => to something, but in this case there is no guarantee that it will be played on all iOS devices