![]() |
2012-03-09
, 09:51
|
Posts: 148 |
Thanked: 199 times |
Joined on Nov 2009
|
#51
|
![]() |
2012-03-09
, 10:09
|
Posts: 108 |
Thanked: 179 times |
Joined on Feb 2012
|
#52
|
An UPnP media controller indeed would be very welcome, it really augments the media server on our N9.
But I'm afraid I fail to see how this would provide streaming-audio-out-to-upnp-capabilities. The "GST Launch" in the screenshot could very well be a Rygel installation on his local machine. Indeed, Rygel supports streaming from gstreamer, but our N9 is lacking the library for that, as was discussed earlier. But seen his work, Jens might very well be able to pull it off
![]() |
2012-03-09
, 10:15
|
Posts: 108 |
Thanked: 179 times |
Joined on Feb 2012
|
#53
|
This looks great, just what I need to play to my DLNA amp, are you author of this app? Does it have an announce thread here (I couldn't find one) Is there going to be beta available?
![]() |
2012-03-11
, 17:39
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#54
|
![]() |
2012-03-11
, 18:39
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#55
|
The Following User Says Thank You to wolke For This Useful Post: | ||
![]() |
2012-03-14
, 21:25
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#56
|
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
~ $ gst-launch-0.10 autoaudiosrc ! audioconvert ! audio/x-raw-int,channels=2,depth=16,rate=44100 ! rtpL16pay ! udp sink host=<IP of PC> port=3200
~ $ gst-inspect-0.10 | grep Dolby nokiadhmmix: nokiadhmmix: Dolby Headphones Mobile mixer nokiaddpdec: nokiaddpdec: Dolby Digital/Dolby Digital Plus decoder
The Following User Says Thank You to Fuzzillogic For This Useful Post: | ||
![]() |
2012-03-14
, 21:32
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#57
|