|
2011-04-03
, 17:06
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#2
|
|
2011-04-03
, 18:02
|
Posts: 21 |
Thanked: 3 times |
Joined on Jan 2010
@ Russia
|
#3
|
|
2011-04-03
, 18:10
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#4
|
uvatbc,
There are the app for streaming audio/video to network - Phonestream.
But also "Todo list:
*Add microphone support for use as main remote desktop mic. ..."
So I still don't know the way to make N900's microfone streaming to mini-jack 3,5.
|
2011-04-03
, 19:14
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#5
|
The Following 2 Users Say Thank You to vanous For This Useful Post: | ||
|
2011-04-03
, 19:37
|
Posts: 458 |
Thanked: 274 times |
Joined on Mar 2010
@ Finland
|
#6
|
The Following 2 Users Say Thank You to MiK546 For This Useful Post: | ||
|
2011-04-03
, 19:38
|
Posts: 237 |
Thanked: 193 times |
Joined on Feb 2010
@ Brighton, UK
|
#7
|
here is what i do from my linux box:
ssh root@ip_of_my_n900 arecord | aplay
gst-launch autoaudiosrc ! autoaudiosink
The Following User Says Thank You to mr id For This Useful Post: | ||
|
2011-04-03
, 19:44
|
Posts: 21 |
Thanked: 3 times |
Joined on Jan 2010
@ Russia
|
#8
|
here is what i do from my linux box:
ssh root@ip_of_my_n900 arecord | aplay
The Following User Says Thank You to talkMAEMOnik For This Useful Post: | ||
|
2011-04-03
, 19:53
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#9
|
The Following User Says Thank You to vanous For This Useful Post: | ||
|
2011-04-03
, 20:00
|
Posts: 21 |
Thanked: 3 times |
Joined on Jan 2010
@ Russia
|
#10
|
If you have gst-launch installed on the n900 (in the gstreamer-tools package), once you've ssh'ed in you can:
will send the input (mic) to the output (speakers or line out).Code:gst-launch autoaudiosrc ! autoaudiosink
you can make far more complex pipelines than this but this should provide a proof of concept for you.
I have the special wire (mini-jack 3,5 to mini-jack 3,5) so it is easy to stream sound (music etc.) from N900 to PC, but I don't know how to activate the N900's built in microphone and transport it's sound too
Last edited by talkMAEMOnik; 2011-04-03 at 18:13.