FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Add-on Software › FirePlay Flash client for FireFly
- This topic has 873 replies, 99 voices, and was last updated 14 years, 6 months ago by beaon.
-
AuthorPosts
-
31/10/2009 at 3:57 PM #14123WHAZZZUPParticipant
I too can use the Fireplay locally without any issues but when trying to access remotely it locks up my HP MSS bigtime! Does anyone have any ideas? I used the add-in to install without issues, have tried different ports….
03/11/2009 at 8:27 PM #14124lyriklesParticipantI love this software, but I have one issue: when I try to select all genre, all artists, and all albums so I can queue all my songs at once, the album view is blank. Is there another way to select all songs?
14/11/2009 at 1:39 PM #14126AnonymousInactive@lyrikles wrote:
I love this software, but I have one issue: when I try to select all genre, all artists, and all albums so I can queue all my songs at once, the album view is blank. Is there another way to select all songs?
Same thing here, I would love to be able to use this on my wii as a jukebox but I can not get it to queue up all my music or even all the music in just one genre. Love the software and wish he would update it, as a way secondary note, It would be nice to have the app fit to the entire screen, I have a wide screen and all the panels are huddled in the middle of the screen.
26/11/2009 at 10:35 PM #14125toxicParticipantI have issues with firePlay, it won’t work, I explain my setup here :
I have the latest ubuntu (karmic), so getting mt-daapd up-n-running was easy… sudo apt-get install mt-daapd. I tested it, and even Rythmbox recognises my local mt-daapd server (even automatically… thanks bonjour I belive.)
I was able to play music from any Ubuntu-Computer on my LAN, so I have solved all Firewall issues.
I then downloaded firePlay, modified the FirePlay.html to have host=192.168.0.XX&port=3689
(Well I also have apache installed, and set up with 2 hosts, one with and one aithout ssl…)
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…)
So it would be very nice of you to fix this (I even tried with the latest firefly server to make sure it wasn’t the fault of the pretty old version packaged for ubuntu, exactly the same issue…). If you’re too busy to get this fixed, maybe you could release the .fla source flash-file under any kind of license that would allow me to review the code and solve the problem myself.
Thanks for your attention.
27/01/2010 at 5:55 PM #14127AnonymousInactiveSame problem here, mt-daap running, and my rhythembox on my laptop can connect to the server and list songs. However when I run fireplay, it does not list any songs in the list. I have tried port 3689, 9000 but no use. It does not list songs. Please help.
11/02/2010 at 6:47 AM #14128AnonymousInactive@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 alland 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.
11/02/2010 at 5:21 PM #14129AnonymousInactiveHello everyone,
There was said that FirePlay could be accessed with a wii. FirePlay does actually work fine for me on my pc, but for the wii I had to rename FirePlay.html to fireplay.html. After doing that I was able to access FirePlay and it did see all my numbers, but when I tried to click the play button my song doesn’t start to play.
Can someone tell me if they got FirePlay fully working with a wii and how they were able to do that?
16/02/2010 at 3:19 AM #14130AnonymousInactiveGetting the exact same results as toxic. In addition, I installed it on IIS and redirected it in IIS to port 81 and it works inside and outside the network. But when I try to go from 81 to 80 through Apache I get the “connecting to………”. I use this:
ServerName http://www.domain.com
ServerAlias intranet.domain.comProxyRequests Off
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from allProxyPass / http://intranet.differentdomain:81/
ProxyPassReverse / http://intranet.differentdomain:81/for various IIS websites and they all work fine – except Fireplay.
Also tried:
ServerName http://www.domain.com
ServerAlias intranet.domain.com
ServerAdmin root@localhost
DocumentRoot c:/wamp/www/testRewriteEngine On
RewriteRule ^/rsp/(.*)$ http://intranet.differentdomain:9999/rsp/$1 [P]
RewriteRule ^/login(.*)$ http://intranet.differentdomain:9999/login$1 [P]
RewriteRule ^/server-status(.*)$ http://intranet.differentdomain:9999/server-status$1 [P]
RewriteRule ^/databases/(.*)$ http://intranet.differentdomain:9999/databases/$1 [P]Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from allfor a direct conection from Apache to FirePlay… same thing “connecting to…….” Can anyone offer a suggestion on how to get this working?
26/02/2010 at 9:06 AM #14131Bo MellbergParticipantThis is a notification that FirePlay has moved up to version 0.91.
Apart from bug fixes, better handling of host and port is implemented, which enables the use of an inverted proxy on your server. This way you can reach your server using the default port 80. This feature was requested and tested by PA at Excito.com.
Please also note that the project is now found on sourceforge. See my signature for links to the download.
Best regards,
/Bo
13/03/2010 at 7:36 AM #14132RigasWParticipantThanks for the good work!
Now with version .92 you can even sort playlists, a feature, that is important for me.
RigasW
-
AuthorPosts
- The forum ‘Add-on Software’ is closed to new topics and replies.