![]() |
Re: [Request]stream audio output over wifi
Quote:
|
Re: [Request]stream audio output over wifi
Quote:
|
Re: [Request]stream audio output over wifi
Quote:
|
Re: [Request]stream audio output over wifi
heyyyy, so
gst-launch-0.10 pulsesrc device=sink.hw0.monitor ! mulawenc ! rtppcmupay ! udpsink host=192.168.1.100 port=5000 works wonderfully. anyone happen to know how i could do the same with a microphone? i want to send a sink on my computer to the n9 over a network. |
Re: [Request]stream audio output over wifi
so i have no idea what i actually want to do with the stream on the n9 side.
i suspect that what i want to do is change nokia application behaviour, which is impossible. possibly what i want to do is pulse-magic, though, so if anyone knows what i want, lemme know. getting the stream to the n9 was simple. my goal is to have the phone app use my the stream {from my laptop's microphone} instead of the n9's microphone. laptop-microphone => n9-loudspeaker laptop: gst-launch-0.10 pulsesrc device=alsa_input.pci-0000_00_1b.0.analog-stereo ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16,rate=44100 ! rtpL16pay ! udpsink host=$n9ip port=3200 n9: gst-launch-0.10 -v udpsrc port=3200 ! "application/x-rtp,media=(string)audio, clock-rate=(int)44100, width=16, height=16, encoding-name=(string)L16, encoding-params=(string)1, channels=(int)1, channel-positions=(int)1, payload=(int)96" ! rtpL16depay ! audioconvert ! pulsesink |
Re: [Request]stream audio output over wifi
Stereo(!) microphone from N9 to PC:
PC: Code:
gst-launch udpsrc port=3200 ! "application/x-rtp,media=(string)audio, clock-rate=(int)44100, encoding-name=(string)L16, channels=(int)2, payload=(int)96" ! gstrtpjitterbuffer latency=1000 ! rtpL16depay ! audioconvert ! autoaudiosink Code:
~ $ gst-launch-0.10 autoaudiosrc ! audioconvert ! audio/x-raw-int,channels=2,depth=16,rate=44100 ! rtpL16pay ! udp This is uncompressed audio. But still the two problems remain: how to get the original audio from example the music player, without the need for pluging-in headphones? And why won't TCP work? (Well, the Windows version seems to lack TCP...) Also, the jitter buffer is at full second. Much lower and it breaks. :( More interesting stuff ahead: using the N9 as Dolby Headphone decoder: :cool: Code:
~ $ gst-inspect-0.10 | grep Dolby Of course, GStreamer can stream video as well. It should be possible to stream video directly to VLC on a PC right over the internet. I don't know about the streaming possibilities of HTML5 or Flash. Would be cool though to embed a videostream in a website. Any suggestions here too? |
Re: [Request]stream audio output over wifi
pretty cool fuzzilogic.
im still interested in using my laptop microphone in the phone app. if anyone can think of a way to do this, i would really appreciate it. |
All times are GMT. The time now is 21:15. |
vBulletin® Version 3.8.8