Questions tagged [television]

479 questions
3
votes
2 answers

.Net (C#) Detect if a television is connected

Anyone know how to detect if a television is currently connected to a PC in c#? Cheers
buggs
  • 3,201
  • 2
  • 20
  • 10
3
votes
0 answers

Samsung smart tv emulator problems

I downloaded virtual box and I downloaded Samsung smart TV SDK + the Samsung smart TV emulator 5.1 . When I import appliance, and be done with all the installation process. I try to run on virtual box my emulator, and I get this error I click on…
user3278732
  • 1,694
  • 10
  • 31
  • 67
3
votes
4 answers

IR Remote control app

I'm making a remote control app with 6 buttons which works with samsung tv's. For kitkat I used the new api ConsumerIRmanager but I want the app to work with jellybean also so the app works great for kitkat version but it won't start on jellybean…
Heixss
  • 303
  • 5
  • 16
3
votes
1 answer

How to access SMB shares from Sony Bravia internet TV?

Is there a way to access content shared by SMB servers, from a Sony Bravia internet TV. The TV currently supports accessing Videos/Music/Pictures from a DLNA server. I want to know if there is a way to access SMB shares on LAN.
WarLord
  • 319
  • 1
  • 3
  • 17
3
votes
1 answer

Extract Closed Caption from TV signal

I dont know nothing about TV signals, but I'm thinking if have a way to connect a TV signal receiver into a PC or an Arduino and decode the vídeo, audio, and text (closed caption) form the signal. I'm open to sugestions like which hardware I need to…
Brayan Neves
  • 329
  • 1
  • 15
3
votes
1 answer

Web applications through built in TV web browsers

Background I'm interested in deploying a web application on TVs that will show real time data with no user interaction. Ideally, I'll just display this using the web browser that many new TVs have built in, rather than having to write a TV specific…
RichH
  • 6,108
  • 1
  • 37
  • 61
3
votes
3 answers

Connection between Samsung Smart TV and iOS app

I got a Samsung Smart TV UE40D8000 (Apparently from 2011 series ?) and an iOS device. I'd like to make them both exchange information (most likely small chunks of text), via a dedicated app on both sides; Now, it turns out the best way would be to…
Olotiar
  • 3,225
  • 1
  • 18
  • 37
3
votes
2 answers

Identify a TV in upnp / dlna

Using the Java library Cling, I can discover my TV on the LAN using upnp. The TV advertises the following upnp services RenderingControl AVTransport ConnectionManager It also says, it is of type "MediaRenderer" and the model description is…
Philipp
  • 4,659
  • 9
  • 48
  • 69
3
votes
1 answer

Samsung SmartTV ovelray (news ticker) application

Is there any way the application can run as an overlay (ticker) over the DVB program (i.e. live broadcast)? Currently the only working solution to display application as an overlay over part of the screen, we are aware of, is to start the…
STeN
  • 6,262
  • 22
  • 80
  • 125
2
votes
3 answers

TV and STB programming

Which TVs (brand/marks) can be programmed with use of the JavaScript/HTML5/CSS? We are doing Samsung SmartTV, LG SmartTV and waiting for Panasonic SDK, are there more of them? Can we also program in JavaScript/HTML5/CSS STBs in order to bring the…
STeN
  • 6,262
  • 22
  • 80
  • 125
2
votes
0 answers

How to install ACL on Samsung tizen smart tv for running android apps?

Does anyone know how to install this [ https://androzentpkstore.blogspot.com/2019/01/original-acl-for-tizen.html ] (ACL for tizen) on Samsung Tizen smart tv ? I tried uploading the tpk app on the tv by using these instructions […
kostas m
  • 55
  • 1
  • 1
  • 10
2
votes
1 answer

Are Android TV and Fire TV devices always guaranteed to overscan?

I have a super simple video player on Android TV / Fire TV, basically my UI is just a 'Layoutmatching parent and then inside aPlayerView` also matching parent. On both Android TV and Fire TV on different TVs I'm getting about 2.5% overscan. I can…
casolorz
  • 8,486
  • 19
  • 93
  • 200
2
votes
2 answers

R regular expression to extract TV show name from text file

I'm trying to extract TV show name from txt file using R. I have loaded the txt and assigned it to a variable called txt. Now I'm trying to use regular expression to extract just the information I want. The pattern of information I want to extract…
2
votes
0 answers

TvOs : is there a way to know when tv is turned off / on?

This question has been asked here but the author self answered and his answer doesn't provide what I need. I would like to know if there is a way on tvOs to detect or to be notified when the TV is turned ON / OFF?
2
votes
0 answers

TvView with multiple SurfaceView

I am currently implementing TvView (same Basic player logic over it) I n react-native and I am wondering how to switch TvView to another Surface? We have RN TV app, which implements several players for different platforms. Now we are implementing…