Questions tagged [television]

479 questions
2
votes
4 answers

How can I take a screenshot of my app running on a Samsung Smart TV?

Is there any way to take a screenshot of my app running on a Samsung Smart TV 2014? Any help is appreciated.
AydinAngouti
  • 379
  • 3
  • 14
2
votes
1 answer

Chromecast content caching

One problem that I am facing with chromecast is that it doesn't cache the content it downloads. I want to show the same video in a loop, but with chromecast the video needs to be downloaded every time when it needs to be shown. Is it possible to…
2
votes
3 answers

How to send an iOS photo on TV with Chromecast?

I have been playing a bit with the Chromecast SDK those days. What I am currently trying to do is to send a UIImage (for example a photo taken with the iPhone) on the TV using the Chromecast. I am able to load "external" image using an URL but I…
tanou
  • 1,083
  • 2
  • 13
  • 33
2
votes
1 answer

HTML5 Video Live Stream Oper TV Emulator

I want to stream live video using HTML5. So far I have tried Video.js | HTML5 Video Player
Awais Tariq
  • 7,724
  • 5
  • 31
  • 54
2
votes
1 answer

Request to play a particular media content from in-built Samsung smart TV app

I am trying to make a mobile application for my Samsung Smart TV that would not only open one of the apps on the TV (e.g. Netflix, Pandora, Hulu etc.), but would also take in the 'extra parameters' to directly play the multimedia content for me on…
Darth.Vader
  • 5,079
  • 7
  • 50
  • 90
2
votes
2 answers

Connect SDK seeking jumps to 0:00

So, I am trying to set up video controls on Android, when I now try to seek to 0:10 on my Chromecast using mMediaControl.seek(10,null); it seeks always to 0:00. However the Logcat shows that the seeking was successfull. Is this a generall SDK Bug or…
Alexander Fuchs
  • 1,358
  • 3
  • 19
  • 36
2
votes
1 answer

Access to stream from TV usb Tuner with OpenCV

Is there any way to open video stream from tv tuner connected by usb? It is simple DVB-T tuner. I tried with VideoCapture but it didn't work (it works for me only with webcam). Ofc i know there many applications to open stream from tv tuner like VLC…
Dominik
  • 21
  • 2
2
votes
1 answer

RTSP Protocol for tv live streaming

this code make a streaming for rtsp link but it doesn't work for my link but works for other one link worked : rtsp://masds03.htc.com.tw/99min_H264.3gp my link that not worked :…
Asmaa Salman
  • 67
  • 1
  • 8
2
votes
0 answers

2013 Bravia display IP control

I'm trying to control a 2013 Bravia display through Ethernet and I would need the API for it. I've done some work and it's working but I need the commands to control the tuner section or something that emulates the infrared remote controller. Is it…
2
votes
0 answers

play channels from dvb with ffmpeg

How can we play or process a tv channel with ffplay, ffmpeg from a tuner on tv card on linux. I am able to play with vlc when I tune a tuner wtih szap with command szap-s2 "channel" -a 0 -H . However, I could not achieve this with ffmpeg. I also…
mustafa.yavuz
  • 1,274
  • 2
  • 21
  • 40
2
votes
1 answer

LG Smart tv Volume Controlling

I'm making app for LG smart tv and need to controll volume. The main purpose of APP is make iPad or phone able to remote controlling. Media Player Plugin hasn't methods which controlls volume. Sound plugin has only method sound.play(). I have…
yavorsky
  • 21
  • 3
2
votes
2 answers

Any sample television databases out there?

I am building a small front-end for a television client. I know the basic database structure but do not want to spend manually inserting all the channel names and show names and timings into the database. Are there any sample databases that I can…
Legend
  • 113,822
  • 119
  • 272
  • 400
2
votes
2 answers

Show TV program in Samsung SmartTV app

I'm thinking of an app for Samsung SmartTV which, besides other information, displays the currently running TV program. Since I haven't found any documentation about accessing and displaying the TV program inside of an app, I was wondering if this…
tvoi
  • 55
  • 1
  • 6
2
votes
2 answers

Android TV-box experience.

I need to develop Android TV-Box (android device, which use TV, as the screen) app. Anyone done this? I can not find a good example to understand all the intricacies of this interaction. Maybe you will be able to help me?
jimpanzer
  • 3,470
  • 4
  • 44
  • 84
2
votes
0 answers

Javascript scroll and iphone / ipad

I'm making a mobile version of my website (programmetv.net) and i have a problem with javascript scroll event who not work on ipad same on a pc. You can see my mobile version on http://www.programmetv.net/ipad/index.php?date=20130210 If you test…