FireFly Media Server (formerly mt-daapd) › Firefly Media Server Forums › Firefly Media Server › General Discussion › Fireplay remote streaming
- This topic has 5 replies, 3 voices, and was last updated 13 years, 1 month ago by
Anonymous.
-
AuthorPosts
-
24th January 2008 at 11:37 am #2164
Anonymous
InactiveGot fireplay working eventually with no problems internally on the home lan… trying remotely i get the fireplay interface screen but it doesn’t populate the song list..checked at home and the media server is running fine.. port 9999 setup for forwarding…
ANy ideas anybody ..Thanks…
24th January 2008 at 5:06 pm #16041wwarren
ParticipantYour problem sounds like one I had too with FirePlay v0.84, that went away after I made a playlist. There are a couple of references to this at page 40,41 of the big fireplay thread in the “add-ons” section of the forum. Try making either a smart or static playlist in your music folder and I’ll bet it starts working remotely.
31st January 2008 at 11:09 am #16042Anonymous
Inactivethanks for that…but i’m now getting a blank page with this script error
“Unterminated string constant error”…Anybody with scripting knowledge know whats missing and where ?
Thanks…
FirePlay
AC_FL_RunContent = 0;if (AC_FL_RunContent == 0) {
alert(“This page requires AC_RunActiveContent.js.”);
} else {
AC_FL_RunContent(
‘codebase’, ‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0’,
‘width’, ‘100%’,
‘height’, ‘100%’,
‘src’, ‘FirePlay’,
‘quality’, ‘high’,
‘pluginspage’, ‘http://www.macromedia.com/go/getflashplayer’,
‘align’, ‘middle’,
‘play’, ‘true’,
‘loop’, ‘true’,
‘scale’, ‘showall’,
‘wmode’, ‘window’,
‘devicefont’, ‘false’,
‘id’, ‘FirePlay’,
‘bgcolor’, ‘#ffffff’,
‘name’, ‘FirePlay’,
‘menu’, ‘true’,
‘allowFullScreen’, ‘false’,
‘allowScriptAccess’,’sameDomain’,
‘movie’, ‘FirePlay?host=www.thefishies.hphomeserver.com&port=9999
‘salign’, ”
); //end AC code
}31st January 2008 at 12:27 pm #16043EVILRipper
Participant@utopian wrote:
‘allowScriptAccess’,’sameDomain’,
‘movie’, ‘FirePlay?host=www.thefishies.hphomeserver.com&port=9999
‘salign’, ”The error means a string (piece of text) is not ended with a ‘ or “.
In the quote above I see no ‘, behind the hostname.But I don’t get it, why do you need to edit that file?
All I did to access FirePlay remotely, was by placing it in the firefly admin directory. Then I opened the page from anywhere, and it works like a charm.31st January 2008 at 1:13 pm #16044Anonymous
InactiveThere was a post in another forum which mentioned that by putting the domain name and port number in this file it would save u having to do the :9999 in the url
1st February 2008 at 3:35 pm #16045Anonymous
Inactive@wwarren wrote:
Your problem sounds like one I had too with FirePlay v0.84, that went away after I made a playlist. There are a couple of references to this at page 40,41 of the big fireplay thread in the “add-ons” section of the forum. Try making either a smart or static playlist in your music folder and I’ll bet it starts working remotely.
tried making a couple of playlists..working fine again on the home network but still an empty playlist remotely…
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.