- June 1, 2007
- 159
- 22
- Home Country
-
Norway
Anyone knows how to play a mp3 file over https? If i try:
g_Player.Play("https:///someurl");
I get:
Reason: BASS_ERROR_UNKNOWN and Reason: BASS_ERROR_HANDLE
EDITED:
OK, so I found out that if chose "internal dshow" as music player it actually works. What I would like then is a way to "fall back" to "internal dshow" player if a https stream is to be played. Any ideas?
g_Player.Play("https:///someurl");
I get:
Reason: BASS_ERROR_UNKNOWN and Reason: BASS_ERROR_HANDLE
EDITED:
OK, so I found out that if chose "internal dshow" as music player it actually works. What I would like then is a way to "fall back" to "internal dshow" player if a https stream is to be played. Any ideas?