How to do a live gamecast like on ESPN
OK, this may be a little "out there", but I have a sportswebsite that covers area high school games. I am interested in doing a live gamecast...something that ESPN does on their site. If you don't know know what I am talking about, go to espn.com, click on a sport, then scoreboard, and then click on that teams' gamecast.
This might be a little much, but I think it is something that my readers would like...any help would be GREATLY APPRECIATED!
MCSports
mayescountysports.com
JeevesBond posted this at 01:50 — 24th May 2007.
He has: 3,956 posts
Joined: Jun 2002
Had a look at the ESPN stuff, is it live? I could find some Flash video of games but they all seemed to be past ones. Am probably not looking in the right places (at the right times if it's live).
There are a few solutions to streaming:
Hope this helps, or at least points you in the right direction!
a Padded Cell our articles site!
MCSports posted this at 02:29 — 24th May 2007.
He has: 11 posts
Joined: Dec 2005
well...the gamecast is a live "program" that runs when a game is going on. I've attached what it looks like when a game is going on. There's no video, it's just a program that runs. Obviously, I'd have to have net access at the game location to do this...but I think it would be cool to add to my site...something to really grab the readers
JeevesBond posted this at 02:43 — 24th May 2007.
He has: 3,956 posts
Joined: Jun 2002
Oh I see, that doesn't look too difficult. You just need a simple administration interface so you can update scores etc. then build a nice interface to read what you enter into the database. AJAX could be used to update from the database, or just wait for the user to refresh their browser.
That ESPN interface looks like it took a lot of work, not to mention the time and effort required during a game to keep the facts and figures up-to-date. My advice is that you start off with just simple score updates: that's all people really need to know, extras can be built on later.
a Padded Cell our articles site!
MCSports posted this at 03:00 — 24th May 2007.
He has: 11 posts
Joined: Dec 2005
What would be a cool way to do the score updates?
JeevesBond posted this at 16:57 — 24th May 2007.
He has: 3,956 posts
Joined: Jun 2002
Ummm, I don't know. Just start with something really simple that works. You update the score in the database, press F5 on the client machine and the score updates.
Start there, then when you have something working add spanglyness later. You could even add a little javascript magic to update the scores automatically, it'll be easier to just get something done in HTML first though. I expect if you do the basics you'll soon have some ideas of what to do next!
a Padded Cell our articles site!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.