Gstreamer - Jack - sending audio over WiFi net.

Mario Sottile mariomey at gmail.com
Tue Sep 13 11:44:05 UTC 2016


> Yes, just use the GStreamer jack plugin, which contains a source and
> sink. I'm not sure what you mean with encoding though, currently it
> only supports only raw audio but if JACK can do more you could add
> support for that.
I mean:
Jack (uncompressed audio) -> GSt Jack Plugin -> Encoding (compression, 
GSt) -> Put in IP (GSt) -> Transmision to other computer in local 
network -> Take from IP (GSt) -> Decoding (uncompression, GSt) -> GSt 
Jack Plugin -> Jack (uncompressed audio)

I would want to compress the audio because I'm trying to use WiFi 
network and it should be stable as possible (knowing that a WiFi is not 
stable).

Could this setup be possible?

> gst-launch is a debugging / testing application and should not be used 
> in production. 
... for the moment, I can't go beyond this. I don't have the time to 
learn writting a program to do that.

Thank you very much.


More information about the gstreamer-devel mailing list