Quote:
Originally Posted by NiLuJe
What did fix it is running it directly, preventing the pipe from being quoted, which effectively broke the pipeline, since there was no longer a pipeline ^^.
|
He had tried to run it directly ...
Code:
echo "Try as per NiLuJe:"
echo ""
/mnt/us/extensions/sox/sox $1 -t raw - | /usr/bin/gst-launch -v filesrc location=/dev/stdin ! $caps ! queue ! mixersink
and he got
Code:
(gst-launch-0.10:17914): GStreamer-CRITICAL **: gst_element_make_from_uri: assertion `gst_uri_is_valid (uri)' failed
WARNING: erroneous pipeline: no element "audio"