Questions tagged [television]

479 questions
2
votes
0 answers

Adjusting the colour/contrast/gamma etc of the video source

I would like to know whether a Google TV device could be used as a 'man in the middle' and make manual adjustments to the colour and gamma of the input source from HDMI in, before output to the TV? There are several apps already for phones/tablets…
teqhead
  • 21
  • 1
2
votes
2 answers

Microsoft Azure ACS with Smart TV

Apps for smart TVs (Samsung, LG and some others) are using HTML5+js+CSS to code. I wonder the feasibility of integrating Microsoft Azure ACS into those smart TVs. I did asp.net mvc 3 and windows phone from samples to build ACS into them but I don't…
2
votes
1 answer

Porting software to Panasonic Viera

We are porting the existing HTML/JavaScript/CSS application to the Panasonic platform. In the application we use the JavaScript to generate HTML and the CSS to style the app. The Panasonic Viera Connect platform programming language is JavaScript,…
STeN
  • 6,262
  • 22
  • 80
  • 125
1
vote
1 answer

Amino A140 development (set-top box)

Anybody was developing the software for the Amino A140 set-top box? It should be programmable with HTML/JavaScript/CSS. I have no experience with it, so any information related to development (environment, SDK, etc.), experiences are welcomed. I…
STeN
  • 6,262
  • 22
  • 80
  • 125
1
vote
0 answers

Microsoft.DirectX.DirectSound and TV Tuner

Im currently using a WINTV Ministick from Hauppauge to stream to free TV channels. Whilst it works perfectly with the built in its native WinTv applciation, i cant seem to pick it up with the DirectSound API. The code im using to iterate through the…
user1112324
  • 623
  • 1
  • 7
  • 23
1
vote
1 answer

How to remove padding in HorizontalGridView on Leanback

I'm trying to remove the inner padding of the Presenter's container on leanback which is HorizontalGridView but I still can't figure it out. I've tried to apply directly the needed padding (0dp) by getting the reference of the HorizontalGridView in…
M A
  • 21
  • 7
1
vote
0 answers

Prevent Google TV to shutdown after 4 hours

My radio-app on Google/Android TV is automatically shutdown after 4 hours by Google/Android TV. How can I prevent that? The solution I found doesn’t work (anymore): https://developer.android.com/training/scheduling/wakelock#ambient_mode_for_tv Does…
1
vote
1 answer

vizio doesn't respect parent CSS attributes

I am testing an app through vizio smartcast, and it uses the hls player. The browser uses hls player and works fine with my CSS in browser, but on device (vizio tv) its almost as if it doesn't respect some CSS attributes ( like absolute positioning)…
lache
  • 608
  • 2
  • 12
  • 29
1
vote
0 answers

Is there any way to discover all smart TVs available and pair to one of it in android to create remote

So, basically what I want to do is to discover all smart TVs in a hall and get list of it and display on recycler view. Then click one of it and pair it. After pairing is done, I will have a remote which will control the android TV. I am new to…
Hayat
  • 11
  • 2
1
vote
0 answers

Flutter Android TV app Google Play rejection

I have developed flutter tv app and uploaded to Google pay store it's keep getting rejected , attached image rejection reason
karthik
  • 347
  • 1
  • 9
1
vote
0 answers

Android TV app is not visible in store on the device

I have developed nice useful web browser for Android TV, it is getting traction and nice feedback from the community. Since I am very experienced developer it will only get better and more rich with features. App has of course passed all the…
dpx
  • 11
  • 3
1
vote
1 answer

Migrating existing Java and Flash applications to Android (Google TV)

I have a client-server multigame suite for PC ("kind of" cross-platform using cygwin), which is developed in Java(game menus and database management), C++ (server side), and adobe Flash (game graphics & interaction). I have never tried to develop…
ktsangop
  • 11
  • 1
1
vote
1 answer

How to create a live stream player in WebOS for play M3U playlist (IPTV)?

I'm trying to develop an app for LG WebOS TVs. The app should list the content of an M3U URL with some live stream. WebOS uses HTML and Javascript, I tried using the video tag, but it doesn't work with the playlist url, and it doesn't work with a…
1
vote
1 answer

TV ergonomics in Flex

Im having fun toying with AIR and want to use it to create an application for my TV, but Im coping with a serious & dumb problem : TV ergonomics. Indeed, without a mouse, it is all about focus on elements and moving this focus in a natural…
Cystack
  • 3,301
  • 5
  • 35
  • 33
1
vote
1 answer

Android tv app keep Crashing with memory exception error

I am creating an android tv app in the app I am sliding infinity loop fragments (Image and Video URLs ). I use glide for image loading and exoplayer2 for video loading it's working perfectly in my emulator and other 2-3 devices but when I run it in…