View Single Post
Old 04-23-2020, 01:29 PM   #73
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 910
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by NiLuJe View Post
You know what my answer's going to be, right?

... strace it ;p.

IIRC, the fact that busybox is a multi-call binary and how the symlinks are setup + vfat and the fuse layer proxy can lead to puzzling results when trying these sort of things...
Looks like this might not be necessary. I just tried what I was hoping to do on my laptop and find that it doesn't even work there. A search on the mailing list for SoX appears to show that I will need an outboard call of wget to make it work, as in:

wget -q -0- <URL> | play -t <type> -

This complicates things, as I usually want to pass a URL for a playlist as opposed to a single stream. It also seems problemic to get the details from a stream as soxi returns:

soxi FAIL formats: can't determine type of file URL `http://19313.live.streamtheworld.com:80/WMALFMAAC_SC'

Those details are necessary to build the gst-launch pipeline, so unless I am going to force an output format this is a problem.

Dave
dhdurgee is offline   Reply With Quote