customdata in playready license challenge on samsung smart tv - drm

What is the working approach to put custom data into the license challenge for playready von Samsung smart TV? I have tried all suggsted ways but it seems like the PR Server does not receive it. Wireshark traces show nothing. How can I bestdebug this?
Thanks a lot

See chapter 4.1 in this document http://www.samsungdforum.com/Common/FileDownLoad?BoardType=6b8cf359de61b749&fileID=d9a7eda5f65a8700&ei=YjzNUsTLG8aS7Aa1sYH4Dw
If you want to play PlayReady/WMDRM protected content, you should add predefined postfix
“|COMPONENT=WMDRM” to your original URL.

Related

Sending push notifications when published product

It is necessary to send a push-notification to all users on the phones (iOS to Android), that a new product has been added to the store.
How can this be realized? I would like to see an example
I'd be tempted to look at a complete solution:
https://github.com/appfeel/node-pushnotifications
This works with both Android and iOS.
Without repeating what the documentation already states, this should do what you're looking for.

actions on google demo code is not working on my android phone

I followed https://developers.google.com/actions/dialogflow/first-app tutorial and built my first google action. The action is working fine on my laptop browser in the test (Followed "Preview the App" section of the tutorial) environment. However, when I am trying to use this action on my phone by saying "OK Google talk to my first app". It's not working. Is it supposed to work on my phone as well? I have logged in with the same Gmail account on my phone also.
PS - I have posted the same question on "actions on google" google plus community google as well but I am not sure if that community is to post such questions or not. Therefore, I am posting it here also.
Thanks in advance!
Once you have enabled testing through the simulator, it should be available on all devices (mobile, speakers like Google Home, etc) with the same account your simulator is running in. Double check to make sure they're the same account.
In your case, however, you may be using the wrong invocation phrase. If you actually said what you did above, you need to say the exact same thing that you typed to invoke it.
If you haven't set a name in the configuration, then that phrase will be
Talk to my test app
Update
As you note in the comments - you also need to make sure you're running the Google Assistant, and not one of the other voice search components. The Google Assistant requires:
Android 6.0 or higher
Google app 6.13 or higher
Google Play services
1.5 GB of memory
720p screen resolution
Phone set to a supported language
As you probably already know you have to enable Web & App Activity, Device Information, Voice & Audio Activity in the Activity controls page.
Then you also have to be sure that the language of your agent is the same used by your google assistant.
I solved thanks this last step.
Hope this helps

embedding audio into blogger

In Blogger I am trying to recreate the audio feature used in this web site http://www.talkenglish.com/lessondetails.aspx?ALID=2001 where you click on text and hear the audio (an mp3 file) instantly. When I embed identical code into a Blogger page and click it, it wants to play the mp3 file by kick starting Windows Media Player. I don't want a solution like SoundCloud that creates visible player controls. Can anyone suggest a solution. I am hoping to use it to create an online amateur speech therapy package to support some voluntary work I do in this area.
Thanks
That site is using a file called audioplayer.js. To be honest, I am not exactly sure if that's custom built or not. You can look at the source for that here. You have a bunch of options to get the functionality you're looking for. A couple are below.
You can use SoundManager2 which is a very robust JS Sound plugin.
You can also use HTML5's built in <audio> element. You can read more about that here

How to get android.jar include startLeDiscovery() Method in BluetoothAdapter class

I saw a page,
create a connection to a BluetoothLE device using Samsung Galaxy S3
But I can't get jar file.
Or Are there any solution to use bluetooth le in android?
You could give this framework a try.
Also, there are code samples on this Android issue (see comments 208/209), but I don't think any of them offer a complete end to end working solution.
You could also attempt to contact Samsung directly and inquire if they have an SDK available (They might, but if they do, it's private at this time).

How to play m4v online in iPhone

Following is the URL. I want to play following URL video in my iPhone application. Please help me out to play this
http://www.example.com/SomeVideoOrAnother.m4v
I am building an application where I'll provide user list of movie or advertisement. User will select one of them and redirected to enjoy creative ad.
You seem to not have done any background learning on iOS, judging by the broadness of your question.
I would recommend the Apple Documentation (Getting started) as a good place to start.
Also, see some of these books on Amazon.
To answer you question, there are a few frameworks to look into, for example AV Foundation.

Resources