Questions tagged [television]

479 questions
0
votes
1 answer

video continu asp.net website

I would like to create an asp.net website that display video in continu like TV. i am not sure which technology to use. The app will give a feel like a tv to the users. any suggestion or link you can share?
FasoService
  • 133
  • 1
  • 2
  • 18
0
votes
0 answers

Looking to re-build an AngularJS App for a large display

Can anyone give me some pointers on the most efficient way to rebuild an angularJS application that is built to run on TV sized monitors. Any advice is appreciated.
Grant Campbell
  • 143
  • 2
  • 12
0
votes
2 answers

Program for Tv Tuner

I want to develop my own tv tuner program mainly for live stream. Looked at OpenCV but I still prefer to have something that I own, mainly due to customization. Search over the web and cant seem to find a good site on how to start. The only clues…
C_Rance
  • 661
  • 12
  • 25
0
votes
1 answer

Looking for solution for an automatically scrolling information board

Right now, my company has about 40 information boards scattered throughout the buildings with information relevant to each area. Each unit is a small linux based device that is programmed to launch an RDP session, log in with a user name and…
0
votes
0 answers

Storage Firefox OS Viera

Is there any way to access storage using Firefox OS on a Panasonic Viera TV? I am interested in writing my own app for playing back recorded TV shows, but I am unable to find anything on how to read storage. According to…
Sorunome
  • 478
  • 4
  • 8
0
votes
0 answers

Android TV, intercepting Dropbox SDK calls to redirect to WebView

I am developing an Android TV version of my app with Dropbox connectivity. Since many Android TV devices don't have browsers, I want to intercept the login intent and show the login + scope permissions grant pages in a WebView. I modified my…
0
votes
1 answer

Turning on/off Phillips Android 7100 TV backlight/ambilight

I've been trying to code a simple Android app that just turns on and off the Phillips Android 7100 TV backligth/ambilight. To achieve this, I have considered the following possibilities: Use the Phillips SDK Use a generic native Android TV…
0
votes
1 answer

Roku with Instant TV Channel and BrightScript Differences

I am a beginner for developing an app for Roku platform. I had few queries on instant tv channel and the BrightScript. I tried installing the BrightScript plugin in eclipse to start with the Roku app development. I have CDN which provides set of…
Bhat
  • 602
  • 9
  • 24
0
votes
1 answer

How create a simple php mysql timetable?

I want to show on a very simple way a TV guide timeline, but i'm really new into this, so I hope somebody can help me I on't want nothing too complicated, and I already search on the web and I find very complex timelines with a lot of functions that…
ozonostudio
  • 119
  • 2
  • 6
  • 13
0
votes
1 answer

How to know device type of an android

How can I know the device type between tablet, phone and tv box android ? I already tried screen size with javascript but some tablet have the same screen size as a tv.
youneslalami
  • 7
  • 1
  • 7
0
votes
0 answers

Can we align Rows vertically in Browse Fragment?

Can we align rows of browse fragment vertically?Or do we have anything that we can use in browse fragment so that we have different columns(having multiple rows) for each category? So as per my current implementation I am creating multiple browse…
Developer
  • 81
  • 5
0
votes
1 answer

Video Quality Difference on Camera and PC

I have a video file on my Canon Camera. When i diretly connect it to TV via HDMI, video quality is so high. But when i copy that file to PC and watch in on same TV screen, video quality decrease. TV screen is full HD and both connection is HDMI. How…
LacOniC
  • 824
  • 12
  • 21
0
votes
1 answer

DVB Headers on Mac

I was trying to install some DVB tv software for Linux on Mac OS X. I have some TV tuners and they work so much better on Linux Ubuntu than on Mac OS X with The Tube application. There are no ports on MacPorts or Homebrew and I tried installing…
Andrea BR
  • 11
  • 4
0
votes
2 answers

Panasonic API for Firefox OS Apps

Thanks to MDN I successfully deployed a simple app on my Panasonic CXW754. So far so good. Now I'd like to have access to screen settings like brightness etc. Is there an API provided by Panasonic or can I do it with plain Firefox OS API somehow? I…
0
votes
0 answers

Samsung Smart TV Trigger remote key

I need to trigger the STOP button of the remote control, how can I do that?. I need it because my VIDEOJS player is not listening the remote buttons until I press the STOP button and I can't figure out why. I found this answer…