Hello guys, I hope you're well. I have an issue with my Web radio. Users using Iphone (all web browsers) can't stream the radio. All is working perfectly with Android users. When i navigate on the icecast URL of my Web radio with an Iphone, the player is not displayed (URL : https://studiorats.fr:8443/) Do you have any idea ? Icecast version : 2.4.99.2 OS version : Debian 9 Thanks you in advance. I can't find anything on internet. You're my last hope. Best Regards. Ceelo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201121/ccc60737/attachment.html>
On Sat, 21 Nov 2020, Damien GENESTE wrote:> I hope you're well. I have an issue with my Web radio. Users using > Iphone (all web browsers) can't stream the radio. All is working perfectly > with Android users. > > When i navigate on the icecast URL of my Web radio with an Iphone, the > player is not displayed (URL : https://studiorats.fr:8443/) > > Do you have any idea ?I've not tried it on my phone to see what happens, but iPhones don't natively support Ogg Vorbis format audio for a start. According to https://www.w3schools.com/tags/tag_audio.asp - Chrome and Firefox support Ogg Vorbis playback but Edge and Safari do not. Given how long Ogg Vorbis has been around, you'd think we'd be past this by now... Cheers, Geoff.
O M G !! It's working. I changed OGG -> MP3 and it's working now. Thank you very much Geoff. Have a good weekend :) *Ceelo* On Sat, Nov 21, 2020 at 1:31 AM Geoff Shang <geoff at quitelikely.com> wrote:> On Sat, 21 Nov 2020, Damien GENESTE wrote: > > > I hope you're well. I have an issue with my Web radio. Users using > > Iphone (all web browsers) can't stream the radio. All is working > perfectly > > with Android users. > > > > When i navigate on the icecast URL of my Web radio with an Iphone, the > > player is not displayed (URL : https://studiorats.fr:8443/) > > > > Do you have any idea ? > > I've not tried it on my phone to see what happens, but iPhones don't > natively support Ogg Vorbis format audio for a start. > > According to https://www.w3schools.com/tags/tag_audio.asp - Chrome and > Firefox support Ogg Vorbis playback but Edge and Safari do not. > > Given how long Ogg Vorbis has been around, you'd think we'd be past this > by now... > > Cheers, > Geoff. > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201121/b8803b8c/attachment.html>
How You get https on icecast. On Sat, Nov 21, 2020, 01:16 Damien GENESTE <d.geneste at illud.fr> wrote:> Hello guys, > > I hope you're well. I have an issue with my Web radio. Users using > Iphone (all web browsers) can't stream the radio. All is working perfectly > with Android users. > > When i navigate on the icecast URL of my Web radio with an Iphone, the > player is not displayed (URL : https://studiorats.fr:8443/) > > Do you have any idea ? > > Icecast version : 2.4.99.2 > OS version : Debian 9 > > Thanks you in advance. I can't find anything on internet. You're my last > hope. > > Best Regards. > Ceelo > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201121/5c49a36c/attachment.html>
Hello Goran, You must install Cerbot (for Let's Encrypt certificate) and then generate certificates (Icecast is not able to use the different Let’s Encrypt certificates generated by default, it is necessary to combine them). Then install the following dependencies : apt install git gcc build-essential automake autoconf libtool checkinstall and apt install libcurl4-openssl-dev libxslt1-dev libxml2-dev libogg-dev libvorbis-dev libflac-dev libtheora-dev libssl-dev libspeex-dev ;; Then download Icecast from the git (Git clone command) and install it with SSL support. I can't find the procedure I followed anymore but you should find what you need on the net. You have the main lines *Ceelo* On Sat, Nov 21, 2020 at 12:14 PM Goran Kotevski <nseimk at gmail.com> wrote:> How You get https on icecast. > > On Sat, Nov 21, 2020, 01:16 Damien GENESTE <d.geneste at illud.fr> wrote: > >> Hello guys, >> >> I hope you're well. I have an issue with my Web radio. Users using >> Iphone (all web browsers) can't stream the radio. All is working perfectly >> with Android users. >> >> When i navigate on the icecast URL of my Web radio with an Iphone, the >> player is not displayed (URL : https://studiorats.fr:8443/) >> >> Do you have any idea ? >> >> Icecast version : 2.4.99.2 >> OS version : Debian 9 >> >> Thanks you in advance. I can't find anything on internet. You're my last >> hope. >> >> Best Regards. >> Ceelo >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20201121/c254b66e/attachment.html>
On 21 Nov 2020, at 12:14, Goran Kotevski wrote:> How You get https on icecast. >Hi, please do not reply to existing topics if you have a unrelated question, it is confusing and lowers the possibility that you get helpful answers.> On Sat, Nov 21, 2020, 01:16 Damien GENESTE <d.geneste at illud.fr> wrote: > >> Hello guys, >> >> I hope you're well. I have an issue with my Web radio. Users using >> Iphone (all web browsers) can't stream the radio. All is working perfectly >> with Android users. >> >> When i navigate on the icecast URL of my Web radio with an Iphone, the >> player is not displayed (URL : https://studiorats.fr:8443/) >> >> Do you have any idea ? >> >> Icecast version : 2.4.99.2 >> OS version : Debian 9 >> >> Thanks you in advance. I can't find anything on internet. You're my last >> hope. >> >> Best Regards. >> Ceelo >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >>> _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast