[darkice] Re: Darkice Server Behind Cloudflare, is it possible? If so, How to Configure?

  • From: Adrian Pardini <adrian@xxxxxxxxxxxxxxxxx>
  • To: darkice@xxxxxxxxxxxxx
  • Date: Thu, 1 Jun 2023 12:35:04 -0300

On Thu, Jun 1, 2023 at 3:38 AM Niels Dettenbach
<dmarc-noreply@xxxxxxxxxxxxx> wrote:


Am Mittwoch, 31. Mai 2023, 14:40:36 CEST schrieb Al Puzzuoli:
However, I can’t get content to play. I’m not sure if I’m just not
forwarding the .m3u correctly, or if content is actually being block

Hi Al,


you may try to access the audio stream URL (not the m3u) directly per
Cloudflare for testing purposes - i.e. with some mediaplayer or curl. It will
show you if CF will relay / forward your audio data stream.

Furthemore, this may be a question to the Cloudflare Support if they relay
such HTTP "live streams" at all (their product might be simply incompatible
to that)..


Hi all,

I had a similar issue when running Icecast behind nginx.
You may need to add the equivalent CF settings to:

        location ~ \.(ogg|mp3)$ {
               proxy_pass http://127.0.0.1:8000;
               proxy_buffering off;
               tcp_nodelay on;
       }

Regards

-- 
Adrián Pardini

Other related posts: