Reply To: FirePlay Flash client for FireFly

#14128
Anonymous
Inactive

@toxic wrote:

But browsing to the FirePlay (http or https) show me the flash, but the flash keep stuck on “Connecting to 192.168.0.XX:3689″… No music is showd, I can’t use it… (I tested wit and without password to access the music… just in case…)

Having the same issue. Works perfect inside and outside the network using the direct connect (with the 9999 port) But when I tried to redirect through port 80 I get the connecting screen. I based my virtual host off of this:

ServerName daap.domain.com
DocumentRoot “/path/to/wwwroot/” # contains the fireplay (rename fireplay.html to index.html)
RewriteEngine On
RewriteRule ^/rsp/(.*)$ http://127.0.0.1:8080/rsp/$1 [P]
RewriteRule ^/login(.*)$ http://127.0.0.1:8080/login$1 [P]
RewriteRule ^/server-status(.*)$ http://127.0.0.1:8080/server-status$1 [P]
RewriteRule ^/databases/(.*)$ http://127.0.0.1:8080/databases/$1 [P]

Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all

and was wondering if I am on the right track. I would try the IIS route but I am already using Apache to redirect ASP.NET stuff to IIS.