12-01-2023, 02:52 PM
PS
From a Linux command line, at least, it's easy to get details about the connectivity to the moOde streaming server using curl.
Example from my Linux Mint laptop
and it continued running without error until I exited the process with a Ctrl-C.
Regards.
Kent
From a Linux command line, at least, it's easy to get details about the connectivity to the moOde streaming server using curl.
Example from my Linux Mint laptop
Code:
kreed@T520:~$ curl -v -o /dev/null http://moode.local:8000
% 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 10.0.0.6:8000...
* Connected to moode.local (10.0.0.6) port 8000 (#0)
> GET / HTTP/1.1
> Host: moode.local:8000
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: audio/mpeg
< Connection: close
< Pragma: no-cache
< Cache-Control: no-cache, no-store
< Access-Control-Allow-Origin: *
<
{ [1045 bytes data]
100 707k 0 707k 0 0 38136 0 --:--:-- 0:00:18 --:--:-- 39996^C
and it continued running without error until I exited the process with a Ctrl-C.
Regards.
Kent