Questions tagged [television]
479 questions
0
votes
0 answers
How to identify monitor or projector connect to pc?
I am writing a small C# application to identify which type of display connect to pc
A Monitor
A TV screen
A projector
I try to do with
Screen.AllScreens
EnumDisplayDevices()
but it does not help anything.
When I use
var mbs = new…

GSP
- 574
- 3
- 7
- 34
0
votes
1 answer
Connect to WifiDirect on AndroidTV but keep using regular WIFI for internet
I'm building an app for androidTV, which is connected with the phone to send/receive data with WifiDirect
The problen is that when the TV conects to the phone it shows a message saying "wifi device connected" and It seems that the TV starts to use…

Sebastian Corradi
- 1,353
- 2
- 14
- 25
0
votes
2 answers
How to convert cable TV channel into Ip based stream
I already search on internet but not get a proper idea about converting normal analog TV channels into IP based channels.
Basically i am looking this information to create a application from where i can watch normal cable TV channel inside my…
user526206
0
votes
0 answers
How do I take the live stream coming from a settop box on to a Rpi and then send it to TV?
In general, output goes directly from a settop box to the TV, I am trying to break it in between. I wish to pass the output of settop box to Rpi, Do some some basic processing and then send the output to TV.
I've searched multiple sources but still…

krishna
- 405
- 6
- 25
0
votes
1 answer
Android TV Portrait App
I am new in android development . I am building an app for Android TV . I already design the landscape layout but Android Studio is not allowing me to design Portrait Layout for TV !
Why is this happening ?
Please help me with some solid…

Kamil
- 9
- 2
0
votes
1 answer
What's the principle of such application that can stream TV?
One of their product called Live2Phone Personal TV attracts me lot,
anyone knows how it's implemented ? What devices does it require to work?

ollydbg
- 3,475
- 7
- 28
- 29
0
votes
1 answer
Issue when streaming some TV channels threw ffMpeg
I am trying to stream a TV Tuner feed with ffMpeg through udp.
The ffMpeg command line I use is the following :
ffmpeg.exe -i udp://@239.255.255.9:1234 -map 0:p:1317:0 -profile:v baseline -crf 30 -preset ultrafast -vcodec libx264 -r 25 -vf…

Raphael Serievic
- 3
- 2
0
votes
0 answers
How to connect paired device via Bluetooth for TV(REMOTE)?
My Code
mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
if (mBluetoothAdapter != null) {
// Device does not support Bluetooth
if (!mBluetoothAdapter.isEnabled()) {
Intent enableBtIntent = new…

RAJAN
- 126
- 1
- 1
- 12
0
votes
1 answer
Channel added to TvContract is invalid, while adding to Android TV using TIF?
I tried adding channels to Default TV App in Android TV using TV Input Framework. Channels are getting added by specifying mandatory params. But the Channel is getting ignored and it shows message,
com.google.android.tv E/ChannelDataManager:…

Prasanna Sundar
- 1,650
- 1
- 11
- 16
0
votes
1 answer
Android: TV remote control from Android device
I have a TV (Samsung Tizen, LG Web OS) and an Android device (tablet, phone). They are connected to the same Wi-Fi network. I want to send a command from the Android device to the TV which will switch, for example, the HDMI ports.
About TV: I only…

WagesOFSin
- 1
- 2
0
votes
1 answer
Issue in Tizen Web Unit Test (TV App)
I have written a simple testcase for one of the Tizen TV sample app to run the Tizen Web Unit Test.
I have done the certificate registration along with adding the Emulator Device ID added into Distributor Certificate.
When i try to Run AS->Tizen Web…

KSMjosh
- 1
- 1
0
votes
1 answer
android tv app with live satellite channels
A friend asked me to make an app for a TV that shows some information on one halve of the TV and on the other halve he wants to put some TV channel. My question is if it is possible to create an app that does that for android TV. Showing on half of…

Manuel_Rodrigues
- 560
- 2
- 18
0
votes
0 answers
Video is not playing in web view Android TV
I am trying to make an application for Android TV where my use case is very simple. I want to display a content to user and when the user clicks a web view opens and a normal mp4 video (URL) loads.
However it does not start playing in Android TV, it…

Saty
- 2,563
- 3
- 37
- 88
0
votes
1 answer
Is it possible to use React without outputting HTML?
Is it possible to use React or React Native to build on embedded devices as well as the web, such as Samsung Smart TVs, Kindle devices etc.
Perhaps outputting HTML for Web, but something like XML for other devices.

snakespan
- 1,183
- 2
- 15
- 33
0
votes
2 answers
Application to download subtitles as text?
I'm working on a side project where I am searching through television and movie shows for phrases and words. I am wondering is there an app that will grab subtitles for a show / series / movie(s) and make sure they are in txt format?
I would like to…

randomblink
- 215
- 1
- 13