What is Google TV


Google TV is a new experience made for television that combines the TV you know and love with the freedom and power of the Internet.

Google TV is an open platform for TV-related devices that brings together the best of TV and the best of the web to deliver the premier entertainment experience for the living room. It is built on Android and runs the Google Chrome web browser.

The Google TV platform will bring developers into the living room. Web developers can start taking advantage of the big TV screen as soon as products hit shelves this fall. In the future, the Google TV platform will allow developers to navigate TV content. Android developers will not only have access to most of the Android APIs currently available but also to Google TV-specific API extensions that tap into the power of TV. We will have more details later this year.

You don't need a set top box for Google TV to work. However, a set top box and service is required to access your TV feed.

Google TV will come with its own input device. In the future, other input devices may be created and used with Google TV.

The SDK add-on with Google TV-specific extensions will be available a few months after first product availability.

Google TV is only available pre-installed on Sony TVs and blu-ray players, as well as Logitech companion boxes. We are working hard to open source the code for the Google TV project, and hope to release the source code next year.

Watch an overview video below, sign up for updates, and learn more about how to develop for Google TV.



Reference: http://www.youtube.com/watch?v=diTpeYoqAhc&feature=player_embedded


Comments

Author: ketan Italiya08 Oct 2013 Member Level: Gold   Points : 4

Google TV in a Nutshell:
Google TV is an Android-based operating system for smart TVs, or TVs that connect to the Internet as well as to standard set-top devices like DVD and Blu-ray players or DVRs.
Smart:
Current TV sets are "dumb." They only allow you to watch TV shows broadcast over the air or through connected devices, and you either must watch the show as it airs or use some device to watch the show for you and then replay it later. If a storm hits and your power goes out, you'll have to wait for a rerun. In addition, your dumb TV set does not know which shows you'd prefer to see and which shows you want to skip.

The idea behind smart TVs is that not only do they allow you to connect to the Internet, but they allow the TV to add services and suggestions (and yes, ads) tailored to your preferences.
Chrome:

One of the things that makes Google TV stand out is that it offers a full version of the Chrome Web browser and all the Web-based services you can use with it. That means you can check your email using Gmail or another Web-based email service. Chrome on Google TV can also play Flash videos, which means it can handle most streaming videos. (Hulu is intentionally trying to block Google TV access, though some users have found workarounds.)


Apps:
Just as Android phones can play apps, Google TV will have the capability to download and play apps from a Google TV market. This is scheduled to happen in early 2011, so stay tuned.
Queues:
This wouldn't be a very good TV device if it didn't let you watch shows later or check for new available shows. Google TV allows you to save favorite channels, podcasts, feeds, and Web pages in a queue. You can also add shows from your DVR if you have one.
Availability:
The initial Google TV offerings come from Sony and Logitech. Those Google TV devices are in stores now. In 2011, more companies are expected to begin making Google TV devices, but some of that will depend on how well the initial offerings do in the market.
Remotes:
The remotes for Google TV have a full keyboard. The Logitech Revue remote is full keyboard sized, while Sony's offerings have a smaller, PlayStation sized remote. This is because you're not limited to just clicking a single button. You can browse and click anywhere on the screen and enter text.
Accessories:
Logitech is offering an HD webcam accessory or a smaller remote. Sony is offering Google TV built into TVs or as a set-top box with a built-in Blu-ray player. As more companies offer Google TV devices, the number of configurations will likely increase.
More on Google TV:

Google TV can be seen as a transitional device. In the future, chances are great that none of us will get our content from TVs. Many consumers are already searching for ways to get rid of pricey cable subscriptions, and media companies are examining their strategies for putting content online. Do they charge per episode? Do they stream everything and put ads on it? Do they charge a subscription and saddle viewers with extra shows as "bonus" content?

Meanwhile, there are several strategies emerging for how to deal with connecting your TV to the Internet. Some users simply take a computer and hook it up to their TV as a home theater PC or HTPC. Some use dedicated devices that allow you to view a few types of content, such as the AppleTV or Ryoku devices. These one-or-two-trick ponies are much cheaper (most are around $99) but aren't as customizable.

Google's approach is to create a platform and allow developers to do what they will with it. That may be the right approach, since content providers and developers don't have to go to as much effort to get their content to your TV, but it may be the wrong approach as media companies try their hardest to hold onto whatever profit margins they can and squeak out exclusive deals with compaines like Microsoft to bring content to their devices.

That brings up another point about Google TV - game systems. If you have a game console, chances are that you can already stream Netflix and Amazon movies, so you may not need an additional device. The Google TV system may end up being more appealing to new users without game consoles, but the user interface isn't less intimidating. Google TV apps may cure both problems, both by adding game appeal and by adding simplified user interface options.

Author: Phagu Mahato19 Oct 2013 Member Level: Gold   Points : 7

Google TV may be a sensible TV platform from Google co-developed by Intel, Sony, and Logitech that was launched in Gregorian calendar month 2010 with official devices ab initio created by Sony and Logitech. Google TV integrates the robot software and therefore the Google Chrome browser to make Associate in Nursing interactive tv overlay on high of existing net tv and WebTV sites to feature a 10-foot interface.

Google TV's 1st generation devices were created and commercial by Sony and Logitech. the primary generation of devices were supported x86 design processor by Intel. For the second generation of devices new partners have joined, as well as LG, Samsung,[4] Vizio, and Hisense, a number of that embody 3D capabilities. The second generation of Google TV devices area unit supported ARM design processors.
Make the Focus
40
window.onload = function() {
document.onkeydown = function(e) {
if (!e) e=window.event;
switch(e.keyCode) {
case 37:
alert("Left arrow");
break;
case 38:
alert("Up arrow");
break;
case 39:
alert("Right arrow");
break;
case 40:
alert("Down arrow");
break;
case 13:
alert("Enter/select");
break;
}
}
}
Adjust the zoom in JavaScript for GoogleTV

$(document).ready(function() {
var w = screen.width;
var h = screen.height;
var bw = $(window).width();
var bh = $(window).height();
var wRatio = bw/w;
var hRatio = bh/h;
var ratio = (wRatio + hRatio) / 2;
$('body').css('zoom', ratio);
})



  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: