Google TV template 2 works fine on my browser but not on TV - google-tv

I'm using template 2 for the Google TV and using AJAX calls. Everything loads perfectly on the browser but when I try to load it on an actual TV that has a google TV device, only the sound loads, but there is no actual video showing up...ANybody has any clues of why this isn't showing up...
I'm using the HTML5 templates btw. thanks for the help guys

GOOgle TV does not support playing HTML5 videos inside android webView

Related

Play Video on Iphone using code developed in html5

I am playing videos through my asp.net application on desktops and mobile phones as well.
I have a code which is written in html using video tag. I send URL to user to play a video and it works totally fine on desktop's including Mac as well. I have tried accessing it on Samsung galaxy SII phone which has got android os in it. my video works on it with no issues but when I try to access that URL on iPhone player.aspx gets load properly but it just doesn't play the video.
Video is in .mp4 format.
I am playing it in IPHONE on safari browser.
Can anyone please help me regarding it.
Thank you

Access mobile device camera from a grails application using jquery mobile

I have a grails application using jquery mobile. I am hoping to find some way to access the camera on the devices. I thought about using flash to grab the webcam but that obviously wont work on Apple devices.
Does anyone know of a way to do it and keep it all browser based? I am hoping that there is a plugin somewhere or maybe html5 has some magic in there that supports it.
I have researched this quite a bit (although about six months ago) and there is no API in the Mobile Safari browser for accessing a device's camera.
You have to have a native application for this type of functionality. For instance PhoneGap lets you use a device's camera: http://docs.phonegap.com/en/1.4.1/phonegap_media_capture_capture.md.html#Capture

A Complete HTML App source code for Samsung Smart TV App

Where i can get a sample complete html app source code for samsung smart tv app.
like To-Do application..
There is an extremely simple app for accessing Rotten Tomatoes on github.
The samsung TV SDK has some samples in it grab it from Their developer site
you might want to check the BrightCove sample App

Embedding videos other than you-tube videos is not coming in UIWebview

I have embedded YouTube videos in my application and they are working fine .But when I tried to embed Google videos into my application , blank screen appears.
I would like to know the reason.
Google videos uses flash which the iPhone does not support. If would like to load a non YouTube video, set the URL to a plain mp4 file.

video content on iPhone Safari/UIWebView

In my application I have a UIWebView that is able to play Youtube videos normally, but I'd like to play some videos from a website other than Youtube.
If i try to play those videos in the iPhone Safari browser it opens in the same way that YouTube videos (fullscreen mode, showing the player), but that doesn't happen in the UIWebView inside my application.
As an example, consider the following URL: http://m.video.globo.com/#video.php?id=1174097 (don't forget to open it in the simulator)
I didn't have to download any plugin or application to play it.
Both JavaScript and Plug-Ins options in the iPhone Settings are turned on.
Is there something wrong with my UIWebView? All I'm doing is loading the webpage using the "loadRequest" method from UIWebView class.
Thanks in advance.
The iPhone has support for youtube videos, (hence the built in youtube player), other than that it supports only quicktime. There is no support for other formats: most sites use flash for video these days (inc youtube), but flash is not supported on the iPhone. I site embedding a youtube video will work, but one embedding a video hosted elsewhere will not (unless its quicktime)