View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#1
I allways have wanted to make a call with desktop computer using my N900. I decided to try this with gstreamer today. I managed to send the callers voice with this command to internet:
Code:
gst-launch pulsesrc device=sink.hw0.monitor ! audioconvert ! queue ! nokiaaacenc bitrate=128000 output-format=1 ! tcpserversink host=10.0.0.240 port=5000
And record it with my PC to file with this command:
Code:
gst-launch-0.10 tcpclientsrc host=10.0.0.240 port=5000 ! filesink location=call.aac
But when I'm trying to direct the audio to pulseaudio I can hear only once some strange sound once:
Code:
gst-launch-0.10 tcpclientsrc host=10.0.0.240 port=5000 ! mad ! pulsesink
Any help?
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers
 

The Following User Says Thank You to laasonen For This Useful Post: