Hello,
Any idea why the following url is not working (goes to IDLE) with the player whilst it works using any web browser?
http://tsfjazz.ice.infomaniak.ch/tsfjazz-high.mp3
Code used:
other ".mp3" radios are working fine
Thanks
Olivier
Any idea why the following url is not working (goes to IDLE) with the player whilst it works using any web browser?
http://tsfjazz.ice.infomaniak.ch/tsfjazz-high.mp3
Code used:
Summary:
Player.ClearMediaItems
If url.EndsWith("m3u8") Then
Player.Add_media_Source(Player.CreateHLSSource(url))
Else
Player.Add_media_Source(Player.CreateUriSource(url))
End If
Player.Prepare
Player.Play
other ".mp3" radios are working fine
Thanks
Olivier