YouTube
YouTube is the world's leading source of online video content (by volume). It is not the first online video site, but it is certainly the first to build an extremely strong community around its brand, and as a result has experienced the benefits of Network Externalities. [1]
YouTube Architecture
YouTube follows a variation of the traditional LAMP Platform[2]:
- Linux (SuSe)
- Apache
- MySQL
- Python
- psyco, a dynamic python->C compiler
- lighttpd for video instead of Apache
YouTube Features
Embeddable Player
The immense popularity of YouTube' and particularly the fast viral spread of its widespread use and adoption has long been attributed to (apart from its simple and catchy brand name) the ability to embed videos uploaded to its platform simply and easily. The embedded YouTube player has been the source of inspiration for hundreds of other online video initiatives. The embedded player itself owes much to the Flash ecosystem and W3C-developed open web standards for Object Embeds. Before YouTube got the formula exactly right, it may have been possible to embed video content from other sites but implementations were extremely fragmented and the user experience varied greatly from site to site. The other big attraction to YouTube's particular embeddable player was the ability to easily customize several properties, listed below:
code | property |
---|---|
hl | Language of video metadata |
fs | FullScreen allowed (or not) |
autoplay | Whether to auto-start a video on (page/embed) load or not (wait for user to hit play button) |
width | Video's width (in pixels) |
height | Video's height (in pixels) |
- Full list of embed parameters: http://code.google.com/apis/youtube/player_parameters.html
Sample video: <object width="425" height="349"> <param name="movie" value="http://www.youtube.com/v/8-QNAwUdHUQ?fs=1&hl=en_US"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/8-QNAwUdHUQ?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="349"></embed> </object>
UPDATE: YouTube's embed code has changed since the introduction of their HTML5 video player. It now utilizes an iFrame as follows (same video as above in new embed):
<iframe title="YouTube video player" width="425" height="349" src="http://www.youtube.com/embed/8-QNAwUdHUQ" frameborder="0" allowfullscreen> </iframe>
For a (possibly limited) time you can still utilize the old embed code, however your embed will be limited to the Flash-only version (which itself has code to detect Mobile devices so for supported devices it will replace the embed with a 3GP or MP4; both the iFrame and Object Embed embeddable players have this capability, so most users are switching to the simpler iFrame method).[3][4]
Playlists
Playlists were an early favorite of earl-adopters, however criticism was drawn for YouTube not supporting Data Portability and similar iniatives or open data formats (i.e. XSPF, RSS) thereby locking users' data into YouTube in the initial stages of the company's development. YouTube has removed access to your playlists from your main profile page, however for a (possibly limited) time you can still access them at the URL below and via the Playlist API:
http://www.youtube.com/my_playlists
Channels
A YouTube Channel is now synonymous with a YouTube account. Every user on YouTube has their own private channel which contains any number (0..n) videos uploaded by that user. From a user's channel, you can also access videos favorited or commented on by that user. If they make them public you can also access videos viewed by that user. The existence of a common user channel experience and the ability to personalize your YouTube channel (i.e. look&feel, background/images, links on left-hand-side, etc) were major draws to YouTube over other video-sharing services.
EXAMPLE - BCmoney Channel
http://www.youtube.com/bcmoney
Subscriptions
Subscriptions allow you to track an individual user and get notified in your YouTube account, by email, or other means (such as hooking into your Twitter feed or Social Network.
EXAMPLE - My Subscriptions area (access users you are subscribed to)
http://www.youtube.com/my_subscriptions?feature=mhum
- YouTube Subscriptions: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=159998
Video Responses
Video Responses offered another viral element to the already rich feature-set of YouTube. They were a response to the increasing popularity of services like Seesmic, which allowed Video commenting on blogs and sites.
EXAMPLE - Video with some Video Responses
http://www.youtube.com/watch?v=9toJRdu2bXQ
- Video Responses: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=95724
- How do I make a video response on YouTube?: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=57931
Jumpspots
Also known as scrubbing, jumpspots give users the ability to link to a specific point in the video. EXAMPLE:
http://www.youtube.com/v/_AnimFQonJk&start=32&start=32&end=40&autoplay=1&enablejsapi=1
- Tags to adjust video start/stop times : http://www.google.com/support/forum/p/youtube/thread?tid=0af4c34595d87787&hl=en
Annotations
Annotations were a response to popular services like Asterix which allowed video publishers to highlight select sections of their videos and offer pop-up text (in the style of [Much Music's "pop-up video"]).
EXAMPLE - Annotate one of your own videos:
http://www.youtube.com/my_videos_annotate?ns=1&v=IjSpps__BHw
EXAMPLE - Remove Annotations from embedded videos:
&iv_load_policy=3
- YouTube - Video Annotations: http://www.youtube.com/t/annotations_about
- Creating or editing annotations: http://www.google.com/support/youtube/bin/answer.py?answer=92710&topic=14354
- How to copy raw YouTube annotations XML: http://stefansundin.com/blog/277 | DEMO[5][6]
Captions
Captions offer the opportunity to those who can't hear to read text along with the video to provide more accessibility of content. YouTube was frequently criticized for their lack of accessibility but a major update in 2008 was meant to appease these complaints.
- How to create captions and subtitles on YouTube: http://www.google.com/support/youtube/bin/answer.py?answer=100079[7]
Subtitles
In addition to the complaints about lack of accessibility, there was major criticism on YouTube's being slow to add internationalization and translation services, but in 2009 they also made a major update which saw translations of the site into many more languages, and which eventually (2010) allowed Subtitles to be added to videos in much the same way as Captions.
- YouTube TimedTex (TTS): https://developers.google.com/youtube/2.0/developers_guide_protocol_captions\\\ | EXAMPLE
- GoogleSRT - YouTuve Video Subtitle/Closed-Caption extraction Tool: http://sourceforge.net/projects/google2srt/
- Youtube Subtitles extractor (.srt): http://www.serpsite.com/youtube-subtitles-download-tool/ | EXAMPLE
- Get YouTube Subtitles tool: http://mo.dbxdb.com
- How to extract subtitles from youtube videos?: http://stackoverflow.com/questions/10036796/how-to-extract-subtitles-from-youtube-videos
YouTube Mobile
YouTube's first attempt at a mobile-specific version of their site that supported streaming video over a mobile network to various mobile devices launched in June 2007.[8]
- YouTube MOBILE: http://m.youtube.com
- NYTimes - YouTube on the Go: http://bits.blogs.nytimes.com/2008/01/24/youtube-on-the-go/
YouTube TV
- YouTube LeanBack: http://www.youtube.com/leanback
- Original YouTube TV "official portal": http://www.youtube.com/xl[9]
YouTube LIVE
YouTube has experimented with live broadcasts[13] since its first YouTube LIVE[14] broadcast in November, 2008[15] and its founders have had live video on the roadmap since its founding.[16] Some of the most notable streamed events were an October, 2009 U2 concert[17], Outside Lands 2009[18], a full-length viewing of Taxi Driver with live tweets[19], several of Barack Obama's Sate of the Union addresses[20][21] and Press Conferences[22], and Coacella Festival 2011[23].
In April, 2011 YouTube LIVE was launched as the official Live Streaming service for select content partners.[24][25]
- YouTube LIVE: http://www.youtube.com/live[26]
- YouTube Live Streaming API: https://developers.google.com/youtube/v3/live/
SendToTV
SendToTV is a feature that allows you to transmit or queue up a video from your (Android) smartphone to your (Google TV-compatible) television set. That video can be either assigned to play next or set to play immediately.
- YouTube SendToTV: http://youtube.com/yt/sendtotv/
YouTube Kids
- YouTube Kids: https://kids.youtube.com | ANDROID | iOS
- Content creators’ guide to Family-friendly content for YouTube Kids: https://creatoracademy.youtube.com/page/lesson/kids-app[27]
Business Model
Advertising
Like its parent company Google, advertising is a major source of revenue. As of 2010, YouTube generated
- YouTube to Publishers - Don't Put Your Own Ads Into Those Videos!: http://www.readwriteweb.com/archives/youtube_to_publishers_dont_put_your_own_ads_into_videos.php
- Google goes Gaudy with YouTube Ads (in embedded player): http://bits.blogs.nytimes.com/2008/08/06/google-goes-gaudy-with-youtube-ads/index.html?ref=media
- Google Aims to Make YouTube Profitable With Ads: http://www.nytimes.com/2007/08/22/technology/22google.html?_r=1&oref=slogin
- Google plans push to sell ads inside YouTube videos: http://www.nytimes.com/2008/02/21/technology/21google.html?
ContentID
- YouTube - ContentID: http://www.youtube.com/t/contentid[29]
- Making money on YouTube with Content ID: http://googleblog.blogspot.com/2008/08/making-money-on-youtube-with-content-id.html[30]
Movies
Google has long made it known about its intentions to offer full-length films as paid downloads or possibly under a subscription model (similar to NetFlix). Now, YouTube Movies was launched to realize this vision.
- YouTube Movie Rentals: http://www.youtube.com/movies
YouTube API
- Interactive YouTube API Demo Beta: http://gdata.youtube.com/demo/index.html
- YouTube API: http://framework.zend.com/manual/en/zend.gdata.youtube.html#zend.gdata.youtube.playlists.user
- YouTube Player API Reference for <iframe> Embeds (experimental): http://code.google.com/apis/youtube/iframe_api_reference.html
Feeds
Apart from using the official Zend YouTube gdata API, you can access raw feeds as follows:
VIDEO info (including different stream versions):
http://gdata.youtube.com/feeds/api/videos/VIDEO_ID
MOBILE "Top Videos":
http://gdata.youtube.com/feeds/mobile/videos?v=2&fields=entry[link/@rel=%27http://gdata.youtube.com/schemas/2007%23mobile%27]&format=6
Playlists
PLAYLISTS by "UserID":
https://gdata.youtube.com/feeds/api/users/bcmoney/playlists?v=2
- Playlists API: https://developers.google.com/youtube/2.0/developers_guide_protocol#Playlists
- Working with YouTube Playlists (from within JW Media Player): http://www.jeroenwijering.com/?thread=7362
- NO, I MEANT A YOUTUBE PLAYLIST : http://www.jeroenwijering.com/?thread=7655#msg44870
YouTube Lawsuits
Since such a large percentage of the content on YouTube is clips of copyrighted material, there has been much controversy since its inception. As a result, many companies have threatened lawsuits and sent YouTube management takedown notices asking for them to remove their content, and several have actually followed through beyond such requests with legal action.
Viacom
Viacom has been one of the largest corporations to take on YouTube. Their claim dates back to when YouTube was first growing, claiming that the Online Video portal gained notariety and rose to fame on the back of much of Viacom's content, whether in full or clipped format.[31]
UK Football Association
The UK Football Association is suing YouTube for allegedly illegal use of sports highlights, and are back by a group of other copyright holders ranging from sports to news to music and other mainstream media outlets.[32]
- YouTube Class Action Lawsuit -- US District Court Ruling: http://regmedia.co.uk/2009/07/08/class_action_youtube_copyright_ruling7709.pdf
Mashups
MobiTubia
What's MobiTubia? MobiTubia is Flash Video (FLV) Player and Full-Function YouTube portal application with real-time decoding for Series 60 3rd Edition devices. User interface was neatly designed to be luxurious look. More than YouTube client application you will get. I am so pleased to give you the new experience of symbian application. Enjoy it!
Key Features - View Offline FLV file (.flv file in device) - View Online FLV file (access via http://...) - Full-Functions YouTube - Recently Featured - View featured videos listed in YouTube.com homepage - Popular Clips of the Day, of the Week, of the Month and Overall - Clips Search - Search through YouTube clips by Tag - View by YouTube ID - Enter 11-digit YouTube ID and MobiTubia will play that clip for you - Open Web Clip - Enter url of webpage embedded with YouTube clips and MobiTubia will display all available clips - Lot of Customization Options - Status Bar Visibility - Max Frame Skip - etc.
Limitation - FLV file must encoded in Sorenson-H263 codec (Flash 7) - Video resolution must not exceed 320x240 pixels
- MobiTubia: http://www.mobitubia.com/
YouTube TV Mashup
Japanese YouTube player like a TV. Auto searching pop movies in Japan. This was done by Satoru Yano.
- YouTube TV: http://tv.youtubech.com/
RedditTV
- Reddit TV – Videos popular on Reddit – Optimized for Google TV: http://elsewhat.com/2011/02/05/reddit-tv-videos-popular-on-reddit-optimized-for-google-tv/
YT Instant
- YouTube (YT) Instant: http://ytinstant.com/[35]
Tools
- KeepVid (download an archive copy of a URL): http://www.keepvid.com/
- YouTube to MP3: https://ytmp3.cc/en13/
- ubeek.com - A YouTube Playlist to RSS converter: http://www.ubeek.com/youtube/
- Youtube Embed Code Generator: https://codegena.com/generator/Youtube-Embed-Code-Generator/
Resources
- YouTube - TestTube (Labs): http://www.youtube.com/testtube
- YouTube API - App Gallery: https://developers.google.com/showcase/#tags=youtubeapi
- YouTube API - what each media:content and yt:format combination means: https://developers.google.com/youtube/2.0/reference#youtube_data_api_tag_media:content
- YouTube Embedded Players and Player Parameters: https://developers.google.com/youtube/player_parameters#Parameters[36]
- YouTube API v2.0 - Creating and Managing Live Events: https://developers.google.com/youtube/2.0/developers_guide_protocol_managing_live_events
- YouTube - press stats: http://www.youtube.com/t/press_statistics
- Embedded YouTube Indexed Google: http://www.reelseo.com/embedded-youtube-indexed-google/
- Schema.org VIDEO Markup: http://www.reelseo.com/schema-markup-video/
- YouTube Video AD UNITS (official): https://www.google.com/adsense/support/bin/topic.py?topic=12182
- 10 Incredible Interactive YouTube Videos: http://mashable.com/2011/01/30/interactive-youtube-videos/
- Use the YouTube API with PHP: http://www.ibm.com/developerworks/library/x-youtubeapi/
- YouTube Embed Generator: http://www.yvoschaap.com/youtube.html
- YouTube JavaScript API Player with Playlist: http://911-need-code-help.blogspot.com/2009/10/youtube-javascript-player-with-playlist.html
- High Quality and more formats on Youtube (2008): http://blog.jimmyr.com/High_Quality_on_Youtube_11_2008.php
- FreeDown Downloader, Video Downloader Script: http://www.ngcoders.com/downloads/freedown-downloader-video-downloader-script
Tutorials
- IBM Developer Works - Parsing Data using the new YouTube API: http://www.ibm.com/developerworks/xml/library/x-youtubeapi/?ca=dgr-jw64x-youtubeapi&S_TACT=105AGX59&S_CMP=GRsitejw64
- How to start an embedded YouTube video at a certain timestamp: https://web.archive.org/web/20150226031658/http://www.reelseo.com/youtube-deep-linking/
- Embed YouTube Videos without the YouTube Logo: http://www.labnol.org/internet/embed-youtube-videos-logoless/19532/
- Disable annotations when sharing a Youtube video, iv_load_policy query: http://bookmarks.byrev.org/web/disable-annotations-when-sharing-a-youtube-video-iv_load_policy-query/
- Embedded player style guide: http://support.google.com/youtube/bin/answer.py?hl=en&answer=178264
- Disable related videos on a embedded Youtube player: http://www.varesano.net/blog/fabio/disable%20related%20videos%20embedded%20youtube%20player
- How to get HTML5 video URL from YouTube 's HTML5 version?: http://stackoverflow.com/questions/6676310/how-to-get-html5-video-url-from-youtube-s-html5-version
- PHP Regex to get YouTube video ID?: http://stackoverflow.com/questions/3392993/php-regex-to-get-youtube-video-id
- YouTube APIs + iPhone SDK = Cool mobile apps: http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html
- Save YouTube videos to your iPhone for offline viewing with iTube App: http://www.cnet.com/how-to/how-to-save-youtube-videos-to-your-iphone-for-offline-viewing/ | DOWNLOAD (feature coming soon to the YouTube app)[37][38]
- Make Your Own YouTube player in React using youtube data API v3: https://hackernoon.com/make-your-own-youtube-player-in-react-using-youtube-data-api-v3-4b9bb5403a87
- Fluid Width Video: https://css-tricks.com/fluid-width-video/
- Embedding YouTube videos - aspect ratio: https://stackoverflow.com/questions/13880745/embedding-youtube-videos-aspect-ratio[39]
External Links
- YouTube: http://www.youtube.com
- wikipedia: YouTube
- YouTube API -- Restrict embedding: https://support.google.com/youtube/answer/6301625?hl=en (note that not all YouTube URLs will be embeddable due to this setting where publishers can restrict where their content can be embedded, or whether it can be embedded at all)
- How YouTube got its video technology for 20 euros: http://thenextweb.com/tag/jeroen-wijering/
- Google to sentence YouTube violators to 'copyright school': http://www.politico.com/news/stories/0411/53178.html
- LG Blu-ray box to offer CinemaNow, YouTube videos: http://ces.cnet.com/8301-19167_1-10129820-100.html?part=rss&subj=news&tag=2547-1_3-0-5
- What YouTube Doesn’t Want You to See: http://www.commentarymagazine.com/blogs/index.php/pollak/48462
- War 2.0 - Watch Israel Bomb Gaza On YouTube: http://gawker.com/5120819/watch-israel-bomb-gaza-on-youtube
- YouTube Opens Up Shop with Downloads: http://blog.wired.com/business/2009/02/youtube-to-beco.html
- Scales of the Python - YouTube is Written in Python!: http://python.about.com/b/2006/12/13/holy-web-apps-youtube-is-written-in-python.htm[40]
- YouTube gets media providers' help foiling piracy: https://usatoday30.usatoday.com/tech/webguide/internetlife/2007-10-15-
- White Noise On YouTube Gets FIVE Separate Copyright Claims From Other White Noise Providers: https://www.techdirt.com/articles/20180105/10292038938/white-noise-youtube-gets-five-separate-copyright-claims-other-white-noise-providers.shtml
- YouTube launches video ads on select content: https://arstechnica.com/uncategorized/2007/08/youtube-launches-video-ads-on-select-content/
- Relist youtube videos with ease: http://www.relist.tv/
- 10 Signs of Intelligent Life at YouTube (Smart Video Collections): http://www.oculture.com/2007/12/10_signs_of_intelligent_life_at_youtube_smart_video_collections.html
- Searching From YouTube Player Is Easy Now !: http://www.vhxn.com/searching-from-youtube-player-is-easy-now/
- Customize YouTube Embeds - Remove info, ratings, etc: http://www.cfcms.nl/forum.html?action=viewforum&forumID=3&topic_div=forum_13#topic_13
- Testing youtube keyword , JWplayer 4.0 + highslide: http://www.cfcms.nl/testing-youtube-keywords-jwplayer4-with-highslide.html
- Youtube video (user) playlists - Legends of jazz: http://www.cfcms.nl/youtube-legends-of-jazz.html
- Is YouTube The Geocities Of Online Video?: http://www.mediapost.com/publications/?fa=Articles.showArticle&art_aid=102214
- BETA will ruin YouTube: http://aangirfan.blogspot.com/2009/06/beta-will-ruin-youtube.html
- Google's real YouTube strategy: http://www.theregister.co.uk/2009/06/26/google_youtube_analysis/
- New Channels Coming Soon: http://www.youtube.com/blog?entry=gp6Wr8yTSvY
- Automatically Start YouTube Video Playback: http://www.jakeludington.com/ask_jake/20061002_automatically_start_youtube_video_playback.html
- YouTube 101 -- Business Value: http://the4eblog.com/web-20-101/2009/6/26/youtube-101-business-value.html
- YouTube officially enables HQ in embedded videos: http://www.crunchgear.com/2009/01/23/youtube-enables-hq-in-embedded-videos/
- Youtube Images (CSS SPRITES from MasterImage – What an Idea!!!): http://www.sajithmr.com/youtube-images-what-an-idea/
- Free movies on YouTube: http://www.joblo.com/free-movies-on-youtube
- YouTube movie rentals?: http://www.joblo.com/index.php?id=28373
- YouTube -- New Channel FAQ: http://help.youtube.com/support/youtube/bin/answer.py?&answer=152024
- YouTube is Huge and About to Get Even Bigger: http://mashable.com/2009/05/20/youtube-video-uploads/
- The YouTube Generation -- Online Video Usage Up 53 Percent in ‘09: http://mashable.com/2009/05/20/online-video-growth/
- Online Video Surges -- 11.2 Billion Video Streams in July: http://mashable.com/2009/08/13/nielsen-july-video/
- YouTube now serves more than 1 billion money-losing views per day: http://venturebeat.com/2009/10/09/youtube-now-serves-more-than-1-billion-money-losing-views-per-day/
- New Estimate - YouTube's Bandwidth Bill Is Zero: http://techdirt.com/articles/20091016/1603056569.shtml
- Movies On YouTube: How To Watch On The Boob Tube
- China Blocks YouTube, Google Tries to Reinstate Access: http://www.wired.com/epicenter/2009/03/google-tries-to/
- YouTube’s Bandwidth Bill Is (approaching) Zero!?! (If so,) Welcome to the New Net: http://techdirt.com/articles/20091016/1603056569.shtml
- YouTube + Univision = TuTube: http://bits.blogs.nytimes.com/2009/11/16/youtube-univision-tutube/
- Facebook Feeds Begin Showing Up on YouTube's Homepage: http://youtube-global.blogspot.com/2009/12/facebook-feeds-begin-showing-up-on.html
- YouTube to give cash rewards for videos: http://www.telegraph.co.uk/technology/3356176/YouTube-to-give-cash-rewards-for-videos.html
- YouTube Rewards Users with Statuettes: http://newteevee.com/2007/03/18/youtube-video-awards/
- Cult Web Videos To Earn Makers Cash: http://news.sky.com/skynews/Home/Sky-News-Archive/Article/20080641303355
- YouTube rewards video success: http://the.honoluluadvertiser.com/article/2007/May/05/bz/FP705050326.html
- View Counts on YouTube: http://www.hotforwords.com/2009/07/22/view-counts-on-youtube/
- YouTube found blocking nearly all anti-Scientology content from its 'Videos' front page: http://ipower.movielol.org/youtube-anon.php
- YouTube Experimenting with 3D videos!: http://viralpatel.net/blogs/2009/07/youtube-experimenting-3d-videos.html
- Google - Viacom wanted to buy YouTube, uploaded its own clips: http://blogs.zdnet.com/BTL/?p=32061&tag=nl.e539
- YouTube Turns 5 Years Old, Invites 2 Billion Viewers to Party: http://www.aolnews.com/nation/article/youtube-video-sharing-website-celebrates-5-year-anniversary/19480486
- SimpleYouTube: PHP Class For Getting Video Details: http://blog.nerdburn.com/entries/code/simpleyoutube-php-class-for-getting-video-details
- Imagine There's No YouTube: http://jchrisa.net/drl/_design/sofa/_show/post/Imagine-There-s-No-YouTube
- Google obsoletes YouTube app: http://www.zdnet.com/blog/apple/google-obsoletes-youtube-app/7483?tag=nl.e589
- YouTube Adds New HTML5 iframe Embed Code, Doesn’t Work on iPhone
- Embed YouTube videos, own player, no logo : http://www.110mb.com/forum/embed-youtube-videos-own-player-no-logo-t41201.0.html
- 34 Ways to Use YouTube for Business: http://www.gigaom.com/collaboration/34-ways-to-use-youtube-for-business/
- YouTube Videos Pull In Real Money: www.nytimes.com/2008/12/11/business/media/11youtube.html
- Met Chad Hurley at YouTube HQ: http://www.feross.org/visit-to-youtube-hq-to-meet-chad-hurley/
- 5 YouTube Marketing Tips for Better Engagement. http://mashable.com/2011/04/01/youtube-marketing-tips/
- YouTube Bandwidth - Terabytes/day: http://blog.forret.com/2006/05/youtube-bandwidth-terabytes-per-day/
- Does anyone know how big YouTube's server: http://www.overclockers.com/forums/showthread.php?t=567975
- YouTube Server in Mauritius: http://hostintruder.wordpress.com/2010/02/06/is-youtube-server-in-mauritius/
- NBC nastygrams YouTube over "Lazy Sunday": http://www.boingboing.net/2006/02/17/nbc_nastygrams_youtu.html
- YouTube is not a real business: http://calacanis.com/2006/02/20/youtube-is-not-a-real-business/
- Building a business based on copyright infringement: http://calacanis.com/2006/02/03/building-a-business-based-on-copyright-infringement/
- A New Trove of Music Video in the Web's Wild World: http://www.nytimes.com/2006/02/03/arts/music/03yout.html?_r=1
- YouTube takes on Netflix with online movie rentals: http://www.zdnet.com/blog/google/youtube-takes-on-netflix-with-online-movie-rentals/2936
- YouTube and UMG launching Vevo music video service: http://www.ditii.com/2009/04/11/youtube-and-umg-launching-vevo-music-video-service/
- Thanks, YouTube community, for two BIG gifts on our sixth birthday!: http://youtube-global.blogspot.com/2011/05/thanks-youtube-community-for-two-big.html
- YouTube Music Page revamped: http://www.ditii.com/2010/07/22/youtube-music-page-revamped/
- YouTube scrubs up: http://ideasspotter.com/2011/04/youtube-scrubs-up/
- YouTube debuts Canadian movie rental service: http://www.cbc.ca/news/arts/story/2011/09/01/youtube.html
- YouTube Founders Acquire Delicious From Yahoo!: http://www.avos.com/delicious-press-release/
- YouTube Snaps Up RightsFlow Music-Copyright Specialist: http://mashable.com/2011/12/09/youtube-acquires-rightsflow/
- RumbleFish Stakes Claim to YouTube Video, Protecting Non-Existent Copyright of Natural Birdsong: http://www.geekosystem.com/rumblefish-birdsong-takedown/
- An Engineer’s Cost Analysis of what Video Screening would cost YouTube: http://blog.cdmansfield.com/2012/05/23/an-engineers-cost-analysis-of-video-screening-on-youtube/[41]
- YouTube says 1 billion people visit per month: http://www.japantoday.com/category/technology/view/youtube-says-1-billion-people-visit-per-month
- Chasing Their Star, on YouTube: http://www.nytimes.com/2014/02/02/business/chasing-their-star-on-youtube.html
- How much does a YouTuber with 1 million subscribers earn a year?: http://www.quora.com/How-much-does-a-YouTuber-with-1-million-subscribers-earn-a-year
- Microsoft Updates Its YouTube Windows Phone App with Concessions to Google: http://www.zdnet.com/microsoft-updates-its-youtube-windows-phone-app-with-some-concessions-to-google-7000015763/
- YouTube drops Flash for HTML5 video as default: http://www.theverge.com/2015/1/27/7926001/youtube-drops-flash-for-html5-video-default
- YouTube fixes bug that could've allowed hacker to delete any video: http://www.zdnet.com/article/youtube-fixes-bug-that-allowed-deleting-videos-remotely/
- YouTube's Journey To Reinvent Television On Mobile: http://www.mediapost.com/publications/article/254742/youtubes-journey-to-reinvent-television-on-mobile.html
- The $250 million YouTuber branding economy: http://www.usatoday.com/story/tech/2015/07/26/250-million-youtuber-brand-endorsement-economy/30693039/
- YouTube comments revamped (to finally allow OUT LINKS) via Google+ integration, users still give thumbs down: http://crave.cnet.co.uk/software/youtube-comments-revamped-users-give-thumbs-down-50012693
- GOOGLE HELL - NEW YOUTUBE COMMENT SECTION SUCKS!!!: http://truedemocracyparty.net/2013/11/google-hell-new-youtube-comment-section-sucks-youtube-comments-revamped-users-give-thumbs-down-americans-speak-out/
- Turning comments into conversations that matter to you: http://youtubecreator.blogspot.co.uk/2013/11/turning-comments-into-conversations.html
- Your channel and Google+: https://support.google.com/youtube/answer/2663685?hl=en
- Google Plus Creates Uproar Over Forced YouTube Integration: http://www.forbes.com/sites/insertcoin/2013/11/09/google-plus-creates-uproar-over-forced-youtube-integration/
- How YouTube Is Reprogramming Video and Increasing Watch Time: http://adage.com/article/digital/youtube-reprogramming-video/300322/
- In A First, YouTube Tops Kids' Favorite Brands: http://www.mediapost.com/publications/article/283665/in-a-first-youtube-tops-kids-favorite-brands.html
- YouTube ads drive way more searches per impression than television ads: https://www.clickz.com/youtube-ads-drive-way-more-searches-per-impression-than-television-ads/106289/
- YouTube Will Let You Buy Stuff You See in Anyone's videos: http://www.wired.com/2015/09/youtube-will-let-buy-stuff-see-anyones-videos/
- YouTube stars must sign (YouTube Red) deal or their videos will vanish: http://fortune.com/2015/10/22/youtube-red-content-creators/
- The Smart Gamble That Helped One Millennial (Michelle Phan) Build a Beauty Empire: https://www.inc.com/video/michelle-phan/the-smart-gamble-that-helped-one-millennial-build-a-beauty-empire.html
- YouTube Bringing App To TV-Connected Devices: https://www.mediapost.com/publications/article/309483/youtube-bringing-app-to-tv-connected-devices.html
- YouTube Promises Crackdown On Disturbing And Sexually Violent Gore Videos Targeted At Children: https://www.inquisitr.com/opinion/4619073/youtube-promises-crackdown-on-disturbing-and-sexually-violent-gore-videos-targeted-at-children/
- This is some really bizarre shit: Something strange is happening on Youtube #ElsaGate: https://twitter.com/joerogan/status/931838011817562112
- IDENTITY OF #ELSAGATE COUPLE - Elite Polish and Czech Banks: https://www.bitchute.com/video/7gXJCOvypJI/
- Something is wrong on the internet: https://medium.com/@jamesbridle/something-is-wrong-on-the-internet-c39c471271d2
[42] [43] [44] [45] [46] [47] [48] [49] [50] [51]
- YouTube debuts 360-video app on Steam VR: https://www.engadget.com/2017/12/15/youtube-vr-steam-vr-360-videos/
- 2017 was YouTube’s best year ever (numbers). It was also its worst (scandals): https://www.theverge.com/2017/12/22/16805410/youtube-business-scandals-best-worst-year
- Now even YouTube serves ads with CPU-draining cryptocurrency miners: https://arstechnica.com/information-technology/2018/01/now-even-youtube-serves-ads-with-cpu-draining-cryptocurrency-miners/
- YouTube Unleashed a Conspiracy Theory Boom. Can It Be Contained?: https://www.nytimes.com/2019/02/19/technology/youtube-conspiracy-stars.html
- Google to pay out $150-200m over YouTube privacy claims -- reports: https://www.breitbart.com/news/google-to-pay-out-150-200m-over-youtube-privacy-claims-reports-2/
- YouTube TV Debuts On Fire TV Devices: https://www.mediapost.com/publications/article/341370/youtube-tv-debuts-on-fire-tv-devices.html
- Procella - unifying serving and analytical data at YouTube: https://blog.acolyer.org/2019/09/11/procella/
- YouTube Finally Released Its Advertising Revenue, But What Does it Mean for Marketers?: https://instapage.com/blog/youtube-advertising-revenue
- YouTube TV Is Latest To Drop Apple App Store Billing Option: https://www.mediapost.com/publications/article/347159/youtube-tv-is-latest-to-drop-apple-app-store-billi.html
- MRC Scrubs Audit Of YouTube 3rd-Party Processors, Opens New Audit Of Google 1st-Party Process: https://www.mediapost.com/publications/article/354630/mrc-scrubs-audit-of-youtube-3rd-party-processors.html
- YouTube hit with UK class action style suit seeking $3BN+ for ‘unlawful’ use of kids’ data: https://techcrunch.com/2020/09/14/youtube-hit-with-uk-class-action-style-suit-seeking-3bn-for-unlawful-use-of-kids-data/
- Google, YouTube To Let Users Opt Out Of Gambling, Alcohol Ads: https://www.mediapost.com/publications/article/358559/google-youtube-to-let-users-opt-out-of-gambling.html
- The YouTube bug that allowed unlisted uploads to any channel: https://medium.com/bugbountywriteup/the-youtube-bug-that-allowed-uploads-to-any-channel-3b41c7b7902a
- YouTube Augments Search -- Why It Needs "MRC Content-Level" Accreditation: https://www.mediapost.com/publications/article/360439/youtube-augments-search-why-it-needs-mrc-conten.html
- Next steps for YouTube TV members on Roku: https://blog.youtube/news-and-events/next-steps-youtube-tv-members-roku/
- YouTube Nudges Channels To Become Partners, Serves Ads Without Sharing Profits: https://www.mediapost.com/publications/article/363574/youtube-nudges-channels-to-become-partners-serves.html
- How to Get the Transcript of a YouTube Video: https://www.howtogeek.com/793947/how-to-get-the-transcript-of-a-youtube-video/
- Download YouTube Subtitles as Text & Transcript Files: https://www.rev.com/blog/resources/how-to-download-youtube-subtitles-as-text-files
References
- ↑ YouTube: http://youtube.com
- ↑ YouTube Architecture: http://highscalability.com/youtube-architecture
- ↑ http://www.google.com/support/youtube/bin/answer.py?answer=171780&expand=UseOldEmbedCode#oldcode
- ↑ A New Way To Embed YouTube Videos: http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html
- ↑ YouTube Annotations extractor tool: http://stefansundin.com/stuff/youtube/youtube-copy-annotations.html
- ↑ YouTube Annotations and JavaScript: http://www.nihilogic.dk/labs/youtubeannotations/
- ↑ Adding and Editing captions/subtitles on YouTube: http://www.google.com/support/youtube/bin/answer.py?hl=en&answer=100077
- ↑ YouTube Facts & Figures (history/stats 2005-2010): http://www.website-monitoring.com/blog/2010/05/17/youtube-facts-and-figures-history-statistics/
- ↑ YouTube TV is the kind of cable-killing TV experience Apple promised us but failed to deliver, analysts say: www.businessinsider.com/youtube-tv-is-the-experience-apple-promised-but-failed-to-deliver-2018-5
- ↑ NowMov uses the YouTube API to present a continuous stream of videos: http://nowmov.com/
- ↑ Songza used the YouTube API to present a continuous stream of audio: http://songza.com/
- ↑ YouTube TV Tries Discounted Offers: https://www.mediapost.com/publications/article/362284/youtube-tv-tries-discounted-offers.html
- ↑ YouTube tests live video streaming (Sep 2010): http://www.telegraph.co.uk/technology/google/7999421/YouTube-tests-live-video-streaming.html
- ↑ wikipedia: YouTube Live
- ↑ http://www.reuters.com/article/2008/11/12/us-media-youtube-idUSTRE4AB40U20081112
- ↑ Confirmed - Live Video On YouTube This Year: http://techcrunch.com/2008/02/29/confirmed-live-video-on-youtube-this-year/
- ↑ YouTube to Live Stream U2 Concert: http://mashable.com/2009/10/19/u2-youtube-live-stream/
- ↑ YouTube to Stream Outside Lands; Watch DMB and Jason Mraz Live: http://mashable.com/2009/08/26/youtube-outside-lands/
- ↑ YouTube to Include Live Tweets in Full-Length Viewing of “Taxi Driver”: http://mashable.com/2009/10/16/youtube-taxi-driver-twitter/
- ↑ State of the Union, brought to you by YouTube: http://ohmygov.com/blogs/general_news/archive/2010/01/27/state-of-the-union-brought-to-you-by-youtube.aspx
- ↑ Watch The State Of The Union 2011 Live On YouTube--Then Ask Obama Your Questions: http://www.huffingtonpost.com/2011/01/25/watch-state-of-the-union-2011-live_n_813596.html
- ↑ YouTube to Live Stream Obama Press Conference: http://mashable.com/2009/04/29/youtube-obama-press-conference/
- ↑ YouTube streaming live Coachella sets--with no bathroom lineRead more: http://news.cnet.com/8301-13772_3-20054681-52.html#ixzz1JzAr6DWt: http://news.cnet.com/8301-13772_3-20054681-52.html
- ↑ YouTube to roll out live streaming video to select partners: http://content.usatoday.com/communities/technologylive/post/2011/04/youtube-to-roll-out-live-streaming-video-to-select-partners/1?csp=34tech
- ↑ YouTube opens up live streaming to partners: http://news.cnet.com/8301-17939_109-20052136-2.html
- ↑ YouTube Live Stream Opens for Even More Creators: http://www.reelseo.com/youtube-live-stream-opens-to-even-more-creators/
- ↑ YouTube Kids Is Getting Some Totally Sensible Parental Controls: https://gizmodo.com/youtube-kids-is-getting-some-totally-sensible-parental-1829040734
- ↑ How to Set Up YouTube Parental Controls: https://www.tomsguide.com/us/set-youtube-parental-controls,review-4139.html
- ↑ Fun with YouTube's Audio Content ID System: http://www.csh.rit.edu/~parallax/
- ↑ YouTube vs. Fair Use: http://www.codinghorror.com/blog/2010/09/youtube-vs-fair-use.html
- ↑ Viacom suit is Net killer, Google claims: http://www.theregister.co.uk/2008/05/27/google_youtube_viacom_defence/
- ↑ US judge prunes damages from YouTube copyright suit: http://www.theregister.co.uk/2009/07/08/youtube_copyright_class_action_lawsuit_7709/
- ↑ MobiTubia v1.76 Build 4: http://gallery.mobile9.com/f/423846/
- ↑ YouTube TV - Mashable entry: http://www.programmableweb.com/mashup/youtube-tv
- ↑ Stanford student creates YouTube Instant, gets job offer from YouTube CEO: http://venturebeat.com/2010/09/10/youtube-instant-job/
- ↑ YouTube Embedded Players and Player Parameters: https://web.archive.org/web/20120211041422/http://code.google.com/apis/youtube/player_parameters.html
- ↑ YouTube Will Enable Offline Viewing On Its Mobile Apps (for Chromecast): http://techcrunch.com/2013/09/18/879643/
- ↑ YouTube teases offline mode in latest app update (for all users): http://tech.firstpost.com/news-analysis/youtube-teases-offline-mode-latest-app-update-229056.html
- ↑ YouTube's embedding style guides - video sizing & aspect ratios: https://web.archive.org/web/20130415231312/http://support.google.com/youtube/bin/answer.py?hl=en&answer=178264
- ↑ Python founder (now a Googler) discusses YouTube acquisition and finding out YouTube is written in Python: http://mail.python.org/pipermail/python-dev/2006-December/070323.html
- ↑ It would cost $37 Billion/yr to pre-screen YouTube videos: http://gizmodo.com/5914188/it-would-cost-37-billion-per-year-to-pre+screen-youtube-videos
- ↑ REDDIT -- ElsaGate: https://www.reddit.com/r/ElsaGate/
- ↑ This is straight up sexual content on youtube its fucked up: https://www.reddit.com/r/ElsaGate/comments/7dzx15/this_is_straight_up_sexual_content_on_youtube_its/
- ↑ What is ElsaGate?: https://steemit.com/elsagate/@theouterlight/what-is-elsagate
- ↑ Holy sh*t! Pedos are taking over YouTube! This sh*t should be taken seriously by YouTube: https://www.reddit.com/r/youtube/comments/73iyoo/holy_sht_pedos_are_taking_over_youtube_this_sht/
- ↑ YouTube Changes Penalty System After Pedophilia Flap: https://www.mediapost.com/publications/article/332165/youtube-changes-penalty-system-after-pedophilia-fl.html
- ↑ I found this user commenting some creepy stuff on a toy review/elsa channel in danish, when i look further I find THIS and some questionable playlists.. youtube says 'network error' whenever i flag anything, weird: https://www.reddit.com/r/ElsaGate/comments/7dw4jm/i_found_this_user_commenting_some_creepy_stuff_on/
- ↑ Expert comment with an explanation of how these videos are getting produced: https://www.reddit.com/r/ElsaGate/comments/7dw4oy/expert_comment_with_an_explanation_of_how_these/
- ↑ REDDIT -- ElsaGate - Gibberish/Coded Comments: https://www.reddit.com/r/ElsaGate/comments/7dxeun/megathread_gibberishcoded_comments/
- ↑ NWR White Rabbit+++ Elsagate Video One: https://www.youtube.com/watch?v=ptLO2xxp7kY
- ↑ REDDIT -- ElsaGate - for anyone looking for an easy way to share the basic info about #Elsagate with the masses, here is an infographic I made you can share...: https://www.reddit.com/r/ElsaGate/comments/7e5pnk/for_anyone_looking_for_an_easy_way_to_share_the/
See Also
Google | PHPmotion | vShare | Online Video | Mobile Video