Quote:
Originally Posted by NiLuJe
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