Fireplay remote streaming

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2164
    Anonymous
    Inactive

    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…

    #16041
    wwarren
    Participant

    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.

    #16042
    Anonymous
    Inactive

    thanks 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
    }

    #16043
    EVILRipper
    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.

    #16044
    Anonymous
    Inactive

    There 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

    #16045
    Anonymous
    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…

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.