Hi igal,
A valid usecase is to use alsasink
$ gst-launch-1.0 filesrc location=a.mp4 ! qtdemux ! avdec_aac ! audioconvert ! alsasink device="hw:2,0"
You need to modify device tree accordingly and configure correct device to alsasink.
Hi igal,
A valid usecase is to use alsasink
$ gst-launch-1.0 filesrc location=a.mp4 ! qtdemux ! avdec_aac ! audioconvert ! alsasink device="hw:2,0"
You need to modify device tree accordingly and configure correct device to alsasink.