UPDATED: Another Attempt at FLO TV on the Go

FLO TV
Credit: Engadget

A recent trip to Best Buy during Black Friday yielding a lot of window shopping for me; there just didn’t seem to be any must-have gadgets this.

One of the gadgets that I noticed was the FLO TV Personal Television.

FLO TV Personal Television

I guess Qualcomm needed to maximize its attempts at trying to make Mobile TV fly in more ways than just on the handset. Aside from the larger screen, I can’t imagine why someone would want to buy this? The device cost at $250 USD is not bad, but the $9+ subscription that you need to pay just doesn’t add up. While this Kindle-like device makes sense on paper, the reality is that the medium (video) doesn’t quite match the device/usage/pricing model. I’m not sure if we’ll see the small personal TVs with the silver antennae come back, with a digital decoder inside, but TV over mobile networks just doesn’t make a whole lot of sense. Force feeding signals though an already constrained bit pipe is really hard. Besides, I’m sure Hulu and Netflix could figure out a better model for mobile delivery, especially since they already have lots of customers.

UPDATE: OK, in doing more homework about MediaFLO, my original comments were off. Maybe I have more issue with the pricing model of placeshifting and timeshifting in compared to what the iTunes store has already built. But I understand the Qualcomm needs to grow this market segment and make portable TV fresh again. I guess sometimes it’s just easier to roll out your own ecosystem since convincing device manufacturers to put more and more antennae and systems embedded just get really challenging for integration.

  • jeffemundo
    "but TV over mobile networks just doesn’t make a whole lot of sense. Force feeding signals though an already constrained bit pipe is really hard"

    Uh, that's not what FLO is homie. It's actually not on the mobile network and that's why it's a good thing/necessary. At some point, all that data is not going to be able to be supported, and you'll need to move a lot of it off. The best candidates are things like TV, which are forward link only. Forward Link Only, hey, that'd make a good acronym, eh... FLO.
  • mobileslate
    Technically, it's still a mobile network, even though it might not be the same channels: http://www.mediaflo.com/mediaflo/index.html
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);