Hi Guys, hoping someone can help me..

Im trying to play the HD stream thats available on the following website in VLC and/or Kodi.

http://www.racingnsw.com.au/hd_player/index_520.html

As you can see, when the player loads it defaults to the SD stream and you have to click on the "Switch to HD" button and then the 720p stream loads.

the page source for the HD stream contains 2 links:

{'file': 'http://mediarnsw.skyracing.com.au/VOD/rnsw/stc_rtmp_hd.smil'},
{'file': 'http://kitdigitaioslive-i.akamaihd.net/hls/live/219670/skyr_ios_unblocked/skyw.m3u8'}

and that particular m3u8 file when downloaded looks like this:

#EXTM3U

#EXT-X-VERSION:3

#EXT-X-STREAM-INF:BANDWIDTH=165000,AVERAGE-BANDWIDTH=165000,CODECS="avc1.4d4015,mp4a.40.5"
skyw_low@219670.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=264000,AVERAGE-BANDWIDTH=264000,CODECS="avc1.4d4015,mp4a.40.5"
skyw_med@219670.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=484000,AVERAGE-BANDWIDTH=484000,CODECS="avc1.77.30,mp4a.40.5"
skyw_high@219670.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=704000,AVERAGE-BANDWIDTH=704000,CODECS="avc1.77.30,mp4a.40.5"
skyw_veryhigh@219670.m3u8

#EXT-X-STREAM-INF:BANDWIDTH=924000,AVERAGE-BANDWIDTH=924000,CODECS="avc1.77.30,mp4a.40.5"
skyw_extreme@219670.m3u8

Whenever I play that m3u8 link in VLC it plays the SD stream. Is there anyway to access the link for the 720p stream directly??

Thanks very much for any help!!