Questions tagged [television]

479 questions
1
vote
1 answer

smart tv channel display

I need to make application on samsung smart tv using javascript, html and css. The main task is display broadcasing channels and control it. These task was not difficult with LG smart TV implementing:
1
vote
2 answers

Samsung 2013 tv emulator crashes, how can I use 2012 instead?

I have Samsung SDK 4.1 installed. It gives me three Samsung TV emulators: 2011, 2012 and 2013. Emulators 2011 and 2012 work fine. Emulator 2013 crashes. I do not want to waste more time trying to make 2013 work. Instead I would like to use 2012.…
Jacek Wojcik
  • 1,223
  • 2
  • 19
  • 33
1
vote
2 answers

How to implement my own IO file API in C++

I want to implement my own Input/Output file API. The reason for why I want to that is that on the Low level there will be many file systems (hard disk, HTTP and some more) and I need to provide an common interface for user. The API looks somewhat…
rank1
  • 1,018
  • 4
  • 16
  • 37
1
vote
2 answers

Samsung Smart-TV SDK Internet Browser not available

I just recently downloaded and installed the Samsung Smart-TV SDK 4 (without the IDE, just the emulator). I'm doing this because I want to test the Web browser only, nothing else. However, when I start up the emulator (2012 version), I can't find…
ObiHill
  • 11,448
  • 20
  • 86
  • 135
1
vote
0 answers

Connect to satellite tv receiver, tv remote control iOS

I've been googling for a while looking how I can develop a remote control for satellite TV receiver. I've heard that LG TV's have an internal server which receives requests from an app for example, the TV and the mobile device must be in the same…
Rafael Jimeno
  • 626
  • 2
  • 8
  • 20
1
vote
3 answers

Google TV video screen capture

Is there a possibility to take a screen capture using Google TV/Android SDK/API? I just need to get the screen into memory and get the dominant RGB color.
lkawon
  • 49
  • 1
  • 5
1
vote
0 answers

Embedded youtube plays video too fast with no sound

I am trying to implement the YT player in a Javascript based app for Samsung smart TV. The problem is that the video I want to use plays without sound and to fast. Is any of you hae an idea why?? Here the code I am using (the video was encoded in…
1
vote
1 answer

Turn off TV via HDMI?

I'm working on a set-top-box, and was wondering if the HDMI standard includes the possibility of turning off the TV screen through the device that it is connected to? Not just stopping the HDMI output, but completely shutting down the screen. I've…
Inos
  • 85
  • 1
  • 6
1
vote
0 answers

DVD Player: Google TV Channel Listing

What do channel listing (and channel changing) APIs return when a DVD player is connected to the google tv box's HDMI in. Is there a way to pause the stream from the DVD player by playing with the Intent? Sample app:…
1
vote
2 answers

How to choose the display mode of UIScreen to cover the whole tv screen?

I am writing a player to output video to TV from iOS device connected with HDMI. I found the preferred screen mode and any other screen modes of the UIScreen might not be able to cover the tv screen. It behaves different with various models of…
Slavik
  • 1,053
  • 1
  • 13
  • 26
1
vote
1 answer

Overlay Style Designs in .NET

I am currently working on an application that will create a TV Guide application in C# .NET. The issue is that when a user selects an option to open the TV Guide, I would like to keep the current stream playing, but minimize it to the upper right…
user470760
1
vote
1 answer

How does tvtak work for real-time content recognition for TV broadcast channel?

tvtak is a platform for TV content recognition. It can auto-recognize real-time broadcast and offline advertising video. Tvtak's core technology should be the real-time image matching between front-end image(from tv viewer's phone camera) and…
1
vote
1 answer

Playing AAC, MP3 on Samsung SmartTV or LG Netcast

Do you know if there is any possibility to play the AAC or MP3 (or even WMA or OGG) icecast radio streams on Samsung SmartTV or LG NetCast platform? Ideally in HTML with use of either HTML component or Samsung/LG built-in player or even embedded…
STeN
  • 6,262
  • 22
  • 80
  • 125
0
votes
3 answers

Sony TV web application development (Google TV or Yahoo Connected TV widgets?)

Our customer asked us for the web application demo on Sony TV. I quickly found that for Sony the situation is a bit different then on LG, Samsung or Panasonic and seems to be much worse. There is no Sony web SDK for TV developers - there was a…
STeN
  • 6,262
  • 22
  • 80
  • 125
0
votes
1 answer

Google TV remote app can't discover device

I am building Google TV remote app (official sample from Google). But it's can't find any google tv device. I found Samsung official remote app works fine. Does Samsung change the service name or broadcast port? I am using Google nexus one and…
Gary Lin
  • 1
  • 1