![]() |
Re: [Request]stream audio output over wifi
Installed it with wget and dpkg -i and it worked:) (thx Fuzzillogic )
When i start gst-launch with this command i seems to work. gst-launch-0.10 pulsesrc device=sink.hw0.monitor ! tcpserversink port=3000 If i then point my pc´s browser to http://localhost:3000 it connects and gives start to show random numbers if i have some sound on the n9. If i puase song the random numbers gets a constant mess and when i play again it starts showing random number again. If i try the same adress in ex winamp it connects to stream but dont give me any sound. Any Ideas? |
Re: [Request]stream audio output over wifi
get this when i run the command
Code:
gst-launch-0.10 pulsesrc device=sink.hw0.monitor ! tcps |
Re: [Request]stream audio output over wifi
Uch, do I feel n00b :(
Code:
~ $ gst-launch-0.10 pulsesrc device=sink.hw0.monitor ! mulawenc ! rtppcmupay ! udpsink host=192.168.200.28 port=5000 Voila, music from the N9 on the desktop. There are a few problems with this:
Some examples tailored for the N9 would be helpful! |
Re: [Request]stream audio output over wifi
Got music to but as stated quality is not that good. However now we know its doable:)
We just need to optimize it:) |
Re: [Request]stream audio output over wifi
Quote:
Quote:
Quote:
You don't need to be root for this, as the config is owned by the user. I guess it would be easy to whip up a very little tool that can fix this setting for everyone, making sharing a quite bit more usefull. While at it, you might want to have a look at enabling the other transcoding options. So to sum it up:
|
Re: [Request]stream audio output over wifi
Quote:
Quote:
Quote:
Quote:
Quote:
|
Re: [Request]stream audio output over wifi
Hi guys...i find this thread very interesting and I would also love to be able to stream my music, but also photos and videos to a device in my network. I know that DLNA is not perfect but for me it seems the best solution available.
That's why I also searched a bit on the net and contacted one of the original Harmattan DLNA developers. Rygel is of course only a DLNA server....but 1.2 should also ship GUPnP which allows you to set up a DLNA Controll Point. What we would need in short: (ANY DLNA server in your network) -> (N9 as controller) -> (Any A/V media renderer in your network) Here are some links with more information on GUPnP & Harmattan: GUPnP Reference Manual http://harmattan-dev.nokia.com/docs/...docs/libgupnp/ Writing a UPnP Client http://harmattan-dev.nokia.com/docs/...-tutorial.html I also found this request on the bug tracker: https://harmattan-bugs.nokia.com/show_bug.cgi?id=405 Please go and vote for it! Also look at the original threadthis was discussed on briefly: http://talk.maemo.org/showthread.php...NA#post1168930 |
Re: [Request]stream audio output over wifi
Quote:
Quote:
Regarding AAC, this works: N9: Code:
~ $ gst-launch-0.10 -v pulsesrc device=sink.headphone.monitor ! nokiaaacenc ! rtpmp4apay ! udpsink host=<YOUR_PC_IP> port=5000 Code:
C:\>gst-launch udpsrc port=5000 caps = "application/x-rtp, media=(string)audio, clock-rate=(int)44100, encoding-name=(string)MP4A-LATM, cpresent=(string)0, config=(string)40002420, payload=(int)96, ssrc=(uint)626726979, clock-base=(uint)297812686, seqnum-base=(uint)47800" ! gstrtpjitterbuffer latency=500 ! rtpmp4adepay ! decodebin ! directsoundsink So, either GStreamer is tolerant of the AAC produced by the N9, or AAC encoding just works? I haven't tested H.264. Either way, UPnP-support would be nice, even better if it would be possible to stream the actual screen contents as video as well! Alternatively it might be possible to provide a icecast/shoutcast stream. That has a very broad client-support as well. |
Re: [Request]stream audio output over wifi
Will try the code tonight:)
The icecast/shoutcast idea is good. Thats make the stream easy to pick up on almost every device:) But how? |
Re: [Request]stream audio output over wifi
I get 0:00:00.062400000 5060 00528E20 ERROR GST_PIPELINE grammar.tab.
8:gst_parse_element_set: could not set property "caps" in element "udpsrc0" application/x-rtp, media=(string)audio, clock-rate=(int)44100, encoding-name ring)MP4A-LATM, cpresent=(string)0, config=(string)40002420, payload=(int)96 rc=(uint)626726979, clock-base=(uint)297812686, seqnum-base=(uint)47800" in cmd when trying the command. I cant get the gstreamer for win to work! I'm going crazy. edit: Anyone know if gstreamer works with win 7 64bit. Might be the problem. |
All times are GMT. The time now is 17:19. |
vBulletin® Version 3.8.8