Gracenote Entourage. Listen to Video show in background - gracenote

From the documentation I have learned that it is possible to make Entourage work in background for iOS Apps as well and developers are advised to read the - Entourage Best Practices to Achieve All-Day Interactivity. But I cannot find this information anywhere on web site or in the documentation. Can you help me find it? This or any other documentation that can guide me to implement correctly the listening while ios app is in background.
Thank you very much!

This is more of an iOS question than a Gracenote question. Perhaps this can be useful?
https://developer.apple.com/library/ios/documentation/iphone/conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html#//apple_ref/doc/uid/TP40007072-CH4-SW26

Related

_satellite.Logger.getHistory() is there similar command for adobe launch?

I need to see all rules fired on the page. Earlier I was using "_satellite.Logger.getHistory()" from console to get all rules but it doesn't seem working anymore with Adobe Launch product. Appreciate your help.
https://forums.adobe.com/thread/2473084
thanks,
Raj
No, but an API is available to collect similar information. See https://medium.com/launch-by-adobe/launch-library-monitoring-hooks-8495dd91b57. Note that these APIs are for debugging purposes only; you shouldn't use them in production code.

Using Meteor for a Tokbox Video Application

Does anyone happen to know any Meteor developers who also have experience utilizing Tokbox Video Streaming API? We have a web app that is 90% completed and we are looking for help fully integrating our video functionality. Any referrals/guidance/direction would be appreciated.
If you could post a minimal Meteor app with Tokbox that you can't get working, we could try to help you through it. Once that works, you could integrate those learnings into your real app

Push Notifications - Single Server multiple apps

We have a SSL set up on one server, and we have several apps we are about to put push notifications in. Can I use the same server for each of these apps?
There currently is not a problem, just trying to investigate as we enter into this. I have searched these and other forums without any luck so far to others discussing it. Any links to documentations for this would be greatly appreciated.
Craig
It depends upon the server, the client and the apps, but the short answer is: Yes you can.

Mobile Web Browser Sound Notification

Which API should I use to play sound notification from a Mobile browser for my web application.
Any Idea?
I don't want to use Flash or Silverlight Plugin.I used phonegap notification API, but it doesn't work on my iPhone.
You valuable thoughts would be highly appreciated.
Abdullah
Unfortunately the iOS browser has some limitations purposely built into it. One of them being that you can't play audio in javascript unless it comes as a direct response to user interaction (click/tap).
The reasoning for this limitation is unclear to me, my guess is that this is a deliberate attempt to cripple web apps and favour native apps.
This limitation is mentioned in Safari official docs here:
https://developer.apple.com/library/safari/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/PlayingandSynthesizingSounds/PlayingandSynthesizingSounds.html#//apple_ref/doc/uid/TP40009523-CH6-SW1
"On iOS, the Web Audio API requires sounds to be triggered from an explicit user action, such as a tap."
You could try playing the sound with javascript
Playing sound notifications using Javascript?

is there a drupal module that enables a live chat in a drupal site?

is there a drupal module that enables a live chat in a drupal site?
I recommend drupalchat, it is the most maintained and complete version. It uses node.js as the server. It works on Drupal 6 and 7 and has many features.
Drupal.org has an excellent search, a simple search revealed these candidates.
I use ClickDesk on my Wordpress site as a plugin, It's just copy pasting the code; I guess it should work with Drupal as well.
http://drupal.org/project/bowob
Have a look at bowob chat it gives you an interface which would be useful for implementing chat in a social networking environment. If you exam the api you can see what other modules bowob will go with well.
You can use the Drupal Olark module
http://drupal.org/project/olark
I believe it can handle visitors when you are offline too.
You should try LetsSyncro Live Chat & Image interaction Module for Drupal. This module adds image interaction to the traditional Live chat functionality.
You can find the installation guide in the following link: http://letssyncro.com/AddOns/Drupal
http://drupal.org/project/zopim
Zopim will provide you with the admin panel to administer you online and offline chat, but on their site only. Helped me a lot. Hope this will help you too.
Check chatroom module. It doesn't depend on any third party services and it offers a lot flexibility. You can make both - a site support chat and a community open chat room with it.
Version for D7 requires node.js I think.
Most of others depend on third party services which require registration and membership.
Yes i'm actually using a facebook like chat that's easy to configure with YUI
I'm actually using drupalchat: a facebook like chat and easy to configure with yui
At our website we used Mibbit to embed chat events. It is based on the old IRC system so it has zero learning curve for that audience. It worked really well and the cost was minimal, might be zero for most regular users.
http://www.mibbit.com/
Their staff was also extremely helpful and just generally cool to work with. They are always on their own support chat channel and so you get instant answers. We eventually stopped doing corespondent interviews so the system is not used now, but I would use them again without hesitation.

Resources