I want to build in a YouTube Upload Widget in my Website. The Widget itself works, but every user has to login with his own account. That's not what I want. I want the user to login as a user which already exists, so the videos were uploaded direct to a specific chanel which was already created.
Or is it possible to force the user to upload the video to a specific chanel? So he could login with his own account.
Thanks for help!
I've been searching around for the same but it looks like it isn't possible.
You might want to look at YouTube Direct Lite. It's similar to the Upload Widget but allows your users to upload to your channel, into a 'moderation' area, where you can preview the videos before they go live. It's meant more for community use but I don't see why you couldn't repurpose it.
Remember that giving random strangers (or even relatively 'trusted' users) the ability to upload videos to your account could result in your account being shut down if any of those videos violate the YouTube T&Cs (hence the moderation step above). If that happens you're done. YouTube notoriously won't reopen closed accounts. You are 100% responsible for all videos on your channel.
There is a demo on the developers site with the widget. Not sure if this is officially supported.
Here's the link to the demo:
https://www.youtube.com/yt/dev/demos.html#/upload
Note: Looks like the webcam uploads has been deprecated; you can upload a file through the wdget or choose your youtube videos
Related
I am from I-Maze LLC, we need video editor API for our website so that users can upload and edit the video editor with text/music they want. After editing the video they should be able to save it and they should have option to edit it later if needed, They also should have the access to see their content with specific link. We want to use Vimeo API to do all those works,
Can you please suggest us which API from Vimeo can help us to do it?
Thank you
It's probably best to start with the Getting Started Guide on the developer site, and the basic Uploading Videos guide. The more advanced Upload Guide will probably be necessary for some of the editing.
I am trying to embed a Vimeo livestream in a static website that is behind corporate authentication. For that we upgraded our Vimeo account to be able to use live streaming and the domain-level privacy setting.
Now, I don't see any API to get the currently active live stream, only https://api.vimeo.com/me/videos?fields=files which I could then filter for the hls type and get the playlist link to then feed the ID from it into a form of https://vimeo.com/api/oembed.json?url={video_url} to get the embed content.
Is there an easier way to do this? Will it even work?
Looks like it might be possible using a recurring event https://vimeo.zendesk.com/hc/en-us/articles/360002114347-Recurring-events
No, the Vimeo API doesn't currently support interactions with Vimeo Live or Live events. The API can generally only interact with completed and archived Live events.
i visited g2g.fm, a site for downloading movies. They claim that they do not store those movies on their servers. But when you download a movie (mp4) it already comes with properties added. And the comment property as there url address.
What i want to know is. Is their a code you place on html, that adds properties while the user is downloading the video link taken from another site like g2g.fm ?
Im building a blog of my own. And i index links from other sites. Problem is, those files from other sites come with properties added and there url .
I am using the embed script provided here in Sharepoint 2013 Online: https://developer.yammer.com/connect/. It works great and I like it better than the Yammer app you can embed because it renders more quickly and I can specify the group I want to show on the page.
BUT, there is no paper clip / attachment icon. People have to go to "full Yammer" if they want to attach an image or file, which is something our users do very often.
Is there something that can be added to the script which will allow them to attach?
There are technical/product reasons why we haven't supported attachments in Embed to-date.
1) There are 3 options to attach a file/note when you click the paperclip in the web product. Because Yammer Embed runs in an iframe, two of those options (the ones with the lightbox) are not able to render for the user.
2) With IE8/IE9 attaching files through iframes causes CORS conflicts, especially when you involve trusted sites/zones.
We're specing out new features in Embed now, and I'll bring up your idea to the team again to revisit if we can accomplish this in the future.
Can anyone help with this issue?
We need some free tool (or maybe some technology) to use it on HTML page. Our site users have photo albums.. Something like gallery. It's already uploaded.
And the main purpose is to let the users create some animation or even movie from these photos and add there some soundtrack..
Sountrack could be uploaded directly into this tool.
We thought about html5, Js but it's not reliable and not covertible (we also want this animation be convertible to some video format).
Help! Thanx...