| The Following User Says Thank You to Sniper_swe For This Useful Post: | ||
|
|
2012-02-28
, 00:35
|
|
Posts: 146 |
Thanked: 99 times |
Joined on Jan 2012
@ Lisbon, Portugal
|
#2
|

|
|
2012-02-28
, 02:20
|
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#3
|
It would be great to be able to stream the audio output . Similar to what http://code.google.com/p/dsbridge/ dsbridge does on desktop computer. All sound you play gets streamed to a webadress like http://localhost:8909 .
Then you could tap into that adress with media player or game console. If u change track on the phone the media player plays that track. This makes it the perfect tool for playing spority to home theater and use the phone to controll whats playing
Any ideas on how to make this work?
(make sure you read it)
|
|
2012-02-28
, 02:25
|
|
Posts: 256 |
Thanked: 110 times |
Joined on Jan 2012
@ Europe
|
#4
|
| The Following User Says Thank You to DarkSkies For This Useful Post: | ||
|
|
2012-02-28
, 03:39
|
|
Posts: 477 |
Thanked: 1,277 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#5
|
Would be fun though!
|
|
2012-02-28
, 07:52
|
|
Posts: 77 |
Thanked: 42 times |
Joined on Oct 2011
@ Sofia, Bulgaria
|
#6
|
| The Following User Says Thank You to YavkatA For This Useful Post: | ||
|
|
2012-02-28
, 09:01
|
|
Posts: 362 |
Thanked: 182 times |
Joined on Sep 2010
|
#7
|
|
|
2012-02-28
, 09:09
|
|
Posts: 362 |
Thanked: 182 times |
Joined on Sep 2010
|
#8
|
And get to have the soundsource in your pocket so its easy to controll and change music

|
|
2012-02-28
, 16:40
|
|
Posts: 362 |
Thanked: 182 times |
Joined on Sep 2010
|
#9
|
|
|
2012-02-28
, 18:47
|
|
Posts: 77 |
Thanked: 42 times |
Joined on Oct 2011
@ Sofia, Bulgaria
|
#10
|
I got this as a tip on fmo.:
__________________________________________
Well, pulseaudio (the sound manager on meego) is able to stream over http. If the module is available on meego, you should set "load-module module-http-protocol-tcp" probably in /etc/pulse/system.pa. I'm not sure you will have to check.
You can even "publish" this with rygel (https://live.gnome.org/Rygel/Pulseaudio)
_______________________________________
I dont know how to try it though:
default-server=tcp:REMOTEIP:4713
| The Following User Says Thank You to YavkatA For This Useful Post: | ||
Then you could tap into that adress with media player or game console. If u change track on the phone the media player plays that track. This makes it the perfect tool for playing spority to home theater and use the phone to controll whats playing
Any ideas on how to make this work?