Wowza Community

using rtmp to hd and sd toggling

i have following this

https://www.wowza.com/docs/how-to-schedule-streaming-with-wowza-streaming-engine-streampublisher

and it work.

how to toggling in jw player,

so far i got this

and using this method (http://xxxxx:8086/medialist?streamname=ngrp:Stream1_all&application=live&format=smil) i got this (

<?xml version="1.0" encoding="UTF-8"?>
<smil>
   <head />
   <body>
      <switch>
         <video src="mp4:Stream1_720p" system-bitrate="2596000" width="1280" height="720">
            <param name="audioBitrate" value="96000" valuetype="data" />
            <param name="videoBitrate" value="2500000" valuetype="data" />
            <param name="videoCodecId" value="avc1.77.31" valuetype="data" />
            <param name="audioCodecId" value="mp4a.40.2" valuetype="data" />
         </video>
         <video src="mp4:Stream1_360p" system-bitrate="946000" width="640" height="360">
            <param name="audioBitrate" value="96000" valuetype="data" />
            <param name="videoBitrate" value="850000" valuetype="data" />
            <param name="videoCodecId" value="avc1.77.30" valuetype="data" />
            <param name="audioCodecId" value="mp4a.40.2" valuetype="data" />
         </video>
         <video src="mp4:Stream1_240p" system-bitrate="446000" width="426" height="240">
            <param name="audioBitrate" value="96000" valuetype="data" />
            <param name="videoBitrate" value="350000" valuetype="data" />
            <param name="videoCodecId" value="avc1.66.21" valuetype="data" />
            <param name="audioCodecId" value="mp4a.40.2" valuetype="data" />
         </video>
      </switch>
   </body>
</smil>

how to togling it to jw player ?

solve using this http://xxxx:1935/live/smil:smil.smil/jwplayer.smil