Questions tagged [television]
479 questions
0
votes
0 answers
How to update fire app builder leanback library?
Fireapp builder uses older version of lean back i.e com.android.support:leanback-v17:23.1.1. I need to make the customized design that needs leanback updated library i.e com.android.support:leanback-v17:28.0.0 because this library has the classes…

Jay Patel
- 1
- 3
0
votes
1 answer
Changing the opacity of an ImageView or Button when shifting focus to that component
So, I am using an ImageView which overlay another ImageView. By default the opacity or alpha value of that image is set to 0.2f or something. I want to change the opacity of the ImageView to fully visible when I shift or put the cursor on that…

itsandpro
- 33
- 8
0
votes
1 answer
Performance analysis of Web Page
I built a Hbbtv Application.
I want to analyze the performance of the app when running on TV.
Since there is no developer tools usage on tv, how do I get the rendering, page loading, blank rate time?
Is it possible to display these using javascript?

user-6589801
- 129
- 1
- 15
0
votes
1 answer
Re-encode and stream UDP TV Channels
I used from long time mumudvb and one dvb-t pci card to stream TV channels on my network. This is working fine but I've recently add another player that is less powerfull than others so I want to re-encode the video stream.
This is my input stream…

Tomy137
- 91
- 9
0
votes
1 answer
Implementing an application layer on top of a broadcast with bbc-tal
I am trying to implement a clickable HTML/CSS/Javascript based layer component on top of an ongoing broadcast, such as a clickable advertisement banner at the top of the broadcast.
But being a novice to the TAL framework, I am currently trying to…

rahmanunver
- 3
- 4
0
votes
2 answers
Cannot remount system (read only) as read/write on my Android TV Box using the adb shell
I am trying to change the access rights of the file system at root
level (/) (or /system level) from read only to read/write on my Android TV Box
using adb and the shell. My Android TV Box runs as Android 7.1.2
A mount command returns…

Morbius
- 7
- 1
- 3
0
votes
1 answer
i want to create a 24/7 tv broadcast with youtube videos
i would like to make a website with a 24/7 "tv broadcast" which will....in the begining at least, play youtube videos one after the other.
for now i have on joomla the HWDVIDEOSHARE which gathers all my videos and play them on a playlist in…

ronen
- 1
0
votes
2 answers
IPhone TV Out Cable Usage
I found a cable which one can use to connect IPhone to TV to watch videos stored in IPhone on TV. I wonder can I use this cable in a way to stream data from other devices to iphone and write an iphone app to seek the stream to play audio/video in…

Umair A.
- 6,690
- 20
- 83
- 130
0
votes
0 answers
0
votes
1 answer
Programmatic scrolling Apple TV Flicking cells
I'm creating an UICollectionView that moves automatically, without user interaction, using:
private func startWaterfallAnimation() {
var timer = Timer.init()
timer = Timer.scheduledTimer(withTimeInterval: 0.06, repeats: true) { (_) in
…

Gustavo Vollbrecht
- 3,188
- 2
- 19
- 37
0
votes
1 answer
How to get frames from HDR video in scRGB color space?
I want to create a simple video player that will show HDR video on HDR TV. For example, this "LG Chess HDR" video. It is encoded with HEVC, its bit depth is 10 bit, pixel format is YUV420P10LE and it has metadata abount BT2020 color space and PQ…
0
votes
0 answers
use tv as second monitor and show fixed area
I am trying to code a program in C# for a waiting room in a clinic.
the program works like this :
-add paitient name into db
- give him a number for example "1"
- add the room
- when it comes it's turn the program display in tv the number "1" and…

user3438908
- 69
- 7
0
votes
1 answer
Change video view to full screen
I know I've seen similar questions asked but I have yet to find a solution. I have an app for Android TV box that starts with the video playing in small view defined in my main xml. I wish to make the view full screen. I have tried setting the…

snowman
- 123
- 3
- 10
0
votes
0 answers
android TV NEXBOX A95X screen orientation portrait
I want to display my screen always in portrait mode on TV(NEXBOX A95X). I have set android:screenOrientation="portrait" to Activity on Manifest file. But it is working on mobile devices but not working on TVs. It is displaying horizontally in…

nAkhmedov
- 3,522
- 4
- 37
- 72
0
votes
1 answer
Design a generic IR remote interface
Im wondering if it is possible to design an interface that can auto-determine which lirc.conf to use.
Currently, Im using a raspberry pi to control my TV by using the specific lirc.conf for my TV remote.
Now if I put the device in a different area…

aNewbieDev
- 109
- 6