[gstreamer-bugs] [Bug 542510] [apexsink] Apple AirPort Express Wireless Sink

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Aug 15 14:13:33 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=542510

  GStreamer | gst-plugins-bad | Ver: 0.10.15




------- Comment #16 from Jérémie Bernard  2008-08-15 21:13 UTC -------
(In reply to comment #12)
> I gave this a try today, at last. For me, it manages to connect fine, and
> output some sort of audio - but it's all corrupted sound, nothing
> comprehensible.
> 
> Does this only work with some airport expresses? Is there a test pipeline you'd
> recommend trying?
> 

I made the test on my Apple Base Station V6.3. Just to be clear, this is an
Airport Express not an Airport Extrem as Apple provides two different products.
I use simple pipelines as :

"gst-launch [--gst-debug=apexsink:5] filesrc location=my.mp3 ! mad !
audioresample ! audioconvert ! apexsink host=my_apex_ip volume=100"

and it works very well about the given sound. As far as I know (attempting
while coding) The only reasons that might give a noise in place of a clear
sound are :
- a wrong plublic RSA key (may be you use a more recent firmware than me and
apple changed the key [that's quiet not possible])
- OpenSSL not supporting OAEP padding (RFC 2437), as far as I know, if openssl
is build with external RSA RSAref implementation, it should be patched to use
its own . I discovered this padding support issue while trying to use gcrypt
that does not implement it.
- it happened to me with some "misencoded" files,
- a wrong format, bitrate, endianess, un/signed, width or depth but the caps
should be automatically negociated...

I just uploaded new sources. Please let me know if you still experience those
mistakes. Could you tell me about your Airport Express firmware and openssl
version please ?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=542510.




More information about the Gstreamer-bugs mailing list