![]() |
Calling with PC using N900 with gstreamer
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 Code:
gst-launch-0.10 tcpclientsrc host=10.0.0.240 port=5000 ! filesink location=call.aac Code:
gst-launch-0.10 tcpclientsrc host=10.0.0.240 port=5000 ! mad ! pulsesink |
Re: Calling with PC using N900 with gstreamer
What about using SIP or GTalk or even Skype instead?
|
Re: Calling with PC using N900 with gstreamer
Quote:
If I have understood right I can't get the same number to SIP that I have on my phone. So I couldn't answer with the device I want. Managed to get the output working, but there seems to be ~1s delay :( I'll try to use UDP. Code:
gst-launch-0.10 tcpclientsrc host=10.0.0.240 port=5000 ! decodebin ! audioconvert ! audioresample ! pulsesink |
Re: Calling with PC using N900 with gstreamer
I'm waiting for result, very interesting job You're doing :)
|
Re: Calling with PC using N900 with gstreamer
So, any further success? :)
|
All times are GMT. The time now is 07:24. |
vBulletin® Version 3.8.8