Task:
User "uploads" video on my website (html form, php) directly to youtube via API on my chanel (without the file being upload to my server first).
Question:
Is this possible or do i have to temporarily save the video to my server?
at the google resources here there is no hint how to do that.
There IS a upload widget to embed (iframe) in your website BUT it requires the user to login into their own chanel which is not wanted? when this widget could be routed to our youtube chanel it would be THE solution.
A project, youtube direct lite, doesn't work anymore without users loging-in to their account.
Maybe, alternatively, you know another service provider than youtube that allows you to embed an upload widget with event callbacks such as ID and videoUrl to use...