Stefan

Results 11 comments of Stefan

https://github.com/AzuraCast/AzuraCast/discussions/6252

Hi @neosonic2! I'm using Asuracast with nginx proxy too and have no problems at all. Maybe you could try this config - this should help: ```ruby location / { proxy_pass...

Hi @aftechro! May I ask why do you need this? Azuracast has very detailed API. Moreover there are ready-to-use decisions for a website like https://gist.github.com/Moonbase59/d42f411e10aff6dc58694699010307aa

> this is what i'm using in my nginx: location /public/radiostation/nowplaying.txt { alias /var/azuracast/stations/radiostation/config/nowplaying.txt; } You mean you edit nginx config inside a docker container? Where exactly is your nginx...

Well the most simple and rude way is copy nginx.conf into your local directory and add that line. Then create docker-compose.override.yml file in /var/azuracast: ``` services: web: volumes: - /home/user/nginx.conf:/var/azuracast/stations/radiostation/config/nginx.conf...

Oh! I've got a super random but working idea! If you have HLS enabled! 1. Go to Station Profile - Broadcasting - Edit Liquidsoap Configuration 2. Paste the following code...

If you don't have HLS 1. Go to Station Profile - Broadcasting - Edit Liquidsoap Configuration 2. Paste the following code before # Local Broadcasts line: ``` def write_txt(m) =...

I do confirm such behavior. Also it happens in some apps. For example on my iOS app I have to add explicitly subtream m3u8 file with desired bitrate (not the...

Hi @Kkspike It might be just an issue with iOS App - configuration of iOS App. You can test the metadata here https://hlsjs.video-dev.org/demo/ Insert your HLS stream url and navigate...