[Rhythmbox-devel] Rhythmbox Airtunes support
- From: Brent Heyes <brent heyes co uk>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] Rhythmbox Airtunes support
- Date: Mon, 19 Jun 2006 11:31:22 +0100
Hello there,
Is there any visibility of either a gstreamer airtunes sink or even
direct support for streaming to airtunes from Rhythmbox.
Many thanks,
-Brent
PS:
I'm currently using the following method:
gstreamer-properties
------------------------------------
Default Output Plugin:
alsasink device=airtunes-stream
~/.asoundrc
----------------------
pcm.airtunes-stream {
type file
slave.pcm default
file /tmp/airtunes-stream
}
~/bin/airtunes-stream
-------------------------------------
#!/bin/sh
if [ ! -p /tmp/airtunes-stream ]
then
mkfifo /tmp/airtunes-stream
fi
while true
do
cat /tmp/airtunes-stream | JustePort.exe - 192.168.1.3 -20
sleep 1
done
This method is a little buggy and also affects other applications using
gstreamer such as totem.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]