Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: HTTP Streaming not working
#4
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


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
Reply


Messages In This Thread
HTTP Streaming not working - by hurcheon - 12-01-2023, 12:42 PM
RE: HTTP Streaming not working - by hurcheon - 12-03-2023, 12:31 AM
RE: HTTP Streaming not working - by Tim Curtis - 12-01-2023, 02:44 PM
RE: HTTP Streaming not working - by TheOldPresbyope - 12-01-2023, 02:52 PM
RE: HTTP Streaming not working - by hurcheon - 12-03-2023, 12:44 AM
RE: HTTP Streaming not working - by hurcheon - 12-03-2023, 12:58 AM
RE: HTTP Streaming not working - by hurcheon - 12-03-2023, 01:23 AM
RE: HTTP Streaming not working - by hurcheon - 12-03-2023, 11:58 AM
RE: HTTP Streaming not working - by hurcheon - 12-04-2023, 03:24 PM

Forum Jump: