Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2016-10-21 Thread schmurtz

This plugin is now obsolete, take a look to ShairTunes2, originally
created by disaster123 and ported to Windows by philippe_44, see the
post here :

http://forums.slimdevices.com/showthread.php?103783-Announce-ShairTunes2-plugin-Airtunes-on-your-LMS=860684=1#post860684

Easier to install, better sound delay and covers are displayed on
squeezebox touch and squeezelite. A must have ;)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-12-05 Thread jtuggey

This is a fantastic plugin.My knowledge of coding is limited to say the
least.
Is there anyway that using AirPlay, can direct music to a specific
squeezebox.
ie. Choose 'Lounge' or 'kitchen' when select airplay on my iOS device.
Alternatively, is there a way to sync all my squeezebox's to play the
iOS source.
As a 'dirty' way of doing it, I have tried to set up multiple versions
of ShairPlay4w in different folders, one for each squeezebox but Windows
will only allow one version of ShairPlay to open.

Many thanks.



jtuggey's Profile: http://forums.slimdevices.com/member.php?userid=1381
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-09-26 Thread stahlgrau

schmurtz,

Great work!  This might be a stretch, but I am trying to use your
modified Shareport4w code to expose an MP3 HTTP stream so I can listen
to it on my (ugh) Control4 system.  I modified start.bat and stop.bat to
comment out the SqueezeBox specific lines towards the bottom (and only
start VLC then kill VLC) and set MyStreamer=VLC.  I added my laptop IP
in Control4 as an Internet radio station through
hxxp[:]//:8080 and made sure my Win7 Windows Firewall had an
inbound rule for VLC and confirmed it was listening on TCP/8080. 
Unfortunately it doesn't seem to work.  Any ideas?

For reference here is a stream that does work: 
hxxp[:]//173.244.215.162:8300/

Thanks in advance!  Sorry for the oddball question..



stahlgrau's Profile: http://forums.slimdevices.com/member.php?userid=64841
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-05-28 Thread Wigster

Hi,

Actually, the start/stop time is very fast. What is slow is e.g.
changing the track on the iphone, or the volume level. A buffer of some
seconds in built up after starting the stream and then the sound on the
Squeezebox is behind the phone by 5 seconds or so. I am wondering
whether it is possible to shrink that buffer.

Another snag I've hit is that the batch files can't communicate with the
server if the user/password protection is on in security. I guess a
login command would have to be sent to the CLI in order to get through
it. Is that possible?

Thanks,

Wigster



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-05-25 Thread Wigster

Hi Schmurtz,

So I've installed your new version and have managed to get it to work.
Here are a couple of issues that I had to get right in order to do that,
for your and others' reference.

I'm running Windows Server 2012R2, so not sure all of this applies to
other versions of Windows

* You need to set up a Inbound/Outbound traffic rule for S4W in the
Firewall. Strangely, the firewall allows traffic out according to its
rule only if the executable sits in Program Files rather than in some
random directory.
* If you launch S4W using a shortcut, you have to make sure that the
Start In directory is set to the directory of S4W otherwise it will
not be able to find the .bat files and will fail to control LMS.

I have also set up S4W to run as a service using srvany.exe, so that it
runs without a user logging onto the server, but just straight from
being booted:
(see e.g.
http://jack.ukleja.com/utorrent-service-windows-home-server-2011/ for an
example of how to do this).

Indeed this works. First thing to do is to make the Windows Audio
service start automatically, which it does not by default. Then I had to
get S4W to start Delayed rather than just Automatically, so that the
Audio service is definitely loaded before S4W loads. The key thing here
is that the srvany also must start the S4W service in its own directory.
This is done by supplying a new parameter in the Parameters key in the
registry: you need to add a string AppDirectory with the path to the
executable, right under the Application entry.

With these tweaks, the AirTunes stream starts in about 2 seconds on my
server, although then buffers about 20 or so, so any further changes are
much slower (is there some way to tweak down the buffer? I presume this
is LMS/Wave Input).

Thanks a lot. This is going to make me v. happy.



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-05-25 Thread schmurtz

Wigster wrote: 
 Hi Schmurtz,
 Thanks a lot. This is going to make me v. happy.

Thank you Wigster for these very interesting informations ! 

For The buffer delay : have you deactivated FLAC encoding ? Please read
_If_you_use_the_WaveInput_plugin 
(\http://forums.slimdevices.com/showthread.php?100048-Announce-Airplay-on-squeezebox-(for-Windows)p=758980viewfull=1#post758980\)_
section in my first post, may be it will help ;)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-05-24 Thread schmurtz

This is not really an issue if the bat file dosen't work with the actual
sourceForge version : I have modified an old one to enable bat file
launching. Please 'try this advice '
(http://forums.slimdevices.com/showthread.php?100048-Announce-Airplay-on-squeezebox-(for-Windows)p=797653viewfull=1#post797653)with
my version and come here to say if hte log file is crerated.

I will make a new version with the actual Shairport4w when I have some
time ;)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-05-24 Thread schmurtz

Hi,

You're lucky Wigster !

I've updated my shairport4w modification with the last version of
'shairport4w' (http://sourceforge.net/projects/shairport4w/) source code
: 
The new functionalities of shairport4w are not implemented
(Recorder-PlugIn, FLAC, ...) because these are not open source but the
bugs corrections of shairport4W are here.

DOWNLOAD
IT HERE. 
(\HTTP://ALECSIS.FREE.FR/SOFTWARES/SQUEEZEBOX/SHAIRPORT4W%20-%20SQUEEZEBOX%20EDITION%20-%20BY%20SCHMURTZ.ZIP\)

 Shairport4w and Recorder-PlugIn Version 1.0.8.6
 
 - minor Bug-Fixes
 - improved Oscilloscope Track-Editor (supports cutting)
 - additional Export-Format (.m4a)
 
 Shairport4w and Recorder-PlugIn Version 1.0.8.5
 
 - minor GUI Improvements
 - minor Bug-Fixes
 - fixed Bug #14 (Multi-Soundcard-Mode / Advanced Options)
 - fixed Software Removal
 
 Shairport4w and Recorder-PlugIn Version 1.0.8.4
 
 - Fixed Bug/Crash under Vista
 - improved handling of Bonjour
 - Auto-Remove unfinished Tracks (optionally)
 - Oscilloscope Track Transition Editor
 
 Shairport4w and Recorder-PlugIn Version 1.0.8.3
 
 - added Export Format FLAC 
 
 Shairport4w and Recorder-PlugIn Version 1.0.8.2
 
 - minor improvement when registering with the Bonjour-Service
 - improved automatic Track-Recognition 
 - you may achieve more improvement with the Track-Recognition by
 adjusting a static Cutting Offset inside the Settings-Dialog
 - fixed a GUI bug showed up in Windows's Classic Theme
 - Additional Burn-Mode for Audio-CDs - DiscAtOnce
 - Burn Audio-CDs gapless (only if your Recorder supports this mode)
 - The Project-File extension .spr is now associated with the
 Shairport4w-Application
 
 
 Shairport4w Version and Recorder-PlugIn 1.0.8.1
 
 - several Bugfixes
 - Mute-Button
 - official Suppport for WinXP
 - Installer/Deinstaller
 - optional Recorder-PlugIn



(I put in grey what is not included)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-03-12 Thread schmurtz

hokie wrote: 
 If Bonjour was the problem, wouldn't I have the issue when running the
 standard version of Shairport4w from SourceForge.net?  
 Their current version (1.0.8.5) runs successfully and I can manually
 connect to my Squeezebox with the WaveInput plugin.

No, the current version 1.0.8.5 has been modified by someone that have
financial intentions. If you want to make a real test you can try the
version 1.0.7.3 or 1.0.7.2.
Furthermore I have personnaly compiled the modified version of shairport
so it could be some minor differences. So you can :
- First reinstall Bonjour ! May be it is not the problem but it is not
a big deal to try...
- test the original version 1.0.7.3
- test on another computer



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-03-10 Thread hokie

I've been trying to get Shairport4w running on my HP MediaSmart Windows
Home Server following the tips from Spastic.  I was able to get the
WaveInput plugin running with the help of VB-Audio Virtual Cable, but am
having problems getting Shairport4w to work.

When I try to run Shairport4w I get the following error:
17578

Any thoughts on debugging this error?


+---+
|Filename: Shairport4W error.JPG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17578|
+---+


hokie's Profile: http://forums.slimdevices.com/member.php?userid=21568
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-03-10 Thread schmurtz

hokie-  It will be something to do with Apple's Bonjour service. Make
sure that it is running and set to boot in msconfig. If that fails, try
reinstalling the Bonjour service using this link:
http://support.apple.com/kb/DL999

Also, make sure to reboot after installing Bonjour or making it active
in msconfig.#65279;



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-03-10 Thread hokie

schmurtz wrote: 
 hokie-  It will be something to do with Apple's Bonjour service. Make
 sure that it is running and set to boot in msconfig. If that fails, try
 reinstalling the Bonjour service using this link:
 http://support.apple.com/kb/DL999
 
 Also, make sure to reboot after installing Bonjour or making it active
 in msconfig.#65279;

If Bonjour was the problem, wouldn't I have the issue when running the
standard version of Shairport4w from SourceForge.net?  
Their current version (1.0.8.5) runs successfully and I can manually
connect to my Squeezebox with the WaveInput plugin.



hokie's Profile: http://forums.slimdevices.com/member.php?userid=21568
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2015-01-01 Thread schmurtz

Very good idea Ekinox09, virtual cable is a good solution to avoid to
hear the sound of shairport directly on the computer, thanks for
sharing, it will help coppertop and others who have the same request :)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-12-28 Thread Ekinox09

Very good job. I was wondering how to Airplay Spotify on my multiroom
solution (6 RaspberryPi with Squeezelite) and your solution works like a
charm. Here is my feedback :
- Don't forget to read the WaveInput help guide (stereo mix level
was, by default, with a too low level on my PC),
- start.bat  stop.bat do not work fine for me (too much errors
while launching on Windows 7); i had to limit them to the needed lines
(i use WaveInput) :
PLAY.BAT:

set MySqueezeBoxMac=b8:27:eb:d3:32:56
@echo %MySqueezeBoxMac% playlist play wavin:0 | tools\nc.exe -w 1
%computername% 909
STOP.BAT

set MySqueezeBoxMac=b8:27:eb:d3:32:56
taskkill /IM wavin2cmd.exe
@echo %MySqueezeBoxMac% power 0 | tools\nc.exe -w 1 %computername%
9090
- I didn't want to hear the sound of Shairport4w on my PC (i only need
to send the sound from a iPhone/iPad to my Squeezebox multiroom with
Airplay); so i installed a virtual cable (VB Audio Virtual Cable) and
enabled them; i selected this virtual cable as soundcard on Shairport4w;
and the sound is found by my Squeezebox (WaveInput plugin on the URL
wavin:0).

I now have the expected behaviour;
_thank_you_again_for_sharing_your_work_. Bye bye.



Ekinox09's Profile: http://forums.slimdevices.com/member.php?userid=63785
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-11-24 Thread schmurtz

Hi  coppertop,

1) I think you have a directory problem, it should be like this :

#9474;- libeay32.dll
#9474;- Shairport4w.exe
#9474;
#9492;#9472;#9472;#9472;tools (subfolder)

nc.exe
play.bat
stop.bat

If it doesn't works, add this line at the end of play.bat and
stop.bat (after :FIN )

Code:

echo Script %~nx0 started at : %date% %time%  log.txt


it will create a log.txt file in the root folder of Shairport4w.exe with
the date time each time the script is started. Useful to make a
diagnostic...

2) Yes... this is by design because this tool is just transferring the
sound of your PC to the squeezebox... If you are a developer you can
take a look in the section How can it be improved ? of my first post,
there are many way to transfer directly shairport sound to the
squeezebox but it require more work ;)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-11-21 Thread coppertop

Great plugin...been trying to get airplay to work with LMS for a while.

I finally got things working...but I have two issues.

First, I'm running version 7.7.3 of LMS.  

1) audio plays on my server machine, along with my squeezeboxes.  Is
this by design, or is there a way to mute it?  I tried playing with the
mixer volume sliders, but Front and Wave both also turned down my
Squeezeboxes.

