samsung-smart-tv

Google Analytics and Samsung Smart TV Apps

回眸只為那壹抹淺笑 提交于 2019-12-30 04:57:05
问题 I'm trying to integrate Google Analytics in my Smart TV Application. It is a Javascript based application, and I have tried all the solutions available on the SamsungDForum, but no one works. In the part of the main index.html file, I load Google Analytics: <script type='text/javascript' async='true' src='https://ssl.google-analytics.com/ga.js'></script> Then, I am tracking the page entrance: <script type='text/javascript'> var _gaq = _gaq || []; _gaq.push([ '_setAccount', 'UA-XXXXXXXX-X' ]);

Unable to add an app to Samsung Smart Tv Emulator

♀尐吖头ヾ 提交于 2019-12-25 00:56:18
问题 I'd be very grateful if someone could offer me advice getting on getting the Samsung TV emulator to work as I need to test a web app and I have spent more than a day trying different things without success. I'm using Windows 10. Tizen Studio 3.0, Tv Emulator 4 When I look in the apps section I only see the internet option. When I attempt to drag a sample app into the emulator I see a not permitted icon. I attempted to access the app via inbuilt browser, either via localhost or a remote

Is it possible to cast to a Samsung 8 Series TV?

浪子不回头ぞ 提交于 2019-12-24 21:04:04
问题 Is it possible to cast to a Samsung 8 Series TV? I can successfully cast from my YouTube app on Google Pixel 3 to the TV, but not with any other apps that allow casting to Google Chromecast. I guess Samsung 8 Series does not feature built-in Chromecast, but why can I cast YouTube then? Because the TV has a YouTube app? 回答1: I guess your TV is using DIAL protocol. You can find some info here BR 来源: https://stackoverflow.com/questions/53806201/is-it-possible-to-cast-to-a-samsung-8-series-tv

Does HMTL5 video autoplay work on Samsung Smart TV?

若如初见. 提交于 2019-12-24 02:38:20
问题 I'm trying to get an HTML5 video element to autoplay on a Samsung Smart TV (in the regular browser, not specifically as a TV app, if that makes any difference). Perhaps the autoplay element just doesn't work - I have tried all of the following. autoplay="true" autoplay="autoplay" autoplay=autoplay The video element will play fine manually (once you have managed to point the cursor on the incredibly tiny play control!) Has anyone else got this to work? 回答1: This should work: <video id="video"

How to overlay another div on the video?

穿精又带淫゛_ 提交于 2019-12-23 06:05:59
问题 I am currently developing an samsung smart tv app using the sdk 3.5.2 (as required) I am using the SEF plugin and with setDisplayArea() , I am able to display a full screen video. But now I am facing problem that I would like to overlay 2 divs, a header and a footer, on top of the video, but I could not have it done correctly. What have I tried and got is desribed as follow: In my html, I have include the plugin, and got the player object z-index and position set <object id="pluginPlayer"

Running Samsung Smart TV project in emulator causes a crash

…衆ロ難τιáo~ 提交于 2019-12-23 04:47:33
问题 I am trying to develop for Samsung smart tv. I have installed the Samsung SDK with Apache provided, and create a default project form template "Samsung Smart Tv Basic App" and I can't succeed to run my app to emulator. When I run the project from 'Samsung Smart Tv SDK -> Run Project in Samsung TV Emulator' the Samsung emulator opens automatically and crashes. It this may happen because the code is incomplete and something is missing or I have to do some supplementary configurations. e.g. to

Show Youtube Video in Samsung Smart TV App

江枫思渺然 提交于 2019-12-20 04:54:15
问题 I want to just run a sample samsung smart tv application that show a youtube video, I tried everything I found in the internet and nothing worked, I'm searching for a way since a week and still didn't find, I always were seeing [[missing plug in]] on a white or black screen !! I'm using emulator 2014 with SDK 5, I know that samsung is not accepting flash based app since Feb so I need to find a way without using flash. even I tried the below way, the video is played on starting but I can't

Samsung SmartTV ovelray (news ticker) application

假装没事ソ 提交于 2019-12-18 12:39:32
问题 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 application from TV SmartHub menu and display the overlay over the IP (usually HLS) stream. See for example here (http://en.wikipedia.org/wiki/File:CNBC_Closing_Bell.jpg) the CNBS ticker. We would like to develop the application like this... to display

Resetting the opacity of a child element - Maple Browser (Samsung TV App)

余生长醉 提交于 2019-12-17 08:53:10
问题 I have an issue with creating a transparent element which has a child element. Using this code the child element gets the opacity value from the parent element. I need to reset/set the child's element opacity to an arbitrary value. Browser of reference is Maple Browser (for a Samsung TV Application) . .video-caption { position: absolute; top:50px; width: 180px; height: 55px; background-color: #000; -khtml-opacity:.40; -moz-opacity:.40; -ms-filter:"alpha(opacity=40)"; filter:alpha(opacity=40);

ADB Connection to Samsung smart tv

不羁岁月 提交于 2019-12-13 20:33:37
问题 I am trying to install third party apk to Samsung android smart tv... 1) I've turn on Developer mode in Apps and put my computer ip address there. 2) I'm runing this commands in terminal (mac os, the latest version of sdk-tools) adb kill-server && adb start-server && adb connect 192.168.1.237:26101 && adb devices Getting this: * daemon not running; starting now at tcp:5037 * daemon started successfully connected to 192.168.1.237:26101 List of devices attached 192.168.1.237:26101 device 3) And