Forum Feedback Player.IO LiveUpdates?

Problem with the website? Confused about something? Or maybe you just have something you'd like to suggest. This is the place to do it.

Player.IO LiveUpdates?

Postby Vania » July 6th, 2011, 8:22 pm

Reading through mochi's forums I found that the #1 request is for a paid, unbranded LiveUpdates service.

Now this would be useful to all flash developers, not only of multiplayer games,
and is the kind of thing that playerio does.

I think there's a big business opportunity.
Vania
 
Posts: 163
Joined: March 24th, 2010, 9:01 pm

Re: Player.IO LiveUpdates?

Postby Henrik » July 6th, 2011, 10:22 pm

Uhm, we already have it on Player.IO. It's part of any paid plan, just upload your game swf to GameFS, click the file, and download the tiny loader.
User avatar
Henrik
.IO
 
Posts: 575
Joined: January 4th, 2010, 1:53 pm

Re: Player.IO LiveUpdates?

Postby Vania » July 7th, 2011, 1:41 am

Not quite.

LiveUpdates doesnt download the whole game, it patches it to the latest version because it knows the difference beetween versions. This of course saves a lot of traffic.

Using GameFS's tinyLoader is not an option for the common flash developer.
Here's why:
My game MagicPen got 10 million plays in the first month.
The game was just 3 MB.

If I were using GameFS I would have had to pay: (3 x 10 000 000) / 1000 x 0.2 = 6000$
That's about half the sponsorship amount in just one month.
Vania
 
Posts: 163
Joined: March 24th, 2010, 9:01 pm

Re: Player.IO LiveUpdates?

Postby Henrik » July 7th, 2011, 8:21 am

Ah I see, so you upload the bulk of the game to different game portals so they take the main bandwidth cost, and if you update, you only have to take the cost of the changed bytes. Clever!
User avatar
Henrik
.IO
 
Posts: 575
Joined: January 4th, 2010, 1:53 pm

Re: Player.IO LiveUpdates?

Postby Benjaminsen » July 9th, 2011, 6:37 pm

While we do not offer it as a service, it's something the clever flash developer should be able to build on-top of our GameFS system themselves as we allow you 100% control over files.

I do realize that it might be outside the scope of most to setup a diff system and keep track of versions, but it's perfectly possible. I will look into creating an example set of script when I have a half hour of free time. If nothing happens in this thread over the next few weeks, bump it.
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
User avatar
Benjaminsen
.IO
 
Posts: 808
Joined: January 12th, 2010, 11:54 am
Location: Denmark

Re: Player.IO LiveUpdates?

Postby RastaRalle » April 30th, 2012, 12:09 pm

bump :)
such a script would be awsome :)
RastaRalle
Paid Member
 
Posts: 47
Joined: August 18th, 2010, 2:46 pm

Re: Player.IO LiveUpdates?

Postby Benjaminsen » May 1st, 2012, 12:21 pm

RastaRalle wrote:bump :)
such a script would be awsome :)


Quick update, I have not had time to look at this yet beyond research.
If you want to give a stab, I suggest you build it around an open source solution such as http://code.google.com/p/xdelta/

Internally you would have the swf embedded as a binary blob, then download a merge file from the server and merging them in memory writing the output to a Loader using load bytes
Have more questions? Join us at #player.io on the freenode irc network. Making something cool with Player.IO? I would love to talk! My Skype handle is q-rious
User avatar
Benjaminsen
.IO
 
Posts: 808
Joined: January 12th, 2010, 11:54 am
Location: Denmark


Return to Feedback