Reply To: FirePlay Flash client for FireFly

#13449
Bo Mellberg
Participant

@rpedde wrote:

@HOST@ and @PORT@ get automatically substituted when they get streamed out of the embedded web server. So if they could be set as parameters in the flashdaap.html, then it could get automatically set.

There is a new version making the host and port “per client settable”. It includes an update to the html to this:

FlashDAAP.html (edited lines):


'movie', 'FlashDAAP?host=@HOST@&port=@PORT@',




As you see above, to be sure this works on as many platforms as possible, you need to update your host and port info in three places. Also, I tried to use @HOST@ and @PORT@ in those places, but @PORT@ did not bite. Don’t know why because @HOST@ worked just fine… If you need this working NOW (until Ron tells use what to use instead of @PORT@ just fill in your server and port needs and the Flash code will parse them. If you are happy with “auto mode” just set them both empty, like this:


'movie', 'FlashDAAP?host=&port=',

/Bo