I am working on a website, where users can register themselves on the front-end and can access their profile account on the front-end as well.
There is an option within their user panel frow which they can upload a video. But the problem that arises is that if we try to use a simple HTML video tag to show video, it doesn't support all formats of video.
Also, the client has a special request to have an upload option in such a way that it uploads a .mov
file of iPhone which a user can make using their iPhone video recorder and upload it directly.
For that, we thought to use Youtube API that allows videos to be played in almost any browser and any mobile phone.
But, I am not very clear if Youtube API can achieve what I want to happen:
I want that when a user logs into their user panel and tries to upload their .mov
or any other format of the video, then via the Youtube API, the video they upload gets transferred to our Youtube account without letting the user know that their video is uploaded to Youtube.