Integrate Google Hangouts on Air with your website like webinarjam - google-hangouts

I'm having a hard time finding the right information, but we are working on a project where users would be able to create/schedule live webinars that would run off Google's Hangout On Air.
A user would be on our website and schedule the webinar which would create a hangout on air with google and send back the youtube link so it could be embedded into the users page on our website. Now I know how to embed a single hangout, but you have to run through googles interface to set it up.
I found a company called webinarjam that actually accomplished this, but I cannot figure out how or what API they tapped into. So would you know how to accomplish this or another alternative that would have a simple interface?

Related

Can Google Assistant access audio on a web post

I want to allow my friend using Google Home to access audio posts on a WordPress blog. Can I make it treat my blog as a podcast without registering it with, say, iTunes?
I don't have a Google Home unit, and have not found detailed documentation on Google Assistant, except for writing actions. Is there a simpler way to do what I want without writing an action? Can I get my audio file and then access the existing code that handles operations within a file such as seeking, play, pause, etc. from my action?
You can take a look at content actions to generate a unique feed for your audio posts. In this way, you would be able to effectively create a podcast which can be surfaced by users on Google Homes as well in the Google Podcasts app. This would be a shallow integration.
If you want something more advanced and customized, you can create an Action and make use of the Media Response in Actions on Google.
Even if you don't have a Google Home, you are able to access your Action from other surfaces like a smartphone. You can also make use of the simulator in the Actions on Google console for development.

My Facebook streaming code doesn't work anymore, FB want user to click on Go live, page admin may not be available at the time of video shooting

I was using RTMP FFmpeg to streaming to the facebook, things work fine but it looks like Facebook now want the user to click on the live video on facebook.com to go live. This thing add the complexity that for example in a company 5 people are working and live streaming a video project and suddenly senior leave his office and go home early, he is the only person who has the facebook-page admin access, now video will not go live because of the requirement of click on live video on facebook UI.
Is facebook have something for this condition. I mean I use RTMP protocol in a software so people can do whatever they can easily and without having technical knowledge. I don't want the person to click on Go live every time he is using the software. Anyone have a solution for trouble like this.
Note: I am writing this question since it's related to facebook development and they told me to use StackOverflow for all dev related query.

Set up News source for Google Home

I work for a publication and would like to find out how I can enable our site to be read by Google Home or if there's something I need to do to set that up. I've looked at the Google Assistant SDK but it seems to be geared more towards custom commands to your own device like a Raspberry Pi etc.
Thank you!
You're right, the Google Assistant SDK is for building your own Assistant hardware.
The Actions on Google API is for building Actions that work with the Google Assistant on multiple platforms. With this, you can build an Action that responds to requests to "Hey Google, Talk to your action name". Google also reviews these Actions periodically to find ones that may more directly respond to questions such as "Hey Google, tell me the news".
There is currently no way to explicitly have your audio included as part of Google Assistant's "Good Morning" news briefing list, although Google may use RSS streams or other public feeds to make such content available.
Update
Google just announced formalizing what they call Content Actions, which are the formal way to get specific content such as poscasts, news, and recipes through the Assistant. See the documentation for details, but in your case, they've documented what the RSS feed should look like.

facebook, twitter, youtube app creation and api integration help required... just a small answer required

I am working on PHP application which will be shipped to many users for their own.
App needs to integrate
Facebook api for auto post their web articles to their fb profile/page.
Twitter api for same purpose as above and to search for tweets/users.
Youtube api to upload videos to their user account.
I already have completed the software, Right now software has api settings menu for each of them. Where user create their own app on respective platform and setup app id/secrets etc... IT works fine...
But I am looking for a way where, we use our own app codes, and user only has to click on button which redirect them to their platform and they can allow access to our app. So they dont have to go through their own app creation.
Just like how login with social media things work...
I know thats possible and my question is not about how to do this...
My question is about IF I do that, will that create any App usage limitation issues for users ? For example, if I create my own Youtube app settings from http://console.developers.google.com/ and all users just authorise my app to their account, will it create any issues if all users (may be 2000 users) uploads upto 5 videos per day ? Will the usage limit counted per application or per user access assigned ?
I need the answer for facebook/twitter and youtube. I know some one how has already done this can answer this quickly and easily...
Thanks for reading my question...

Google talk gadget code from your website

i would like to have a google talk button on my website to launch google chat option
i know it used to be possible but i can't find the code for it.
the Hangout video button code is available at the below address.
https://developers.google.com/+/hangouts/button
But i can't find one for the chat option that is available via google plus profiles and gmail...
i would really like to launch the google talk option via a button directly from my website for a text chatting option... can anyone help please :) ???
There used to be such a button till May, 2013
google talk button
But now, it has been replaced by hangouts
Google talk official documentation
"We announced a new communications product, Hangouts, in May 2013. Hangouts will replace Google Talk and does not support XMPP."