I use the following string on my website to enforce a subtitle language for a youtube video:
hl=en&cc_lang_pref=en&cc_load_policy=1
Since a short? time it stopped working, I think youtube changed something. Anyone an idea how to solve this problem? Or does anyone know how to enforce a subtitle on a youtube movie? Can't find anything on the youtube website.
Thanks.
Pieter
It was an error by youtube. After two weeks the problem was solved.
Related
I need to provide people with a URL link to some of my Youtube videos, but I don't want Youtube to then automatically display some random video that it thinks should be "up next". There's nothing more embarrassing than trying to show people your work and then up pops a ridiculous video that they think must be yours as well.
I've tried tacking on "&autoplay=false" and "&autoplay=0" to the end of the URL, but that doesn't work.
Anyone know what needs to be done?
You can send people an embed link that shows the video only. I think in your case this would be fine, but for anyone that requires comments, it would be an issue. Also adding ?rel=0 will stop the end card from showing related videos from another users channel.
https://www.youtube.com/embed/OefocRFlDss?rel=0
A list of embed params can be found here: https://developers.google.com/youtube/player_parameters
I guess that's not possible, but maybe you could embed that video via API to some server you own, and disable the suggestions.
Check this documentation for disabling, controls and siggestions.
https://developers.google.com/youtube/player_parameters#autoplay
Or this: http://illuminea.com/remove-related-videos-from-end-of-embedded-youtube-video/
Luck!
This feature does not seem to be customizable from the url; it's more of a user setting. You can find here some details about how to turn it off for yourself but you cannot control the way it will behave for others.
Also, I'm not sure if this question qualifies as a programming one. :)
Im having a problem with youtube rss. a week ago, the rss feed of this "http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos" worked really good. It displays my last suscribers videos. But since 2 days, it says "forbidden". I did not do anything into youtube since 2 weeks in my configuration, so i dont know why it says that. But if i replace, "newsubscriptionvideos" for "uploads" it show my uploads, so i think its a problem on youtube, or i dont know. Someone have an idea?
http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos
gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/uploads
I don't know if this has anything to do with this, but this API is deprecated.
And it looks like new API has no replacement. Here is the issue http://code.google.com/p/gdata-issues/issues/detail?id=3946
It's working again !
Try it again
http://gdata.youtube.com/feeds/base/users/M_vDwwo498dNg3FADnV-vQ/newsubscriptionvideos
After looking for hours I still can't find a proper example of how I would load a YouTube videos into a -UItableView or something similar. Something similar to this http://gyazo.com/cb89587662fab215312c764cda281309 . Does anyone know how to do anything like this or similar ?
You should use YouTube IFrame Player for iOS.
You can check out Objective C samples from YouTube and use YouTube Objective-C client library.
Here's a great talk about Mobile best practices for YouTube
Try this out.
IBM DeveloperWorks
I used this for help when I was starting out with the api for my site.
It uses SimpleXML and PHP, but can with some changes be used with json.
Hope this helps you on your way.
I'm working on a website that has a need to accept user-submitted videos. After some research, it seemed like YouTube Direct would be a good fit for our purposes. Most Google products are very well-designed, so why should YouTube Direct be any different?
Unfortunately, I can't find a working implementation of YouTube Direct to explore. I've found several broken versions...
http://topics.gannett.com/greensboro+sit-in/?template=digtriad
http://www.huffingtonpost.com/2009/11/16/hopenhagen-ambassador-con_n_356950.html
...but they all seem to be plagued with errors.
Does anyone know of a working, error-free implementation of YouTube Direct? Is this a neglected or failed Google product? Is there a better solution to accept user video?
Thank you for any help or recommendations that come to mind.
You can check out project page for YouTube Direct Lite.
There is also a live demo available.
I want to control all the events of the youtube MPMoviePlayerViewController (start/stop/finish loading...).
I'm looking for an answer for a lot of hours, that makes me crazy.
Thanks
Yes you can control Youtube player object. with supported API.
please refer to this Manual first, https://developers.google.com/youtube/js_api_reference.
and let me give you a simple chrome extension which I made.
https://github.com/sunglim/Youtube-Auto-Replay
.thanks