iOS app and Raspberry pi Audio receive and playback
shrikantneotech
shrikant at neotechindia.com
Mon Oct 9 09:04:48 UTC 2017
Hi,
I have the raspberry pi board and using the following command to send audio
& receive audio.
send audio:
"gst-launch-1.0 -v alsasrc ! audioresample ! audioconvert ! audio/x-raw,
format=S16LE, layout=interleaved, rate=8000, channels=2 ! udpsink
host=192.168.1.111 port=5001"
Receive audio:
"gst-launch-1.0 -v udpsrc port=5003 ! audio/x-raw, layout=interleaved,
rate=8000, format=S16LE, channels=2 ! audioconvert ! autoaudiosink
sync=false async=false"
I am able to play oin android but not understand how to do on iOS ?
There is no sample app or example for AUdio on iOS.
Please help me out. How to do it on iOS ?.
Thanks,
Shrikant
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list