jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Stream mp3 audio from an ip address without "http:" prefix ? #305

Open friarJohn opened 9 years ago

friarJohn commented 9 years ago

So the question is as the title states: Can the code from a public web site use jpayer code to access an mp3 audio stream using an ip address without "http:" prefix (for example: 206.217.202.1:8920)? The code that was working uses the string, " http://206.217.202.1:8920 ", but I am trying to eliminate the "http:" part since I am streaming from a site that needs to show a fully valid SSL certificate. As you know, any sources pulling from unsecure urls will inhibit the lock symbol for the page. I tried with no prefix and "//" prefix before the IP address of the stream and neither play.

jyio commented 9 years ago

So you want to "show a fully valid SSL certificate" while streaming non-SSL'd content over plain HTTP?

If it's possible, I'd apply SSL to the audio stream as well. SHOUTcast doesn't support SSL; are you able to use Icecast instead? I think this guy's doing something similar.