Questions tagged [television]

479 questions
4
votes
1 answer

BroadcastReceiver for Ethernet(RJ45) and USB in Android TV

How can i detect the plug and unplug of Ethernet cable and USB devices(Any device like pendrive) in Android TV. Is there any receiver for that as like internet connectivity? I need to check for by TVBox app. Solution: Got Solution for ETHERNET -…
Arth Tilva
  • 2,496
  • 22
  • 40
4
votes
0 answers

Swift: How to airplay video using AVKit to Apple TV when AirPlay Device is Connected and Mirroring is Off

Apple TV is connected on same WiFi network. AirPlay device is shown as Connected on AirPlay Picker. Video playing but only when mirroring is turned on. Screens array count is 2 only when mirroring is turned on. Is there a way to display contents on…
Jitendra
  • 842
  • 1
  • 9
  • 25
4
votes
4 answers

Obtaining TV Listing / Guide Data

Does anyone know how to programmatically obtain TV listings for a particular time zone? Is there a service I can subscribe to? Thanks.
Aseem
  • 517
  • 1
  • 7
  • 9
4
votes
1 answer

Remote control Samsung TV from iOS app

I wonder what are requirements for developing iOS app that can be used as a remote controller for Samsung TV. It's obvious that the TV needs to be connected to the network and be equipped in SMART TV feature. I would like to know if it's possible…
Darrarski
  • 3,882
  • 6
  • 37
  • 59
4
votes
1 answer

Error inflating android.support.v17.leanback.widget.TitleView

I'm testing the new support library leanback to design apps for TV, and i have a error ever android try to inflate the BrowseFragment and it throws this exception and don't know how to solve it. Thank you so much for your help.…
Kabuki
  • 147
  • 4
  • 10
4
votes
0 answers

Fetch the all tv channel in the tv byusing tvinputmanager in android

Main Activity.java Plese help me fiends how it fetch all channel list public class MainActivity extends Activity { private static final String TAG = MainActivity.class.getSimpleName(); @Override protected void onCreate(Bundle…
Dilip
  • 2,622
  • 1
  • 20
  • 27
4
votes
2 answers

How do I model UHF TV signal?

This may be a strange question, but I would like to programmatically model a UHF TV receiver. Anyone can give me some pointers? I have been looking at the code from emulators, but they are too specific for my purposes right now. To be more specific:…
Dervin Thunk
  • 19,515
  • 28
  • 127
  • 217
3
votes
2 answers

TV output url title of resource id

When I create a multi select input where i can select resources and I want the output to be a link to that resource. How can I get to link to read/show the title of the page i'm linking to? I can't find any info about that. I've tried…
Meddie
  • 571
  • 1
  • 7
  • 22
3
votes
1 answer

Examples/HowTos for CE-HTML?

I searched for examples or HowToes for CE-HTML. It took me 1/2 day and I found nearly nothing. I thought it would be a open standard like html which can be used by everyone. But it seems to cost 450$ only to see the standard. Is there a good source…
Martin
  • 103
  • 1
  • 7
3
votes
3 answers

Fix focus for controls on Android TV

I spent much time to understand why it doesn't work, but still have no idea how to fix it. I found this solution https://github.com/flutter/flutter/issues/49783 , but it didn't help me. My problem is switch doesn't change on press select button on…
Andrey Kucher
  • 445
  • 4
  • 7
3
votes
3 answers

Android: MediaRouteButton is disabled by default

I am trying to implement cast to tv feature using MediaRouteButton and exoPlayer. I have a strange issue with MediaRouteButton, I just followed this tutorial and implemented MediaRouteButton as a view not as part of the menu. Here what I have done…
Liridon Sadiku
  • 309
  • 3
  • 7
3
votes
1 answer

Compatibilization of Android TV application for Google Play (Xiaomi MiBox)

I have uploaded an Android TV app (minSdk = 21, compileSdk and targetSdk = 28) into Google Play. I already set the Category LEANBACK_LAUNCHER to my MainActivity and also applied successfully for Android TV App ("Price and distribution" section) on…
user3429953
  • 352
  • 3
  • 19
3
votes
0 answers

Can I display a TV channel from TV tuner card using NodeJS for an Electron APP?

Basically a TV tuner card is connected to the PC and i have to display the TV channel in an electron App. Is there any module in node.js that will help me get this done (in C# Directx.DataCapture Class does the job.) If not in node.js then I need…
Saad Mujeeb
  • 49
  • 1
  • 1
  • 3
3
votes
0 answers

The request was denied by service delegate (PBProcessManager) for reason: Security

I developed the app for Android TV and Apple TV in React Native. The app is running fine with Android TV. But when I try to run in Apple TV, I get below error: Installing build/Build/Products/Debug-iphonesimulator/com.xxxx.app Launching…
Sanjay Kakadiya
  • 1,596
  • 1
  • 15
  • 32
3
votes
1 answer

Install .ipk with usb on webOS TV (without IDE or CLI)

I'm currently developing a web application in webOS TV IDE, I've been testing it on the IDE emulator and it works fine. Now, I need to test it on a real TV, but I'm not able to connect any computer to the TV because the computer and the TV are in…
Rekete77
  • 33
  • 1
  • 8