2) play.bat, if manually run, turns on the squeezebox and sets the
source to wavein...and stop.bat turns off the squeezebox.  However, it
is not working on it's own.  So currently, I have to manually control
everything...which sort of defeats the purpose of the modified version
of shairtunes4w.

problem 1 is not as important as problem 2 since I'm running this on a
server that normally isn't hooked up to audio...but would still love a
solution to both.

Thanks to anyone in advance who might be able to help.



coppertop's Profile: http://forums.slimdevices.com/member.php?userid=63612
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-08-19 Thread schmurtz

Otto-Wilhelm wrote: 
 I was not aware of this solution, so I implemented the Airplay
 functionality for Squeezebox/LMS using an Apple TV device connected via
 optical SPDIF with the USB sound card optical SPDIF input of my server
 computer hosting LMS, using VAC (virtual audio cable, see
 http://software.muzychenko.net/eng/vac.htm) and the WaveInput plugin.
Interesting, thanks Otto-Wilhelm to share it with us.
So you have to launch WaveInput manually ? How much delay do you have ?



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-08-18 Thread schmurtz

kidhazy wrote: 
 Solved it.  I had another bit of software listening on the 8080 port
 which required authorisation.
 I changed 8080 to a different port, and it all worked straight away.
 Great work Schmurtz - thanks for your efforts.
Sorry, I arrive too late to give help... Happy to see that you have
solved your problem :)



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-08-18 Thread Otto-Wilhelm

