Beijing Olympics and Mobile Video on AT&T

Beijing Olympics
Well, the Beijing Olympics has start and while I’m in the US watching, I have been glued to the TV watching some of my favorite sports and also paying particular attention to the advertisements. One in particular is the AT&T commercial (below) for their mobile video service. For Americans who love to watch sports where USA is competing, NBC and AT&T working to provide coverage through TV, your computer and even your mobile phone.



But looking at the coverage availability on the AT&T website and also based on my experience with the LG Vu in San Francisco, I am not able to use the Mobile Video function. With nearly 100 Olympic Athletes hailing from the San Francisco Bay Area, I guess I cannot be out and about while watching Michael Phelps breaking records and cement his legacy in Swimming.

AT&T Mobile Video Service Coverage

I feel that AT&T simply ran out of time to effectively deploy this service to enough markets in time for the Olympics. NBC has definitely held up their end of the bargain as NBC Olympics with an amazing site with tons of streaming video coverage. If anyone *has* been able to use the AT&T Mobile Video service for the Olympics, I’d be curious about the quality and ease of use.

This reminds me a few years ago when I was in Germany during the World Cup in 2006. Mobile Video and IPTV was heavily advertised and subscriptions were selling like hotcakes. But the end result was that it became oversubscribed and the quality was extremely jerky video. Key clips showing critical goals, penalty shots and corner shots were the angst and ire of many viewers, not because of the end result, but because of not being able to see it. It’s not the same here since Mobile Video is quite new and available on fewer phones, but this seems like a classic problem of the marketing and deployment teams not working together enough to service potential demand for these new data services. This is hard stuff to deploy new data services! It doesn’t help that the Marketing of these services are certainly getting better!

Related Posts:
  1. EVENT: VCTaskforce: Mobile Video 2010 – Where Are We?...

  2. VIDEO: How To Unlock LG CT810 Incite...

  3. VIDEO: How To Unlock Samsung SGH-A867 Eternity...

  4. VIDEO: How To Unlock LG CB630 Invision...

  5. Cricket Offers $5 Mobile Video Downloads...

Comments are closed.

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);