Questions tagged [television]

479 questions
1
vote
1 answer

Access TV Tuner Stream/Feed in WPF

My team built a WPF (C#) Application that integrates with Media Center to show a video in the center of a dashboard. Essentially, the application begins recording a TV channel via Media Center, waits 10 seconds and begins playing back the file as…
RSolberg
  • 26,821
  • 23
  • 116
  • 160
1
vote
1 answer

How to create Navigation Menu Drawer for Android Tv app and its Listeners

I am Developing Android Tv App and FireStick Tv App. Can any one help me in customizing Home Page by adding Left Menu Drawer with Remote Control Listeners. SideMenu required like HotStar Tv App.
1
vote
0 answers

How to focus element or TouchableOpacity with remote control for tv?

I don't know how to focus to element in react native. I try use ref but not work
user2442950
  • 51
  • 1
  • 2
1
vote
0 answers

Android TV and Mobile application both are same packagename and application name how to upload into Playstore?

i have develop one TV application with mobile application.when i have generate sign apk see option for 1)Mobile or 2)Tv ,then how to upload 2 apk with same package name in play store! i want live application for both mobile and tv how to do this?
Yagnesh Lashkari
  • 228
  • 4
  • 15
1
vote
0 answers

What are some examples of Build.PRODUCT in Android

What are some examples of Build.PRODUCT in Android? I am looking for a way to the operator name on android tv set top boxes, the most probable value I think is Build.PRODUCT but I need to see some examples of the values it can take. If you don't…
Baroudi Safwen
  • 803
  • 6
  • 17
1
vote
0 answers

replace accents when getting thetvdb series

I'm trying to replace accent mark so I can search properly at my rss: TVDB name: Cómo vender drogas online (a toda pastilla) RSS title name: Como vender drogas online (a toda pastilla) and I want to match this so it can be replaced, but isn't…
Vinanrra
  • 63
  • 7
1
vote
2 answers

News Marquee over analog TV stream - C#

I want to put a news marquee over an analog TV stream using c#, I can stream analog TV using DirectShow but I can't figure out how to mix it with rotating text, should I create a filter? or I have to use another technology than DirectShow?
Santiago
  • 2,190
  • 10
  • 30
  • 59
1
vote
0 answers

C# .NET WPF Window Mousedown/Keydown does not fire for the 4-color Buttons off TV Remote connected via USB Infrared receiver

I know my question title is hard to understand. But simply put I purchased a remote off ebay, it's a standard TV remote but comes with a USB IR Receiver. When connected it can control the mouse cursor by pointing at the receiver. Also pressing most…
wpa
  • 220
  • 3
  • 11
1
vote
1 answer

Question about remote controllers Volume actions in Android TV

I am creating a webview in my tv application and don't seem to be able to override the onKeyDown method when it comes to volume UP/DOWN. When i run it on an mobile or tablet emulator it works, but on the TV emulator or Android tv it doesn't do…
Daniel A
  • 11
  • 2
1
vote
1 answer

Layout elements looks blurry on 4K screen Android TV

I am developing an app for Android TV it is a screensaver app and I just loading a URL in WebView I have used DayDream Service for this purpose everything is fine, I just want to know that how can I make my layout to support 4K resolution, because…
1
vote
0 answers

Grant write permissions to extenal sd card using adb

I need some help with granting write permissions to external sd card on an Android TV box (Xiaomi Mi Box). I plugged a micro SD card using a USB adapter and I can access the files and read them without any problem. I can even write to an app…
1
vote
0 answers

android tv can not receive fcm messages when device in standby

As we know, tv has no system bar, so I just send data only messages, it works when messaging app is in foreground, background and even not runnning. But When I press "Power" key (with power instant on), the device will enter standby mode(str…
1
vote
0 answers

Android TV settings menu in Leanback

I'm currently developing an Android TV application. I'm trying to achieve something like this (catalog on the left side and navigation to the right side). I've tried to do it with 2 fragments, views, but I've had navigation and focusing issues. Is…
Laura
  • 402
  • 1
  • 7
  • 24
1
vote
1 answer

How to automate keypress event on web page

I am trying to test keyboard input on a TV display. I can't figure out how to get Selenium web driver to work and I don't want to bring in JQuery as a dependency. Is there a way to automate keypresses in Javascript without JQuery/Selenium?
Cliff
  • 10,586
  • 7
  • 61
  • 102
1
vote
0 answers

Unable to capture audio input in Android TV with AudioRecord - Java

I've been developing a software that uses the "AudioRecord" class for getting microphone input and afterwards it processes it to detect X frequencies on the sound. Example: AudioRecord recorder = new AudioRecord(MediaRecorder.AudioSource.DEFAULT,…
user5723082