Questions tagged [youtube]

YouTube is a video-sharing website on which users can upload, share, and view videos. StackOverflow questions tagged with "youtube" should be about specific programming problems, software tools, or libraries. If your question is about the YouTube API, the "youtube-api" tag should also be added.

YouTube is a video-sharing website on which users can upload, share, and view videos, created by three former PayPal employees in February 2005. In November 2006, YouTube, LLC was bought by Google Inc. for $1.65 billion, and now operates as a subsidiary of Google.

Most of the content on YouTube has been uploaded by individuals, although media corporations including CBS, BBC, Vevo, and other organizations offer some of their material via the site, as part of the YouTube partnership program.

Unregistered users may watch videos, and registered users may upload an unlimited number of videos. Videos that are considered to contain potentially offensive content are available only to registered users 18 and older.


Resources :

15964 questions
4
votes
0 answers

Play 360 Video on IOS from Youtube iframe embed

I have some 360 videos hosted on youtube that I'm embedding as iframes on a website, In IOS, the video does not work, it becomes split view and does not work with the build in gyroscope, Can Youtube 360 videos embed work on IOS and if so how ?
Akarob
  • 81
  • 1
  • 10
4
votes
1 answer

Livestreaming or uploading videos to YouTube API without exposing credentials

I'm building an Android/iOS (using Angular/Ionic/Cordova under the hood) app where I'd like any user to be able to record a video and: Either livestream or upload (after filming) the video to my app's private/official YouTube channel All videos on…
smeeb
  • 27,777
  • 57
  • 250
  • 447
4
votes
1 answer

YouTube support removed from JWPlayer version 8 (JW8)

The release notes for JWPlayer v8, indicate that support for embedding YouTube videos has been dropped: https://support.jwplayer.com/customer/portal/articles/2870361-introducing-jw8 Here's a conversation about it on Github that they have…
barsh
  • 450
  • 6
  • 16
4
votes
1 answer

Can I use YouTube animated gif previews on my own site?

I have been able to pull YouTube image previews on my own site using their widely known image URLs like this: http://img.youtube.com/vi/{VIDEO-URL}/0.jpg Is there something similar for the new animated gifs found on the Youtube.com website?
InvalidSyntax
  • 9,131
  • 20
  • 80
  • 127
4
votes
2 answers

how do i get the flv file path from a youtube URL

i have an swf media player which play flv videos but i want it to play youtube videos so i must pass to the player flv file path the senario is a website which i can upload videos or put a url and i can put a youtube video URL i am using…
Mariam
  • 533
  • 2
  • 12
  • 22
4
votes
0 answers

YouTube Red background playing in third party apps on android and ios

Is it possible to play youtube content in the background both in android and iOS apps for Youtube Red users. I have not found any official documentation regarding allowing Youtube Red users to play youtube content in third party apps. I have just…
4
votes
1 answer

How to fit Youtube video size with div container

I have initialized a youtube video with youtube apis in a div with certain dimensions. Is it possible to display the video as it would be an image set as background sized cover of a div? I mean without any black spaces. Here below you can find the…
Pierpaolo Ercoli
  • 1,028
  • 2
  • 11
  • 32
4
votes
0 answers

Estimate The Number Of Videos On Youtube

How to estimate the number of videos hosted on Youtube? A sample search on Google: site:www.youtube.com/watch return 1,080,000,000. By Using Youtube API gdata.youtube.com/feeds/api/videos/-/* and parsing tag (goto view source for example to do…
Randy
  • 49
  • 3
4
votes
1 answer

Finding Open Graph tags on youtube

I'm working on a Tampermonkey script to hide related videos on youtube if the og:video:tag contains "League of Legends". When I use the Open Graph Debugger (link) it find many tags (og:video:url, og:video:width, og:video:tag, ...) but when I search…
Seth
  • 381
  • 1
  • 5
  • 12
4
votes
2 answers

Get Youtube VideoID details in array

I've been struggling with this for hours and i have no idea why is not working. I need to get Details from a VideoID using YouTube API and Zend, so i created a function like this function listYoutubeVideo($id) { $videos = array(); try { $yt…
Peibol
  • 147
  • 4
  • 12
4
votes
1 answer

Launch youtube app from Android browser

It used to be that if you clicked on an appropriate embed tag on a web page in the Android browser, it would launch the youtube app. Now that the browser has its own youtube plugin, it seems to run that instead. How can I get the old behavior? …
Doguleez
  • 310
  • 4
  • 9
4
votes
3 answers

Youtube python: get thumbnail

Is there a simple way to get the default thumbnail from a youtube entry object gdata.youtube.YouTubeVideoEntry? I tried entry.media.thumbnail, but that gives me four thumbnail objects. Can I always trust that there are four? Can I know which is the…
dkgirl
  • 4,489
  • 7
  • 24
  • 26
4
votes
0 answers

Upload video to Youtube from PHP script in CLI

I want to develop for myself a way to upload my video from a PHP command. The PHP script is located on my laptop and for this reason i don't have an external HTTP address. I start with the PHP code provide by Youtube…
djoo
  • 685
  • 1
  • 7
  • 24
4
votes
1 answer

Youtube API thumbnail upload isn't working

Using google's node api library, I can't seem to get thumbnail uploading to work. I've used it extensively for uploading and listing videos without any issues. let req = Youtube.thumbnails.set( { videoId: video_id, media: { mimeType:…
2c2c
  • 4,694
  • 7
  • 22
  • 33
4
votes
0 answers

Stream web page from server to youtube live

I'm trying to find a package for Linux servers or an online service to stream a webpage with live content directly to Youtube Live. It's pretty much like a screen cast made from your computer to Youtube Live (with a software) but from an online…
malux
  • 63
  • 4
1 2 3
99
100