Getting gstreamer to produce out of raspberryPi usb-audio

Nicolas Dufresne nicolas at ndufresne.ca
Sat Feb 29 20:47:01 UTC 2020


Le samedi 29 février 2020 à 11:55 -0600, rikb a écrit :
> for example, this solves the issue when gst-launch is run from the command
> line, but
> how do i specify `alsasink` via the python API?

In Python, you can set properties using:

  asink.props.device = "my-audio-device"

For Python documentation, visit 
https://gstreamer.freedesktop.org/documentation and clock on the
"Language" drop down, select "Python" and then your search results
should be adapted.

The GLib specification documentation will be found on Gnome website
though. You may want to give a look at various tutorials in Python.

> 
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list