I was not aware of this solution, so I implemented the Airplay
functionality for Squeezebox/LMS using an Apple TV device connected via
optical SPDIF with the USB sound card optical SPDIF input of my server
computer hosting LMS, using VAC (virtual audio cable, see
http://software.muzychenko.net/eng/vac.htm) and the WaveInput plugin.



---
1 transporter with touch for controlling,
1 squeezebox 3
6 squeezebox radio
3 squeezebox controllers
(+ a number of different squeezebox spares)
ipeng on IPhones and IPads
LMS with MusicIP under Windows Home Server 2011 
on Dell PowerEdge 840 Server (Quad core Xenon X3210 @ 2.13 GHz, 8 GB
RAM)
ripping software: DBPowerAmp, tag editing software: TagRename

Otto-Wilhelm's Profile: http://forums.slimdevices.com/member.php?userid=2
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-08-15 Thread kidhazy

Solved it.  I had another bit of software listening on the 8080 port
which required authorisation.

I changed 8080 to a different port, and it all worked straight away.

Great work Schmurtz - thanks for your efforts.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-08-14 Thread kidhazy

Schmurtz, thanks for your work on this extension.

I'm having issues in getting it to completely work, and was wondering if
you have any debug pointers.

I'm running your extension on Windows 7 using VLC.

  
- I start Shairportw and it starts OK
- I can select the device from Airplay on my iPhone and direct the
  music to Shairportw
- VLC starts up with the directshow stream.
- My Squeezebox starts up OK, but I get no music coming through the
  Squeezebox.
  

I found I was hearing music on my PC (which doesn't have a dedicated
soundcard) - so I installed the VB-Audio Virtual Cable driver and used
that as the default 'speakers' and 'recorder' for the laptop.
I now don't hear the music on my PC, but I still don't get anything on
my Squeezebox.

I also updated the type.conf file to add application/octet-stream to
the mp3 types (it wasn't specified in any other type).

Are there any pointers or logs that I may be able to check to see what's
happening here?

Thanks.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-01-23 Thread Spastic

Hey Schmurtz, I downloaded the latest version and I've played music for
20 minutes or so with no crashes, so it looks like the problem is fixed.
Thanks for the help, and nice work!



Spastic's Profile: http://forums.slimdevices.com/member.php?userid=62388
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-01-19 Thread Spastic

I just tried to set this up on my Windows Home Server yesterday and ran
into I think the same problem.  The issue for me was that there is no
sound card in my server (it's an HP MediaSmart).  There were two things
I needed to do to fix it.  One was to not log in with remote desktop,
since that sets it to use a special RDP virtual soundcard.  Instead I
installed TightVNC and logged in with that.  Then, I installed VB-Audio
Virtual Cable, which is a free audio redirector.  In the Windows sound
properties I set the playback and record devices to VB-Audio Point. 
Basically that just makes it so any sounds that are played are
redirected to the recording device, which is what WaveInput samples. 
After that it started working.

Unfortunately, I'm getting a pretty frequent lockup.  It looks like an
assert, is your released version of shairport4Win compiled in debug
Schurtz?  Here's the message:

Debug Assertion Failed!
Program: C:\Program Files\shairport4W\Shairport4w.exe
File:
C:\users\admin\desktop\shairport4w-code-73\shairport4w-code-73\hairtunes.cpp
Line: 784

Expression: 0

I didn't try to download the stock Shairport code to see if that's a
stock assert or if it's in your changes.  Any ideas?



Spastic's Profile: http://forums.slimdevices.com/member.php?userid=62388
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-01-19 Thread schmurtz

Hi,

sp1976, in a first part try to make WaveInput plugin works properly.
To do that forget shairport4W for the moment, don't open remote desktop
(logon locally on your server), check your sound card configuration and
launch Windows Media Player with a song in repaet mode and launch your
squeezebox on the URL :  wavin:0   (you can type this like an radio
URL).

If the time count of the player displays 0:00 there is is a
problem...
You can check what is the error message directly on the squeezebox and
if your squeezebox is not next your computer you can try with
'softsqueeze'
(http://code.google.com/p/squeezeslave/downloads/detail?name=SqueezePlay-setup-7.8.0r328.execan=2q=).

'Read carefully this section of the wavin plugin help'
(http://wiki.slimdevices.com/index.php/WaveInput_plugin#Configure_Windows_Vista_.2F_7)

Once you can hear the sound of your PC on your squeezebox then you can
try again with the modified version of shairport.

Normaly when you launch the WaveInput plugin a new process is created :
you can check in the task manager that the process wavin2cmd  has been
created.


Spastic, use VNC is a good idea, RDP can create some problems with the
sound redirection (there is some tests to do in the options of RDP
client, in the local resources tab ). Thanks for the tips with
VB-Audio Virtual Cable, it can be usefull if you don't have the stereo
mix option in the Recording Control.
Thanks for your remark about the compilation, I have recompiled it in
release mode and updated 'the download link'
(http://alecsis.free.fr/squeezebox/shairport4W%20-%20Squeezebox%20edition%20-%20by%20Schmurtz.zip).
Hope this help...
You can try the official realease of shairport to see if you have the
problem too.



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-01-19 Thread sp1976

Many thanks for your support!
Of course the problem was with WaveInput config. I've maneged to create
StereoMix the way it should work and now I'm happy with working Airplay
solution on my Squeezeboxes. 

Greetings from Poland :)



sp1976's Profile: http://forums.slimdevices.com/member.php?userid=50758
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2014-01-18 Thread sp1976

Hi
thanks for your great modification of Shairport.
1. Everything went just fine on my PC at work (LMS 7.3, Windows 8.1,
Squeezeplay).

2. now I'm trying to impelemet your solution on my home LMServer.  What
I've managed to do is:
- install your version of Shairport
- install WaveInput
- start playing music from iPad to shairport (music obviously plays
through shairport, not waveinput)
- I can see waveinput in now playing on web browser. But no sound
appears! What am I missing?

Find below my shairport settings


+---+
|Filename: shairport advanced.JPG   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=15497|
+---+


sp1976's Profile: http://forums.slimdevices.com/member.php?userid=50758
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Airplay on squeezebox (for Windows)

2013-12-29 Thread schmurtz

Hi,

I've updated my shairport4w modification with the last version of
'shairport4w' (http://sourceforge.net/projects/shairport4w/) source code
: 

 Shairport4w.exe Version 1.0.7.3
 - fixed Issue #21 (reloaded)
 - wasn't hundred percent developed with the previous version 
 
 Shairport4w.exe Version 1.0.7.2
 - fixed Issue #21 (App crashes when connected device which have
 non-latin name)
 - Airport Name now works with Unicode characters

*'Download it here.'
(http://alecsis.free.fr/squeezebox/shairport4W%20-%20Squeezebox%20edition%20-%20by%20Schmurtz.zip)*



schmurtz's Profile: http://forums.slimdevices.com/member.php?userid=57368
View this thread: http://forums.slimdevices.com/showthread.php?t=100048

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins