samsung-smart-tv

Installing App to Samsung Tizen TV with Partner Level Certificate

試著忘記壹切 提交于 2019-12-06 14:03:49
I had a problem to install developed app to Samsung TV device. Now I got a solution and i want to share my experience. Problem occurs if you add Partner Level Priviliges like http://developer.samsung.com/privilege/drminfo http://developer.samsung.com/privilege/drmplay and http://developer.samsung.com/privilege/productinfo . You need Tizen IDE to do all of these. https://developer.tizen.org/development/tizen-studio/download Open Tools > Package Manager and be sure you have installed Main SDK > Certificate Manager, Extension SDK > Samsung Certificate Extension. Open Tools > Device Manager and

How to get Samsung Smart TV Emulator to see my app?

拟墨画扇 提交于 2019-12-06 12:21:09
I'm just getting started on Samsung Smart TV development, and so far my first baby step has been a big failure. I am running Linux, and because I already have Eclipse installed and configured for Android development, I haven't had success in getting the Smart TV SDK installed and working. However, encouraged by How to build & deploy a Samsung SmartTV app without the IDE (e.g: on Linux) , I have decided to go forward without it. I do have the VirtualBox emulator running, however. So right now, I have built a basic app from the example here: http://www.samsungdforum.com/upload_files/files/guide

How to add a custom SessionProvider with Google Cast SDK 3

你。 提交于 2019-12-06 09:53:26
问题 We've recently updated the Google Cast SDK to version 3. With this SDK it should be possible to add support for non-cast devices by implementing getAdditionalSessionProviders() in an OptionsProvider. We have created a custom SessionProvider to return with the getAdditionalSessionProviders() method. However, this SessionProvider is never used and it will probably only be used when a device has been discovered and selected in the selection list when the MediaRouteButton is pressed as described

Samsung Smart TV streaming MPEG DASH with PlayRead

自作多情 提交于 2019-12-06 06:20:57
问题 I try to play stream (MPEG-DASH with PlayReady) on Orsay TV (Samsung TV before Tizen). Unencrypted DASH is working fine. I'm trying to acquire licence strictly according to DRM Today manual (that is my DRM provider), but the playback doesn't start, and after a while I get rendering error, or no stream at all. CustomData is generated due the DRM provider specification and it works on other platforms and devices. It's base64 hashed to customDataBase64 due to the DRM provider's manual. <object

Remote control Samsung TV from iOS app

此生再无相见时 提交于 2019-12-06 04:50:31
问题 I wonder what are requirements for developing iOS app that can be used as a remote controller for Samsung TV. It's obvious that the TV needs to be connected to the network and be equipped in SMART TV feature. I would like to know if it's possible without modifying the TV software/firmware. I didn't find any information about public APIs or iOS SDK from Samsung that could handle communication. As far as I understand the SDKs available on Samsung developer website are for creating apps that can

Google analytics for samsung smart tv app

北慕城南 提交于 2019-12-06 02:47:49
问题 I have googling around for a day and found no proper solution to apply google analytics for smart tv app. I have tried these links but had no luck to crack the issue. Google Analytics and Samsung Smart TV Apps I dont want an iframe solution since it can be only used for pageviews not events. Currently iam working on 2011 and 2013 Tv and document.domain gives me "localhost" in 2011 and "" for 2013. Is there any proper way to implement google analytics without using iframe ? Thanks in advance.

XmlHttpRequest on Tizen TV exits application

徘徊边缘 提交于 2019-12-06 00:16:27
I am currently developping an app for Samsung Tizen and WebOS TVs. For this, I am using Samsung's TOAST and Caph with angular1. The generated .wgt is working fine on browser and TV Simulator, but on real device, the application exits when an XMLHttpRequest is sent. Here is the code: var url = "grant_type=password&username=" + $scope.logInfos.loginEmail + "&password=" + $scope.logInfos.loginPassword; var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://myUrl/token'); xhr.onreadystatechange = function() { xhr.onloadend = function() { if (xhr.response) { console.log("logged in"); } }; }; xhr

How do I extract streamed “now playing” data embedded in an Icecast audio (radio) stream on Samsung Smart-TV

霸气de小男生 提交于 2019-12-05 16:39:32
I am creating a Samsung TV app for a radio station and they provide the "Now Playing" info within the Icecast stream. Is it possible to (and how do I) extract this information? Shoutcast supports " Icy-MetaData " - an additional field in the request header. When set, its a request to the shoutcast server to embed metadata about the stream at periodic intervals(once every " icy-metaint " bytes) in the encoded audio stream itself. The value of " icy-metaint " is decided by the shoutcast server configuration and is sent to the client as part of the initial reply. Check out this post on Shoutcast

playing sounds on samsung smart tv

℡╲_俬逩灬. 提交于 2019-12-04 19:06:10
问题 I am developing a simple game for samsung smart tv. I want to play little sound files when certain things happened like ready, win, lose. I don't want to deal with flash players, player controls .. Is there a way to use javascript to trigger a play sound action with a predefined sound volume and i nwant to do this several times in my code. 回答1: You need to add player object ( SAMSUNG-INFOLINK-PLAYER ) into your <body> tag: <object id="pluginPlayer" style="visibility: hidden; width: 0px;

Samsung Smart TV streaming MPEG DASH with PlayRead

拜拜、爱过 提交于 2019-12-04 14:16:40
I try to play stream (MPEG-DASH with PlayReady) on Orsay TV (Samsung TV before Tizen). Unencrypted DASH is working fine. I'm trying to acquire licence strictly according to DRM Today manual (that is my DRM provider), but the playback doesn't start, and after a while I get rendering error, or no stream at all. CustomData is generated due the DRM provider specification and it works on other platforms and devices. It's base64 hashed to customDataBase64 due to the DRM provider's manual. <object id="pluginPlayerSef" classid="clsid:SAMSUNG-INFOLINK-SEF" style="border:none; width:0px;height:0px;"><