Questions tagged [television]

479 questions
0
votes
1 answer

is there any way to develop roku tv application not using brightscript?

I have some questions about developing a Roku TV application. I have my web application with HTML, javascript and java. I have read Roku docs already, but I couldn't find any way developing my application through WebView like Android TV. Actually I…
hong
  • 3
  • 1
0
votes
1 answer

Jellyfin Android Tv server connection error

well am new on Jellyfin and I was trying to connect to my server using the android tv app and experienced this error: "Server uses version 10.7.7 which is not supported" , how can I resolve it?
0
votes
0 answers

CSS/JQUERY – Check if website is being viewed on Smart TV or Smart Fridge

I've designed a website which users are encouraged to use on their phones and laptops. However, when I view the website on a Smart Fridge and Smart TV, I want it to display a div which shows the logo and a QR code to scan. Is there a CSS query which…
Sam
  • 51
  • 5
0
votes
0 answers

Is there a way to customize Android TV OS?

I want to develop a TV solution that gives me control over some OS-related stuff (like controlling volume level, apps downloads, etc). Something similar to EMM but for TVs. This is to be used for hospitals where certain functionality can be allowed…
Paula Mamdouh
  • 348
  • 1
  • 3
  • 9
0
votes
0 answers

Html

I have one web page (React.js) with video on background.
0
votes
0 answers

Android TV Remote Control API

Is There any API to Control Android TV Using TCP/IP? ex: I want change the channel of tv or change the sound volume or open specific apps by its package name?
0
votes
1 answer

how can I make TV webapp using springboot with tizen?

I want to make a samsung smart tv app with tizen. I've made an webpage using springboot. I tried making the app using that webpage codes I made, but I've got to know Tizen doesn't support java but html, css,and javascript only. So I used meta…
Clare
  • 3
  • 2
0
votes
0 answers

How to change local file to remote URL on android app?

I am very new to this, I am using the sample ClassicKotlin from Android repository. There is a "media-feed.json" file in the asset which I would like to move it to a remote location instead of local file. Here is what I am changing . Part of the…
Alex
  • 95
  • 8
0
votes
0 answers

Import channel list via web on Samsung TV

I'm developing an app for Tizen OS and I'm wrapping my head around the channel list. I've found here in this video a method to import the channel list via USB. Is there a way to import the channel list via web instead? The process flow should…
jma-bid
  • 253
  • 1
  • 3
  • 6
0
votes
1 answer

What is required to make an android tv launcher app

I was not able to find any tutorial on how to make a launcher app for android tv. So I went with a video which showed to make a phone launcher app. This is the video. However I didnot completely copy cat the code in video because I knew about the…
0
votes
0 answers

Android TV - Switch to HDMI input programatically

Is there a way to switch to an HDMI input programmatically on Android TV? I.e. a Smart TV, not a separate box. What I was trying is to send a key event like this: # `someButton` is a button on the `activity_main.xml` val inputConnection =…
denoyse
  • 1
  • 3
0
votes
1 answer

Tizen TV Xamarin speech to text (No engine available exception)

I'm trying to test a speech to text app made in Xamarin for Tizen TV 6.0. The problem is that upon debug launch I get "No available engine" exception. I tried looking it up, and it seems related to unavailability of the SST engine in Tizen…
steakoverflow
  • 1,206
  • 2
  • 15
  • 24
0
votes
1 answer

Trying to acquire Tizen TV Web App permission

I'm trying to build a POC Voice recognition app on the Tizen TV platform, but using Web application API I've failed at getting the permission for voice control. Debug console prints: Cannot read property 'requestPermission' of undefined (in my case…
steakoverflow
  • 1,206
  • 2
  • 15
  • 24
0
votes
1 answer

Remap physical back button for "select_button" in android tv webvew application with java

I'm a french developer , i'm creating an android tv application about cloud Gaming in a webview with java. My application start a gaming stream direcly in the webview, on fullscreen, the physical buttons of controlers are working with the game,…
0
votes
1 answer

LG TV WebOS Video Exit Fullscreen on JavaScript

I have made an app that can load, play and stop videos. It can request fullscreen with following code: if (this.video.requestFullScreen) { this.video.requestFullScreen(); } else if (this.video.webkitRequestFullScreen) { …
Roberc
  • 1,816
  • 3
  • 9
  • 12