I’ve tried my best to provide everything I can while keeping it anonymised.

Hope this is good enough for you?

Thanks again. for taking a look.

```
vagrant@dev:~/project_path$ curl -L -v -o ./tmp/bla.mp3 <url>
[1] 2371
-bash: .: filename argument required
.: usage: . filename [arguments]
vagrant@dev:~/project_path$ * Hostname was NOT found in DNS cache
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* 
  Trying X.X.X.X...
* Connected to subdomain.domain.com (X.X.X.X) port 80 (#0)
> GET <url> HTTP/1.1
> User-Agent: curl/7.35.0
> Host: subdomain.domain.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Cache-Control: public
< Content-Type: audio/mpeg
< Date: Mon, 11 Feb 2019 21:18:11 GMT
< Expires: Thu, 11 Jul 2019 21:18:11 GMT
< Last-Modified: Thu, 07 Feb 2019 13:23:44 GMT
< Pragma: 
* Server ECAcc (pox/A551) is not blacklisted
< Server: ECAcc (pox/A551)
< X-Cache: HIT
< X-Host: blm-prxmob-13
< Content-Length: 3612838
< 
{ [data not shown]
100 3528k  100 3528k    0     0  8648k      0 --:--:-- --:--:-- --:--:-- 8690k
* Connection #0 to host subdomain.domain.com left intact
```

The audio file downloads successfully to the `tmp` directory.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/708#issuecomment-462501905
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to