Youtube live chat embed not working in mobile - api

<iframe allowfullscreen="" frameborder="0" height="500" src="https://www.youtube.com/live_chat?v=XX71LoT8AME&embed_domain=localhost" width="480"></iframe>
This is the Iframe code for the youtube live chat embed.
It works fine in desktop view but return a javascript error in mobile view and no content is shown

Official YouTube documentation
Embed Live chat
Note: embedding live chat isn't available on mobile
web.
During a live stream, you can embed live chat on your own site by
using an iframe.
Get the video ID for the live stream. You can get the video ID from
the watch page URL (youtube.com/watch?v=12345). In this case, the
video ID is ‘12345’. If you chose "Stream now," right-click on the
player and select Copy video URL to get the video URL.
Get the domain
URL for the site you want to embed chat on. If you're embedding chat
on www.example.com/youtube_chat, your embedding domain is
"www.example.com."
Combine the embedded URL in the following way:
https://www.youtube.com/live_chat?v=12345&embed_domain=www.example.com.
This is the URL for your iframe. Note the embed_domain must match the
the URL of the page you’re embedding the chat on. If they are
different, the embedded chat will not load.

We just wanted to embed the youtube chat and found this on Google Support.
Unfortunately, Youtube chat embed isn’t available on mobile web according to google: https://support.google.com/youtube/answer/2524549?hl=en
Take care,
I.

Related

how to get a google+ hangout video live link to show in iframe without youtube logo

i created a google hangout app.
but now i want to broadcast my google+ hangout OnAir video.
i got the video embed link and i pasted it in iframe.
like
<iframe width="420" height="315" src="http://www.youtube.com/embed/WE6UGi2-vAA" frameborder="0" allowfullscreen></iframe>
then i got the video , screenshot of that video is here !
but i don't want the youtube link and logo in that broadcast, how can i get the video embed without youtube link
and after completion of hangout onair live,the iframe shows the youtube videos like this
can anyone tell me the process how to get the embed live video link without youtube link?

Google Play Books enhanced with video not working

I am developing an enhanced ebook for Google Play Books in fixed layout epub. I am using Adobe Indesign to develop this ebook. I am having great difficulty adding videos in my ebook. I have exhausted all possible options to embed the video. I have tried HTML5 video tag as suggested by the official Google support. I have tried to embed youtube video using an iframe but no luck.
When I upload my ebook to GPB it doesn't display any video in case of HTML5 and in case of iframes iframe takes some real estate but shows up blank. The iframe however does show on web version of the app and videos stream alright.
How can I embed videos successfully in my ebook? either HTML5 or iframe will do for me.

Direct link for vimeo video

I'm developing a Windows Phone App and I want to play Vimeo video in the App. But I have an issue, Windows Phone Apps can't embed player, so player will open in browser. I don't like that it opens external app, I would like that users stay in my app.
How can I get direct link for playing Vimeo video in my own video player?
I got email from Vimeo support.
Quote:
You’ll need to become a PRO member if you’d like access to static video URLs on both the site and via our API.
Vimeo PRO FAQ: http://bit.ly/18Y8s6f

How Internet Download Manager grabs URL of online videos

I'm developing a software which streams videos from vimeo. But, I don't know how to fetch it's direct URL.
Suppose the URL of vimeo video is: http://vimeo.com/78848064
But, IDM captures the direct URL of it as, http://pdl.vimeocdn.com/82070/105/203391355.mp4?token2=1387027682_29600487ac61980514ca8d3d014ea6a4&aksessionid=561c553c97d5676a
So, how is this possible ?
I think there is one similar software that you might be interested to look into. Internet Video Manager. http://www.ivmindia.com
It uses a python back-end program (included in the same folder, named as dl.exe) to extract direct link to youtube, vimeo videos.
Pro accounts have access to their own video files using the new (in beta) API3. If you would like access you can request it at vimeo.com/help/contact.

Youtube video won't load into webView

I am trying to load my video into a webview.
When I use this link. It won't work.
http://www.youtube.com/v/066PWBKrh6k&autoplay=1
But when I try this link. It's the same video but the link is a little bit different. It won't work. Any idea what the problem can be?
http://www.youtube.com/watch?v=066PWBKrh6k&autoplay=1
Kind regards.
You are linking to a flash file. IOS wont play flash. the /v/id path links to a swf for clarification, while the watch link is something IOS might have a handler for to accept standard youtube links but play them in the youtube app. What you really want is a straight url to a mp4 file / h264 which ios will happily play in it's media controls. Youtube will not give you this because the video isn't branded, the branding is an overlay of their flash / html5 player. Your best bet is to use the actual youtube javascript api to embed a html5 player, or at least something compatible with IOS. Or just link to an address IOS has a registered handler for.