FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Fireplay remote streaming
- This topic has 5 replies, 3 voices, and was last updated 16 years, 10 months ago by Anonymous.
-
AuthorPosts
-
24/01/2008 at 11:37 AM #2164AnonymousInactive
Got 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…
24/01/2008 at 5:06 PM #16041wwarrenParticipantYour 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.
31/01/2008 at 11:09 AM #16042AnonymousInactivethanks 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
}31/01/2008 at 12:27 PM #16043EVILRipperParticipant@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.31/01/2008 at 1:13 PM #16044AnonymousInactiveThere 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
01/02/2008 at 3:35 PM #16045AnonymousInactive@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.